/********************************************************************************/
/* SECTIONS
/********************************************************************************/

/* Logo */
@media (min-width: 1200px) {
	#box-logo {
		background: #14123c;
	}
	#box-logo .box-inner img {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		max-width: 90%;
		max-height: 90%;
		margin: auto;
	}
}
/***/

/* About us */
#who-we-are .box-outer,
#who-we-are .box-outer-bg,
#who-we-are .box-content {
	background: #14123c;
	color: #fff;
}
@media (min-width: 1200px) {
	#who-we-are .box-content {
		padding: 60px 20px 40px 20px;
	}
}
/***/





/* Map */
#map .box-inner {
}
#map .box-content {
	padding: 0;
	background: #4fa1d4;
}
#mapImage {
	display: block;
	width: 100%;
}
/***/


/* Contact */
#contact .box-inner {
	padding: 20px;
	background-color: #fff;
}
@media (min-width: 1200px) {
	#contact {
		font-size: 14px;
	}
}
@media (min-width: 1600px) {
	#contact {
		font-size: 16px;
	}
}
@media (min-width: 1920px) {
	#contact {
		font-size: 18px;
	}
}
/***/


/********************************************************************************/



