@charset "utf-8";
/*universal*/
* {
	font-family: "Source Sans Pro", "Arial", sans-serif;
}
p {
	font-family: "Source Sans Pro", "Arial", sans-serif;
}
a {
	color: 	#0000FF;
	text-decoration: none;
}
<!--
	color: #2C4770;
	color: 	#00008B;
-->
main {
	min-height: 100vh;
}
body {
	margin: 0px;
	background-color: white;
	min-height: 100px;
}
/*Nav*/
nav {
	background-color: #2C4770;
	position: relative;
	padding: 20px;
}
nav ul li {
	list-style: none;
	display: inline;
}
nav ul li a {
	white-space: pre;
	text-decoration: none;
	color: white;
	font-size: 1.25em;
	margin-top: 40px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 40px;
}
nav ul li a:hover {
	border-bottom-style: solid;
	border-width: 5px;
	border-color: white;
	border-radius: 7px;
}

@media (max-width: 1036px) {
nav ul li {
	display: block;
	padding-bottom: 20px;
}
}
/*Footer*/

footer {
	background-color: #353535;
	display: table;
	width: 100%;
	position: relative;
	bottom: 0px;
}
footer p {
	padding: 10px;
	color: white;
}
footer p a {
	text-decoration: none;
	color: #506FB8;
}
.leftfooter {
	float: left;
	margin-left: 50px;
	text-align: center;
}
.rightfooter {
	float: right;
	margin-right: 50px;
	text-align: center;
}
.centerfooter {
	text-align: center;
}

@media (max-width: 690px) {
.leftfooter {
	display: block;
	float: none;
	margin: 0px;
}
.rightfooter {
	display: block;
	float: none;
	margin: 0px;
}
footer p {
	display: block;
}
}
/*maintitle*/

.maintitle {
	background-image: linear-gradient(to bottom, #2C4770, #7689A9, #7689A9, #7689A9, #7689A9, #7689A9);
	background-color: #7689A9;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: -40px;
}
.maintitle h1 {
	font-size: 3.5rem;
	color: white;
	padding: 30px;
}
/*Main*/
.main {
	margin: 5rem;
	font-size: 1.25rem;
}
