@charset "utf-8";
/* CSS Document */

a {
	color: #13047c;
	text-decoration: underline;
	text-decoration-color: #f9b672;
}

a:focus,
a:hover {
	color: #13047c;
	text-decoration: none;
}

body {
	/*
	background-attachment: fixed;
	background-image: url('../img/bgimage.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	*/
	color: #303030;
	font-family: 'Fira Sans', sans-serif;
	font-size: 16px;
	line-height: 1.65;
	padding-top: 6em;
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .8;
}

p {
	margin-bottom: 2em;
}

p.contact {
	margin-bottom: 6em;
}

p.large {
	font-weight: 700;
}

.img-responsive {
    margin: 0 auto 4em;
}


/* tablet */
@media (max-width: 991px) {
	
	
}


/* mobile */
@media (max-width: 767px) {
	
	
}
