@font-face {
    font-family: 'varela';
    src: url('VarelaRound-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'varela', sans-serif;
	color: #123A64;
}

#container {
	margin: 0px auto;
	margin-top: 12vh;
}
@media (max-height: 799px) {	
	#container {
		margin-top: 10vh;
	}
}
@media (max-height: 759px) {	
	#container {
		margin-top: 8vh;
	}
}


#logo {
	margin: 0px auto;
	width: 350px;
	max-width: 68%;
}

@media (max-height: 719px) {	
	#logo {
		width: 320px;
	}
}

#logo img {
	width: 100%;
	height: auto;
}

#address {
	width: 520px;
	max-width: 92%;
	margin-top:2.5em;
	font-size: 25px;
	text-align:center;
	line-height: 136%;
	margin: 0px auto;
}
@media (max-width: 639px) {	
	#address {
		font-size: 22px;
	}
}
@media (max-width: 511px) {	
	#address {
		font-size: 19px;
	}
}
@media (max-width: 399px) {	
	#address {
		font-size: 17.5px;
	}
}
@media (max-width: 359px) {	
	#address {
		font-size: 17px;
	}
}

a:active, a:focus {
	outline: none
}

a:link {
	color:#123A64;
	text-decoration:none;
} 

a:visited {
	color:#123A64;
	text-decoration:none;
} 

a:hover {
	color:#FF4C61;
	text-decoration:none;
} 

a:active {
	color:#123A64;
}

