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


body {
	background-color: #D6D6D6;
	background-image: url("background4.png");
	/*	background-size: cover;*/
	background-attachment: fixed;
	background-repeat: repeat;
	background-size: auto;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 1.2px;
}


/*Index Page*/

.enterBackground {
	background-image: url("background4.png");
	background-attachment: fixed;
	background-repeat: repeat;
	background-size: auto;
	
}

.enterTitle {
	margin-top: 180px;
	font-size: 40px;
	text-transform: uppercase;
	color: black;
	font-weight: bold;
}

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

.enterButton {
	text-transform: uppercase;
}

.enterText {
	font-size: 20px;

}

/*Lost/Found Page*/

.bodyContent {
	margin-left: 260px;
}

.caption {
	margin-left: 4%;
}

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

.submit {
	font-size: 20px;
	display: block;
	margin:auto;
	width: 60%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border: double;
	border-width: 4px;
	border-color: #ABABAB;
}

.submit:hover {
	background-color: #EFEFEF;
}

.title {
	text-transform: uppercase;
	margin-bottom: 50px;
	margin-top: 100px;
	color: black;
	font-weight: bold;
}

.searchNavBar {
	display: none;
}

.navbar-fixed-top {
	padding-left: 30px;
	padding-right: 30px;
	background-color: #2E2E2E;
	border-bottom-color: #2E2E2E;
}

.col-lg-3 {
	padding: 10px;
}

.thumbnail {
	border: double;
	border-width: 4px;
	border-color: #ABABAB;
}

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

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


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

.searchPlaceholder {
	font-size: 15px;
}

.sidebarContent {
	margin-top: 110px;
}

a:hover {
	text-decoration: none;
}

.smallPostCaption {
	font-weight: bold;
	margin-left: -5px;
	text-align: center;
}

/*Post Form Page*/

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

.postFormThumbnail {
	width: 60%;
	margin: auto;
	padding: 30px;
	margin-bottom: 80px;
}

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


.largerThumbnail {
	width: 100%;
}

.largerImage {
	margin-bottom: 2.5%;
}

.largerPostCaption {
	padding: 20px;
	width: 100%;
	margin-left: 0;
}

.postTitles {
	display: inline-block;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 4px;
}


/*FAQ Page*/

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

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

.faqBody .thumbnail {
	padding: 30px;
}

.question {
	font-weight: bold;
}

/*About Page*/

.aboutBody {
	width: 60%;
	display: block;
	margin: auto;
	margin-bottom: 150px;
}

.aboutImage {
	width: 100%;
	margin-bottom: 50px;
/*
	 border:1px solid #FFFFFF;
	border-width: thick;
	 border-radius: 5px;
	 */
	}

	.aboutText {
		margin-top: 10px;
	}

	.aboutBody .thumbnail {
		padding: 30px;
	}

	/*Media Queries*/

	@media (max-width:767px) {

		#sidebar-wrapper {
			left: 0;
		}

		.bodyContent {
			margin-left: 0;	
		}

		.searchNavBar {
			display: block;
			color: white;
		}
		
		.searchNavBar a {
			color: darkgrey;
			text-decoration: none;
		}
		
		.searchNavBar a:hover {
			color: white;
		}
		
		.navBarOptions {
			text-align: center;
		}
		
		.largerPostCaption {
			max-width: none;
		}
		
		.submit {
			font-size: 15px;
			width: 92%;
		}
		
		.enterText {
			font-size: 18px;
		}
		
		.enterTitle {
			font-size: 22px;
		}
	}

	@media (max-width:900px) {
		.submit {
			font-size: 15px;
			width: 92%;
		}
	}
