@charset "UTF-8";
/* CSS Document */

body {
	font-family: Helvetica, Sans-Serif;
	background-color: #E6E6E6;
	margin: 0;
	margin-top: 50px;
}

/*Enter Page*/

#coverTitle {
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	margin: auto;
}

#lost {
	max-width: 800px;
	width: 80%;
	padding-top: 25%;
	padding-bottom: 25%;
	font-size: 20px;
	text-transform: uppercase;
	background-color: #FFFFFF;
	text-align: center;
	margin: auto;
	margin-top: 30px;
	
}

#found {
	max-width: 800px;
	width: 80%;
	padding-top: 25%;
	padding-bottom: 25%;
	font-size: 20px;;
	text-transform: uppercase;
	background-color: #FFFFFF;
	text-align: center;
	margin: auto;
	margin-top: 20px;
}

a {
	text-decoration: none;
	color: black;
}

/*Menu Bar*/

.menuIcon {
	color: white;
	font-size: 20px;
	text-align: center;
	background-color: #676767;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	top: 0;
	position: fixed;
}

.menu {
	width: 100%;
	top: 0;
	position: fixed;
	margin-top: 40px;
	display: none;
}

.active.menu {
	display: block;
}

.menuContents {
	text-align: center;
	color: white;
	background-color: #676767;
	font-size: 20px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menuContents ul li {
	line-height: 50px;
	border-top: 1px solid #838383;

}

.menu a {
	text-decoration: none;
	color: white;
}

/*Lost/Found Pages*/

#title {
	text-align: center;
	margin-top: 70px;
	text-transform: uppercase;
}

#submit {
	max-width: 800px;
	text-align: center;
	font-size: 20px;
	background-color: white;
	width: 85%;
	padding-top: 30px;
	padding-bottom: 30px;
	margin: auto;
	margin-top: 30px;
}

.post {
	max-width: 800px;
	width: 85%;
	display: block;
	margin: auto;
	margin-top: 30px;
	background-color: white;
	padding-top: 20px;
	padding-bottom: 20px;
}

.image {
	width: 90%;
	display: block;
	margin: auto;
}

.summary {
	margin-left: 5%;
	padding-top: 15px;
}

/*Submission Page*/

#submitForm {
	max-width: 800px;
	font-size: 15px;
	text-transform: uppercase;
	background-color: white;
	width: 85%;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 3%;
	margin: auto;
	margin-top: 30px;
}

#submitImage {
	margin-bottom: 30px;
	text-align: center;
}

.submitFormTitles {
	margin-bottom: 10px;
}

.submitFormBox {
	margin-bottom: 30px;
}

#submissionTitle {
	width: 95%;
}

#submissionDescription {
	width: 95%;
	padding-bottom: 20%;
}

#submissionContact {
	width: 95%;
}

/*Search Page*/

#searchForm {
	max-width: 800px;
	font-size: 15px;
	text-transform: uppercase;
	background-color: white;
	width: 85%;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 3%;
	margin: auto;
	margin-top: 30px;
}

.searchFormTitles {
	margin-bottom: 10px;
}

.searchBox {
	margin-bottom: 30px;
}

#searchSearch {
	width: 95%;
}

#searchLocation {
	width: 95%;
}

/*FAQ*/

.faq {
	width: 80%;
	max-width: 800px;
	margin: auto;
}

.faqTitle {
	margin-bottom: 30px;
}

.question {
	font-size: 16px;
}

.answer {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 50px;
}

/*About Page*/

.aboutImage {
	width: 90%;
	display: block;
	margin: auto;
	max-width: 800px;
	margin-bottom: 50px;
}

.about {
	width: 80%;
	max-width: 800px;
	margin: auto;
}

.aboutText {
	font-size: 16px;
	font-weight: normal;
	line-height: 25px;
}