body {
	margin: 0;
	margin-top:-25px;
	background-color: #F1F6F9;
	font-family: Lato;
}

footer > a {
	color: #F1F6F9;
}

header, footer {
	color: #F1F6F9;
	background-color: #212A3E;
	text-align: center;
	padding: 20px 0;
}

header {
	margin-bottom: 25px;
	padding-bottom: 0;
}

footer {
	margin-top: 20px;	
}

header > h1, header > h3, header > h4 {
	font-family: Oswald;
}

header > h1, header > h4 {
	margin-top: -40px;
}

header > h1 {
	font-size: 42px;
}

header > h3 {
	font-size: 24px;
}

header > h4 {
	font-size: 20px;
}


header > h4 {
	margin-bottom: -10px;
}

.topnav {
	overflow: hidden;
}

.topnav a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
	margin-bottom: 0px;
}

.active {
	background-color: #394867;
	color: #F1F6F9;
}

.topnav .icon {
	display: none;
}

.dropdown {
	float: left;
	overflow: hidden;
}

.dropdown .dropbtn {
	font-size: 17px;    
	border: none;
	outline: none;
	color: #f2f2f2;
	padding: 14px 16px;
	background-color: #212A3E;
	font-family: inherit;
	margin: 0;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.dropdown-content > .dropdown-active {
    background-color: #394867;
	color: #F1F6F9;
}

.topnav a:hover, .dropdown:hover .dropbtn {
	background-color: #9BA4B5;
	color: #212A3E;
}

.dropdown-content a:hover {
	background-color: #9BA4B5;
	color: #212A3E;
}

.dropdown:hover .dropdown-content {
	display: block;
}

@media screen and (max-width: 600px) {
	.topnav a:not(:first-child), .dropdown .dropbtn {
		display: none;
	}
	.topnav a.icon {
		float: right;
		display: block;
	}
}

@media screen and (max-width: 600px) {
	.topnav.responsive {position: relative;}
	.topnav.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}
	.topnav.responsive .dropdown {float: none;}
	.topnav.responsive .dropdown-content {position: relative;}
	.topnav.responsive .dropdown .dropbtn {
		display: block;
		width: 100%;
		text-align: left;
	}
}

.content-block {
	margin: auto;	
	padding-left: 30px;
	padding-right: 30px;
	text-align:center;
}

.content-block a {
	color: inherit;
}

.pp-container {
	position: relative;
	margin: auto;
	width: 80%;
	overflow: hidden;
	padding-top: 47%; /* 16:9 Aspect Ratio */
}

.yt-container {
	position: relative;
	margin: auto;
	width: 80%;
	overflow: hidden;
	padding-top: 50%; /* 16:9 Aspect Ratio */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
	position: absolute;	
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: none;
}

h2 {
	font-size: 30px;
}

p {
	font-size: 18px;
}

/* Style inputs */
input[type=text], select, textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
}

input[type=submit] {
	background-color: #212A3E;
	color: white;
	padding: 12px 20px;
	border: none;
	cursor: pointer;
}

input[type=submit]:hover {
	background-color: #45a049;
}

/* Style the container/contact section */
.container {
	border-radius: 5px;
	padding: 10px;
}

/* Create two columns that float next to eachother */
.column {
	float: left;
	width: 50%;
	margin-top: 6px;
	padding: 20px;
}

/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
	.column, input[type=submit] {
		width: 100%;
		margin-top: 0;
	}
}

.about-container {
	padding-left: 20px;
	padding-right: 20px;
}