* {
	margin: 0;
	padding: none;
}

body {
	background: 0, 0, 128;
	color: white;
}

/* NavBar stuff that hurts my brain */
a:link, a:visited {
	color: red;
}

.topNav {
	background-color: #0D1D41;
	overflow: hidden;
	font-family: Arial;
}

	.topNav a {
		float: left;
		color: red;
		text-align: center;
		padding: 14px 16px;
		text-decoration: none;
		font-size: 16px;
		transition-duration: 0.4s;
	}

.drop {
	float: left;
	overflow: hidden;
}

	.drop .dropbtn {
		font-size: 16px;
		border: none;
		outline: none;
		color: red;
		padding: 14px 16px;
		background-color: inherit;
		font-family: inherit;
		margin: 0;
		transition-duration: 0.4s;
	}

	.topNav a:hover, .drop:hover .dropbtn {
		background-color: #000000;
	}

.drop-content {
	display: none;
	position: absolute;
	background-color: #0D1D41;
	min-width: 100px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

	.drop-content a {
		float: center;
		color: red;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
		text-align: left;
	}

		.drop-content a:hover {
			background: #000000;
		}

.drop:hover .drop-content {
	display: block;
}

/* Main Page pic*/
.frontPic {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	width: 25%;
	padding: 10px;
}

.home {
	padding: 20px 20px;
	float: center;
	text-align: center;
}

/*Who We Are Pages*/
.mission {
	padding: 20px 20px;
	float: center;
	text-align: center;
}

p {
	font-size: 19px;
}

.board {
	padding: 20px 20px;
	float: center;
}

.left {
	float: left;
	line-height: 1.5;
	padding: 14px;
	max-width: 48%;
}

.right {
	float: right;
	line-height: 1.5;
	padding: 14px;
	max-width: 48%;
}

.pad {
	padding: 14px;
}

/*Start of Services*/
.services {
	float: center;
	line-height: 1.5;
	padding: 14px;
	text-align: center;
	font-size: 19px;
	font-family: inherit;
}

li {
	float: inherit;
	text-align: left;
	padding: 14px;
	line-height: 1.5;
	font-family: inherit;
	font-size: 18px;
	max-width: 50%;
}

/*Contact*/
.contact {
	line-height: 1.5;
	padding: 14px;
	text-align: center;
	font-family: inherit;
	font-size: 18px;
}

/*Help Our Cause*/
.help {
	text-align: center;
	font-size: 18px;
	font-family: inherit;
	line-height: 1.5;
	padding: 14px;
}

.apply {
	font-size: 18px;
	border-radius: 8px;
	background-color: white;
	color: grey;
	border: 2px solid #f44336;
	transition-duration: 0.4s;
}

	.apply:hover {
		background-color: #f44336;
		color: white;
		cursor: pointer;
	}
/*FAQ*/
.FAQ {
	padding: 20px 20px;
	float: center;
	text-align: center;
}
