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

body {
	margin: 0px;
}

a {
	text-decoration: none;
}

#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: 2;
}

#headerbar {
	display: none;
}

#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;
	margin-right: 35px;
	margin-top: 22px;
	max-width: 540px;
}

#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;
	font-family: 'Quicksand', sans-serif;
	font-size: 11px;
	background-color: #9BC53B;
	z-index: 1;
	width: 100%;
	margin-top: 55px;
}

.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;
}


#submit-sidebar {
	display: none;
}

/*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;
}

/*SIDEBARS*/

#search-sidebar {
	display: none;
}

#sidebars {
	display: none;
}

@media screen and (min-width:800px){
	
	#sidebars {
		display: block;
		padding-top: 0px;
	}
	
	.fa-search {
		position: relative;
		margin-right: 0px;
		float: left;
		top: 0px;
		right: 0px;
		color: #FFFFFF;
		padding: 15px 18px 15px 20px;
		background-color: #FFB238;

	}

	.fa-search:hover {
		opacity: 0.7;
	}
	
	.fa-plus {
		position: relative;
		margin-right: 5px;
		float: left;
		top: 0px;
		right: 0px;
		background-color: none;
		color: #FFFFFF;
		padding: 15px 20px 15px 20px;
		background-color: #00A6FB;
	}

	.fa-plus:hover {
		opacity: 0.7;
	}
	
	#search-icon {
		display: none;
	}
	
	#submit-icon {
		display: none;
	}
	
	#hamburger-icon {
		display: none;
	}
	
	#search-sidebar {
		display: block;
		position: fixed;
		float: left;
		width: 250px;
		margin: 85px 5px 5px 15px;
		background-color: #FFB238;
		
	}
	
	#submit-sidebar {
		display: block;
		position: fixed;
		float: left;
		width: 250px;
		margin: 140px 5px 5px 15px;
		background-color: #00A6FB;
	}
	
	#submit-sidebar:hover {
		opacity: 0.7;
	}
	
	#page-container {
		padding-left: 270px;
		padding-top: 0px;
		margin-top: -10px;
	}
	
	#title {
		margin-left: 15px;
		margin-top: 5px;
		font-size: 48px;
	}

	#navigation-container {
		display: block;
		position: fixed;
		padding-top: 5px;
		width: 100%;
		height: 80px;
		background-color: #ffffff;
		z-index: 3;
	}
	
	.fa-bars {
		display: none;
	}
	
	#headerbar {
		display: block;
		text-transform: uppercase;
		margin-left: 20px;
		margin-top: 22px;
		float: left;
		font-family: 'Quicksand', sans-serif;
		font-weight: bold;
		font-size: 20px;
		background-color: #ffffff;
		color: #000000;
	}
	
	.headerlink {
		color: #000000;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.headerlink:hover {
		opacity: 0.7;
	}
	
	.headerlink-active {
		color: #9BC53B;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.headerlink-active:hover {
		opacity: 0.7;
	}
}