 #html, body {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
 	height: 100%;
	margin: auto;
	font-family: Oswald;
	font-size: 15px;
	cursor: default;
	background-color: #485058;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}


/* -------LOGO/PHONE------- */

.imgA1 {
	z-index: 1;
	width: 100%;
	height: 75px;
}
.imgB1 {
	z-index: 2;
	position:absolute; 
	left:50px; 
	top:0;"
}

.imgC1 {
	z-index: 2;
	position:relative; 
	top:-50px;
  	right: 100px;
	float: right;
}


/* -------MENU------- */

.menu {
	z-index: 4;
	position: relative; 
	float: right;
	right: -175px;
}

ul {
	top:5px;
	list-style-type: none;
	margin: 0;
	padding: 0 70px 0 0;
	overflow: hidden;
}

li {
	float: right;
}

li a {
	display: block;
	color: white;
  	ext-align: center;
	padding: 5px 16px;
	text-decoration: none;
}

a:link {
	color: white;
}

a:visited {
	color: white;
}

a:hover {
	color: #6b6b6b;
}

a:active {
	color: #a59f62;
} 


/*-------SLIDESHOW------*/





/* -------HOURS & TEXT------- */


#container1 {
	width: 100%;
	height: auto;
	margin: 20px;
	font-family: Oswald;
	font-size: 20px;
	color: #ffffff;
}


.vl {
	border-left: 3px solid white;
	height: 500px;
	position: relative;
	margin: 0 0 0 250px;
}

.hometext {
	position: relative;
	margin: -535px 0 0 270px;
	font-family: Oswald;
	font-size: 20px;
	width: 70%;
	text-align: center;
}

.address {
	font-family: Oswald;
	font-size: 20px;
	text-align: center;
	padding: 50px 0 100px 0;
}



/*-------GALLERY-------*/




.img {
    float: center;
    width:  100px;
    height: 150px;
	box-shadow: 3px 3px #000000;
	margin: 50px 0px 0px 150px;
}

.img:hover{
	color: #424242; 
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	opacity: 1;
  	transform: scale(3.00);
  	-ms-transform: scale(3.00); /* IE 9 */
  	-webkit-transform: scale(3.00); /* Safari and Chrome */
}

.column {
    width:90%;
    height: auto;
    margin: auto;
}

.center {
	width: 100%;
	margin: 0 0 0 210px;
}

.content h1 {
	color: #ffffff;
	text-shadow: 2px 2px 4px #000000;
	margin: 50px 0 0 100px;
}
	

/*-------EVENTS-------*/

.event {
	font-family: Oswald;
	font-size: 30px;
	text-align: center;
	color: #ffffff;
	width: auto;
	margin: 50px 250px 0 250px;
	padding: 50px 0 80px 0;
	background-color: #2c2c2c;

}

/*-------ABOUT US-------*/

.aboutus {
	font-family: Oswald;
	font-size: 20px;
	text-align: left;
	color: #ffffff;
	padding: 50px 0 0 150px;
	width: 70%;
}

.marines {
	float: left;
	margin: 20px 0 0 -50px;

}

/*-------CONTACT US-------*/

.contactus {
	font-family: Oswald;
	font-size: 20px;
	text-align: left;
	color: #ffffff;
	margin: 10px 50px 0 100px;
	float: left;
	display: block;
}

.map {
	float: center;
	margin: 0 0 0 100px;
	width: 500px;
	height: 400px;

}

/* -------FOOTER------- */

#footer {

    font-family: Oswald;
	font-size: 10px;
	text-align: center;
    position: relative;
    bottom: -70px;
    left: 0;
    right: 0;
    height:50px;
    color: white;
}


