/* CSS Document */

body {
	background-color: #101F37;
	background-image: linear-gradient(to bottom right, #101F37, #0E1B31);
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0;
	display: flex;
	flex-direction: column;
}

h1 {
	font-family: Garamond, serif;
	font-weight: bold;
	color: #C3D9EE;
	text-shadow: 1px 1px 1px #11263B;
}

h2 {
	color: #28598A;
}

h3 {
	
}

p {
	font-family: 'Trebuchet MS', sans-serif;
	color: #C1D7ED;
}

a {
	color: #00DFD8;
	text-shadow: 1px 1px 3px #002524;
	transition: color 0.2s;
}

a:hover {
	color: #008E8A;
}

a.active {
	color: #BFFFFD;
}

footer {
	
}

section {
	
}

article {
	
}

.topnav {
	overflow: hidden;
	background-color: #16324F;
	float: right;
	
}

.topnav a {
	float: right;
	display: block;
	color: #00DFD8;
	text-align: center;
	padding: 20px 18px;
	text-decoration: none;
	font-size: 17px;
	border-bottom: 5px solid transparent;
	transition: color 0.3s, background-color 0.4s, border-bottom 0.4s;
}

.topnav a:hover:not(.active) {
	background-color: #1D4266;
	color: #008E8A;
	border-bottom: 5px solid #89B3DD;
}

.topnav a.active {
	background-color: #006864;
	border-bottom: 5px solid #89B3DD;
}

.header {
	display: block;
	width: 100%;
	text-align: center;
}

@media only screen and (max-width: 600px) {
	
	.topnav a {
		float: none;
		display: block;
		text-align: left;
		font-size: 18px;
		}
}
