nav.navbar{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: dashed 1px #006994;
}
ul.nav{
	font-family: 'Amatic SC', cursive;
	font-size: 1.6em;
}
.logo{
	margin-top: 5px;
}
.navbar-default .navbar-nav .active a{
	background-color: #d0ab79;
	color: #006994;
}
.navbar-default .navbar-nav .active a:hover{
	background-color: #10677a;
	color: #d0ab79;
}
.navbar-default .navbar-nav li a{
	color: #006994;
}
.navbar-default .navbar-nav li a:hover{
	background-color: #10677a;
	color: #d0ab79;
}
.mainArea{
	margin-top: 20px;
	margin-bottom: 20px;
}
.aboutArea{
	margin-top: 20px;
	margin-bottom: 20px;
}

.mainArea img{
	width: 100%;
}
.aboutArea img{
	width: 100%;
	border-top: dashed 1px #006994;
	padding-top: 20px;
}

.homeImage{
	width:100%;
}

.imageRow{
	margin-bottom: 10px;
}
.col-xs-2{
	padding-left: 5px;
	padding-right: 5px;
}
.titleText p{
	margin-top: 30px;
	color: #10677a;
	font-size: 0.8em;
}
.galleryText{
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
	color: #10677a;
	font-size: 0.8em;
}
.dashed{
	border-bottom: dashed 1px #006994;
	padding-bottom: 15px;
}
.homeText{
	margin-bottom: 20px;
	background-color: #F8F8F8;
	padding-top: 20px;
	padding-bottom: 20px;
}
.theGallery{

}
.theGallery img{
	width: 100%;
}
.show p{
	text-align: center;
}
.show h3{
	font-family: 'Amatic SC', cursive;
	color: #d0ab79;
	font-size: 2em;
	border-bottom: dashed 1px #d0ab79;
}
.show h5{
	color: #006994;
	border-bottom: dashed 1px #006994;
}
.required_star{
	color: #F00;
}
label{
	width: 100%;
}
input{
	width: 100%;
	margin-bottom: 5px;
}
textarea{
	width: 100%;
	height: 160px;
}
.number{
	width:25px;
}
footer{
	border-top: dashed 1px #006994;
	height: 60px;
}

@media(min-width:576px){
	.imageRow{
		margin-bottom: 20px;
	}
	.col-xs-2{
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media(min-width:768px){

}
@media(min-width:992px){
		.imageRow{
	margin-bottom: 30px;
}
.col-xs-2{
	padding-left: 15px;
	padding-right: 15px;
}
}
@media(min-width:1200px){}