* {
	font-family: 'Montserrat', Arial, sans-serif;
}
html,body {
	margin:0;
	padding: 0;
}
div {
	position: relative;
}
#container {
	float: none;
	width: 1200px;
	margin:0 auto;
}

.header {
	text-align: center;
	height: 170px;
}
.header div.bleft {
	width: 44%;
	position: relative;
	float: left;
	margin-top: 30px;
}

.header div.bright {
	width: 56%;
	position: relative;
	float: left;
	margin-top: 30px;
}

.header img {
	margin: 0.6em 0;
}
.header h1 {
	margin: 0.6em 0;
	font-size: 30px;
	color: #304b5e;
	text-transform: uppercase;
	font-weight: 900;
}

.content {
	background-image: url('../images/bgmain.png');
	background-repeat: no-repeat;
	background-color: #304b5e;
	height: 705px;
	min-height: 535px;
	background-size: cover;
}

.content > div {
	float: right;
	width: 50%;
	height: auto;
}

.content > div > div {
	float: left;
	width: 80%;
	height: 80%;
	margin-top: 10%;
	margin-left: 10%;
}

.content h2 {
	margin: 0;
	font-weight: 700;
	font-size: 42px;
	color: #ffffff;
	text-transform: uppercase;
	padding-bottom: 20px;
	border-bottom:4px solid #2fbf1c;
}

.content h3 {
	margin: 0;
	font-weight: 700;
	font-size: 20px;
	color: #ffffff;
	text-transform: uppercase;
}

.content ul, .content li {
	margin: 0;
	padding: 0.8em 0.1em;
	margin: 0;
	font-weight: 400;
	font-size: 20px;
	color: #ffffff;
}

.content .bright > div {
	background-color: #ffffff;
}


.description h2 {
	margin: 30px 5% 20px 5%;
	width: 90%;
	color: #304b5e;
	font-weight: 700;
	font-size: 30px;
}

.description p {
	margin: 0 5% 50px 5%;
	width: 90%;
	color: #304b5e;
	font-weight: 500;
	font-size: 24px;
}


.footer div {
	float: left;
	width: 50%;
	text-align: center;
	margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
	#container {
		width: 100%;
		float: left;
	}
}

@media only screen and (max-width: 1100px) {
	.content > div > div {
	    float: left;
	    width: 92%;
	    height: 80%;
	    margin-top: 10%;
	    margin-left: 4%;
	}
}

@media only screen and (max-width: 930px) {
	#container {
		height: auto;
		background-color: #FFFFFF;
	}
	.header div.bleft, .header div.bright {
		width: 100%;
		clear: both;
	}
	.content > div {
		width: 100%;
		clear: both;
	}
	.footer div {
		width: 100%;
		clear: both;
	}
	.header h1 {
		font-size: 24px;
	}
	.content h2 {
		font-size: 28px;
	}

	.description h2, .description p {
		font-size: 18px;
	}

	#container.footer img {
		max-width: 456px;
		width: 98%;
	}
}
