html body {

	margin: 0;
	padding: 0;
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	background-color: black;
}



a {

	text-decoration: none;
	color: black;

}

a:hover {

	text-decoration: underline;
	color: black;

}


.middle {

	position: absolute;
	color: white;
	background-color: black;
	height: 55%;
	width: 100%;
	box-shadow: 0 0 16px 0 rgba(0,0,0,0.7);
	background-image: url('/assets/media/head1.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;

}




.center {

	position: absolute;
	bottom: 160px;
	left: 50%;
	

}

.logo {

	text-align: center;
	position: absolute;
	width: 300px;
	left:-150px;
	font-size: 40px;
	top:55px;

}

.content {

	text-align: center;
	position: absolute;
	color: black;
	top: 190px;
	width: 800px;
	left:-400px;

	

}

h1 {

	font-size: 29px;
	font-weight: 400;
	color: #3b3b3b;	

}

strong {

	color: black;
	font-size: 1.3em;
	padding-right:6px;

}

p {
	
	font-size: 17px;
	font-weight: 200;
	line-height: 24px

}

section {

	margin-bottom: 20px


}


section h1 {

	color: #273b81;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 22px;
	background-color: #f7f7f7;
	display: inline;
}

section p {

	margin: 0;
	margin-bottom: 40px;
}

hr {

	width:400px;
	margin-top:40px;
	margin-bottom:40px;
	border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	
}



