@import url('https://fonts.googleapis.com/css?family=Maven+Pro:700');
@import "iconFeatures.css";

/*** header ***/
#header .logo{
	width: 200px;
}
#header .logo a{
	display: inline-block;
}
.logo img {
	height: 100%;
	width: 100%;
}

/*** menu ***/
#menu {
	background: #013878;
}
#menu .close{
	color: #0147c6;
}

/*** header ***/
#banner .inner{
	width: 80em;
}
#banner h1{
	font-size: 6.5em;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

/**** content ****/
h2 {
    font-size: 2em;
}
.box {
    background: rgba(5, 52, 105, 0.75);
}
.multipleBoxContent h2{
	color: #fff;
}
.multipleBoxContent .inner {
    width: 80em;
}
.multipleBox{
	margin-bottom: 20px;
}
.multipleBox .box{
	padding: 2.5em;
}
.iconBox{
	font-size: 6em;
	color: #fff;
	margin-bottom: 0.1em;
	display: inline-block;
}
.content img{
	max-width: 100%;
}
.page a{
	color: rgba(255, 255, 255, 0.75);
}
.textTable ul{
	list-style: none;
	padding: 0;
}
.events .date {
	margin-bottom: 0;
	margin-top: 0.2em;
}
.events img{
	max-width: 180px;
}
.events .box footer {
	margin-top: 1em;
}
/*** contact ***/
#footer h2{
	margin-bottom: 0.5em;
}
.center{
	text-align: center;
}
#footer ::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.5) !important;
}
#footer :-moz-placeholder {
	color: rgba(255, 255, 255, 0.5) !important;
}
#footer ::-moz-placeholder {
	color: rgba(255, 255, 255, 0.5) !important;
}
#footer :-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5) !important;
}
#footer .formerize-placeholder {
	color: rgba(255, 255, 255, 0.5) !important;
}
#footer input[type="checkbox"]:checked + label:before, #footer input[type="radio"]:checked + label:before {
    color: #000;
}
#footer .error {
	color: #be2423;
}
label{
	font-size: 1em;
	margin: 0 0 0.2em 0;
}
#footer input[type="checkbox"] + label, #footer input[type="radio"] + label {
	color: #fff;
}
#success {
	margin: 1em 0 5em;
	font-size: 2.5em;
	text-align: center;
}

/*** footer ***/
#footer {
	background: #013878;
	color: #fff;
}

/*** media query ***/
@media screen and (max-width: 980px){
	.multipleBox {
	    margin-bottom: 0;
	    padding: 0 3em;
	}
	.multipleBoxContent.post{
		height: auto;
	}
	.multipleBox .box{
		margin-bottom: 1.5em;
	}
	#header .logo a{
	    display: flex;
	    height: 70px;
	    align-items: center;
	}
	.logo img {
		height: auto;
	}
}

@media screen and (max-width: 736px){
	#banner h1 {
	    font-size: 5em;
	}
	.wrapper {
	    padding: 4em 0;
	}
	.post h2 {
	    font-size: 2em;
	}
}
@media screen and (max-width: 480px){
	#header{
		background: #013878;
	}
	#header .logo {
		max-width: 30%;
	}
	#banner h1 {
	    font-size: 3em;
	}
	.post h2 {
	    font-size: 1.75em;
	}
	.multipleBox {
	    padding: 0 1em;
	}
}
