.nav{
	padding-top: 0px;
}

.nav a{
	padding: 14px 10px;
	color: #42413C;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.nav li{
	display: inline;
}

.nav .home{
	padding-right: 30px
}

.jumbotron{
	background-image: url(logo/background.jpg);
	height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 10px;
}

.jumbotron .container{
	top: 50px;
	position: relative;
}
.jumbotron h1{
	font-family: Papyrus, fantasy;
	font-weight: bold;
	font-size: 48px;
	color: white;
	text-transform: uppercase;  
}

.jumbotron p{
	font-family: Papyrus, fantasy;
	font-weight: bold;
	font-size: 32px;
	color: white;
}

.shadow{
	text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;  
}

.mission, .gallery, .contact{
	border-bottom: 1px solid #dbdbdb;
	background-color: #d5e6a9;
}

.mission .container{
	padding-top: 20px;
}

.over-view{
	background-color: #EADCAE;
}

.mission p{
	font-size: 22px;
	text-align: center;
}

.over-view .container{
	padding-top: 10px;
}

.v-align{
	display: flex;
    align-items: center;
}

.gallery, .contact{
	padding-top: 20px;
}

.gallery p{
	padding-top: 0px;
	text-align: center;
}

.gallery .img-thumbnail{
	margin-bottom: 5px;
}

.gallery img{
	height: 170px;
	width: 170px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
	background-color: #efefef;
}