body{
	min-height: 700px;
}

h1{
	font-family: Exo;
	font-size: 24pt;
	font-weight: 600;
	color: #00192E;
	position: relative;
}

h2{
	font-family: Exo;
	font-size: 18pt;
	font-weight: 300;
	color: #bbbbbb;
	position: relative;
	margin-top: -20px;
}

h3{
	font-family: Lato;
	font-size: 14pt;
	font-weight: 600;
	color: #00192E;
	margin-left: 20px;
}

h4{
	font-family: Lato;
	font-size: 12pt;
	font-weight: 600;
	color: #00192E;
	margin-left: 20px;
}

nav a{
	font-family: Exo;
	font-size: 12pt;
	font-weight: 300;
	color: #aaaaaa;
	text-decoration: none;
	position: relative;
}

nav #active{
	color: #5E0914;
	font-weight:600;
	cursor: default;
}

nav a:hover{
	color: #5E0914;
}

nav ul{
	list-style-type:none;
	margin:0;
	padding:0;
	overflow: hidden;
}

nav li{
	padding: 10px;
}

hr{
	color: #00192E;
	position: relative;
}

aside{
	background-color: #082C4D;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	border: 10px solid #082C4D;
}

aside p{
	font-family: Lato;
	font-size: 10pt;
	font-weight: 300;
	color: #ffffff;
	position: relative;
	margin: 10px;
}

aside a{
	color: #ffffff;
	text-decoration: none;
}

aside #active{
	color: #94C9CF;
	font-weight:600;
	cursor: default;
}

aside a:hover{
	color: #94C9CF;
}

article{
	background-color: #94C9CF;
	height: 450px;
	overflow: scroll;
	border: 20px solid #94C9CF;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
}

article p, article ul li{
	font-family: Lato;
	font-size: 12pt;
	font-weight: 300;
	color: #00192E;
	position: relative;
	margin-right: 10px;
}

article a{
	color: #00192E;
}

label{
	font-family: Lato;
	font-size: 12pt;
	font-weight: 300;
	color: #00192E;
	position: relative;
	display: inline-block;
	width: 150px;
	margin-left: 30px;
	margin-top: 10px;
}

input{
	width: 100%;
}

textarea{
	margin-top: 10px;
	resize: none;
	width: 100%;
}

article img {
	float: left;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-top: 20px;
}

@media only screen and (min-width: 768px) {

	nav li{
		display:inline;
		border-right:1px solid #00192E;
		padding: 10px;
	}

	aside{
		height: 450px;
		border: 0px;
	}

	aside p{
		padding-top: 0;
		padding-bottom: 0;
		margin: 30px;
	}

	article img {
		margin: 10px 30px 10px 20px;
	}

	article p {
		margin: 20px;
		margin-top: 6px;
	}

	input {
		width: 395px;
	}

	textarea {
		width: 395px;
	}

}
