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

body {
	margin: 0px;
}


#title {
	margin-left: 10px;
	margin-top: 5px;
	float: left;
	font-family: 'Quicksand', sans-serif;
	font-weight: bold;
	font-size: 32px;
	background-color: #ffffff;
	color: #000000;
}

#lost-text {
	color: #9BC53B;
}

#found-text {
	color: #9BC53B;
}

#title:hover {
	opacity: 0.7;
}

#navigation-container {
	display: block;
	position: fixed;
	padding-top: 5px;
	width: 100%;
	height: 50px;
	background-color: #ffffff;
	z-index: 3;
}

#page-container {
	padding-top: 55px;
	display: block;
	position: relative;
	padding-bottom: 50px;
	font-family: 'Quicksand', sans-serif;
	font-weight: bold;
	font-size: 15px;
	
}

#text-page {
	padding-left: 35px;
}

#lost-button {
	text-align: center;
	font-family: 'Quicksand', sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
	background-color: #9BC53B;
	border: none;
	width: 250px;
	height: 250px;
	margin: 10px 5px 10px 10px;
}

#lost-button:hover {
	opacity: 0.7;
}

#found-button{
	text-align: center;
	font-family: 'Quicksand', sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
	background-color: #9BC53B;
	border: none;
	width: 250px;
	height: 250px;
	margin: 10px 5px 10px 10px;
}

#found-button:hover {
	opacity: 0.7;
}


/*POSTINGS*/

img {
	width: 200px;
}

.lost-posting {
	text-align: center;
	font-family: 'Quicksand', sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
	background-color: #9BC53B;
	border: none;
	width: 250px;
	height: 250px;
	margin: 10px 5px 10px 10px;
}

.lost-posting:hover {
	opacity: 0.7;
}

.found-posting {
	text-align: center;
	font-family: 'Quicksand', sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
	background-color: #9BC53B;
	border: none;
	width: 250px;
	height: 250px;
	margin: 10px 5px 10px 10px;
}

.found-posting:hover {
	opacity: 0.7;
}


.submit-posting {
	text-align: center;
	font-family: 'Quicksand', sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
	background-color: #00A6FB;
	border: none;
	width: 250px;
	height: 250px;
	margin: 10px 5px 10px 10px;
}

.submit-posting:hover {
	opacity: 0.7;
}

#back-button {
	font-family: 'Quicksand', sans-serif;
	font-weight: bold;
	font-size: 15px;
	background-color: #00A6FB;
	color: #ffffff;
	text-transform: uppercase;
	border: none;
	padding: 10px 20px 10px 20px;
	margin-top: 20px;
	margin-left: 35px;
}

#back-button:hover {
	opacity: 0.7;
}


/*SUBMISSION FORM*/

#form {
	margin-left: 35px;
	font-family: 'Quicksand', sans-serif;
	font-weight: bold;
	font-size: 15px;
	background-color: #ffffff;
	color: #000000;
	text-transform: uppercase;
}


#toggle-text { 
	color: #9BC53B;
}

#toggle-text:hover {
	opacity: 0.7;
}

#toggle-email { 
	color: #9BC53B;
}

#toggle-email:hover {
	opacity: 0.7;
}

#submit-button {
	font-family: 'Quicksand', sans-serif;
	font-weight: bold;
	font-size: 15px;
	background-color: #00A6FB;
	color: #ffffff;
	text-transform: uppercase;
	border: none;
	padding: 10px 20px 10px 20px;
	margin-top: 20px;
	margin-left: 35px;
}

#submit-button:hover {
	opacity: 0.7;
}

#home-button {
	font-family: 'Quicksand', sans-serif;
	font-weight: bold;
	font-size: 15px;
	background-color: #00A6FB;
	color: #ffffff;
	text-transform: uppercase;
	border: none;
	padding: 10px 20px 10px 20px;
	margin-top: 20px;

}

#home-button:hover {
	opacity: 0.7;
}

/*NAVIGATION MENU*/

.menu {
	display: none;
}

.active.menu {
	display: block;
}

.fa-bars {
	position: relative;
	margin-right: 5px;
	float: right;
     top: 0px;
     right: 0px;
	background-color: none;
     color: #FFFFFF;
	padding: 6px 10px 4px 10px;
	background-color: #9BC53B;

}

.fa-bars:hover {
	opacity: 0.7;
}

/*SUBMIT MENU*/

.submit-menu {
	display: none;
}

.active.submit-menu {
	display: block;
}

.fa-plus {
	position: relative;
	margin-right: 5px;
	float: right;
     top: 0px;
     right: 0px;
	background-color: none;
     color: #FFFFFF;
	padding: 5px 10px 5px 10px;
	background-color: #00A6FB;

}

.fa-plus:hover {
	opacity: 0.7;
}

/*SEARCH MENU*/

.search-menu {
	display: none;
}

.active.search-menu {
	display: block;
}

.fa-search {
	position: relative;
	margin-right: 5px;
	float: right;
     top: 0px;
     right: 0px;
	background-color: none;
     color: #FFFFFF;
	padding: 5px 8px 5px 10px;
	background-color: #FFB238;


}

.fa-search:hover {
	opacity: 0.7;
}