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


/*Index Page*/

.enterTitle {
	margin-top: 150px;
	font-size: 40px;
	text-transform: uppercase;
}

.enterButtonContainer {
	margin-top: 50px;
	margin-bottom: 50px;
}

.enterButton {
	text-transform: uppercase;
	font-size: 30px;
}

/*Found Page*/

.bodyContent {
	margin-left: 260px;
}

.caption {
	margin-left: 4%;
}

.image {
	margin-top: 5%;
	margin-bottom: 10px;
}

.submit {
	font-size: 20px;
	display: block;
	margin:auto;
	width: 60%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.title {
	text-transform: uppercase;
	margin-bottom: 50px;
	margin-top: 100px;
}

.searchNavBar {
	display: none;
}

#sidebar-wrapper {
	  margin-left: -250px;
	  left: 250px;
	  width: 250px;
	  background: #000;
	  position: fixed;
	  height: 100%;
	  overflow-y: auto;
	  z-index: 1000;
	  transition: all 0.4s ease 0s;
	  margin-top: -50px;
	
}

.sidebar-nav {
	  position: absolute;
	  top: 0;
	  width: 250px;
	  list-style: none;
	  margin: 0;
	  padding: 0;
	
}

.sidebar-nav li {
	line-height: 40px;
	text-indent: 20px;
	text-transform: uppercase;
}

.custom-search-input{
    padding: 0;
    border: solid 1px #E4E4E4;
    background-color: #fff;
}

.custom-search-input input{
    border: 0;
    box-shadow: none;
}

.custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

.custom-search-input .btn-info:hover {
    font-size: 20px;
	background-color: white;
	color: black;
}


.searchSideBar {
	width: 200px;
	margin-left: 20px;
	margin-top: 50px;
}

.searchPlaceholder {
	font-size: 15px;
}

.sidebarContent {
	margin-top: 110px;
}

a:hover {
	text-decoration: none;
}

/*Post Form Page*/

.postForm {
	display: block;
	margin: auto;
	margin-bottom: 100px;
	width: 80%;
}

/*Search Page*/ 

.searchForm {
	display: block;
	margin: auto;
	margin-bottom: 100px;
	width: 60%;
}

.searchFormContent {
	list-style: none;
}

.searchFormBar {
	margin-top: 50px;
}

/*Larger Post Page*/

.bodyContentPost {
	margin-top: 100px;
}


.postCaption {
	display: inline-block;
	margin-left: 30px;
}

/*FAQ Page*/

.faqBody {
	width: 60%;
	display: block;
	margin: auto;
}

.answer {
	font-weight: normal;
	margin-bottom: 30px;
}

/*About Page*/

.aboutBody {
	width: 60%;
	display: block;
	margin: auto;
}

.aboutImage {
	width: 100%;
	max-height: 300px;
}

.aboutText {
	margin-top: 40px;
}

@media (max-width:767px) {

	#sidebar-wrapper {
		left: 0;
	}

	.bodyContent {
		margin-left: 0;	
	}

	.searchNavBar {
		display: block;
	}

	.searchNavBar a:link {
		text-decoration: none;
		color: darkgrey;
	}
	
	.searchNavBar a:hover {
		color: white;
	}
	
	.navBarOptions {
		text-align: center;
	}

}
