body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	background-color: #dfce9d;
}

.container{
	width: 80%;
	margin: auto;
	overflow: hidden;
}

/* Top menu settings */

ul{
	margin: 0;
	padding: 0;
}

header{
	background: #236e95;
	color: #ffffff;
	padding-top: 30px;
	min-height: 65px;
	border-bottom: #1d5171 2px solid;
}

header a{
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
}


header li {
	float: left;
	display: inline;
	padding: 0 20px 0 20px;
}

header #menu{
	float: left;
}

header #menu h1{
	margin: 0;
}

header nav {
	float: right;
	margin-top: 12px;
}

header .highlight, header .current a{
	color: #65cbda;
	font-weight: bold;
}

header a:hover{
	color: #65cbda;
	font-weight: bold;
}

/* Title showcase settings */

#showcase{
	min-height: 400px;
	background:url('../img/beach_sand.jpg') no-repeat 0 -350px;
	opacity: 0.9;
	width: 100%;
	text-align: center;
	border-bottom: #c2b280 2px solid;
}

#showcase h1{
	margin-top: 100px;
	font-size: 55px;
	margin-bottom: 10px;
}

#showcase p{
	font-size: 20px;
}

/* Home page and image style settings */

.img1{
	padding: 50px 25px 50px 20px;
	text-align: center;
	filter: drop-shadow(20px 20px 20px black);
}

.img2{
	padding: 50px 5px 47px 20px;
	text-align: center;
	filter: drop-shadow(20px 20px 20px black);
} 

.center_vid{
	padding: 40px;
	margin: 0 auto;
	display: block;
	text-align: center;
	filter: drop-shadow(20px 20px 15px black);
}


/* Rates and service page style settings */

#rate_table {
	min-height: 400px
}

#rate_table img{
	padding: 10px;
	margin: 0 auto;
	display: block;
	text-align: center;
	filter: drop-shadow(20px 20px 20px black);
}

#rate_table h1, table {
	text-align: center;
}

#rent{
	min-height: 500px;
	text-align: left;
	padding: 15px;
}

#rent h3{
	text-align: left;
	margin-left: 10px;
}

#rent p{
	margin: 15px 20px 25px 25px;
}
/* Contact page settings */

#contact{
	padding: 10px;
	min-height: 400px;
}

#hour_table{
	padding: 10px;
	text-align: center;
}

#contact h3{
	margin-left: 10px;
}

#contact p{
	text-align: left;
	margin: 0 20px 25px 25px;
}

#contact iframe{
	padding-top: 20px;
	float: right;
}

#form h3{
	text-align: center;
	margin-left: 10px;
}

#form p{
	text-align: center;
	margin: 0 20px 25px 25px;
}


/* FAQs page style settings */



#faq{
	padding: 10px;
}


.right{
	min-width: 300px;
	padding: 0 25px 30px 25px;
	float: right;
	filter: drop-shadow(20px 20px 20px black);
}

.left{
	min-width: 300px;
	padding: 20px 40px 25px 5px;
	float: left;
	filter: drop-shadow(20px 20px 20px black);
}

#faq h3{
	margin-left: 10px;
}

#faq p{
	text-align: left;
	margin: 0 20px 25px 25px;
}

/* About Us style settings*/

#about {
	padding: 10px;
}

#about h3{
	margin-left: 10px;
}

#about p{
	text-align: left;
	margin: 0 20px 25px 25px;
}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid #1d5171;
    margin: 1em 0;
    padding: 0;
}



footer{
	padding: 20px;
	color: #ffffff;
	background-color: #236e95;
	text-align: center;
	border-top: #1d5171 2px solid;

}