/* ---------------------------------------------------
                     COLOR GUIDE

GOLD: rgb(172, 140, 71)
WHITE: rgb(226, 226, 226)
GREY: rgb(128,128,128)
BLACK: rgb(15,15,15)
      rgba(15,15,15, 0.74)
RED: rgb(199, 82, 82)
GREEN: rgb(27, 127, 90)

----------------------------------------------------*/


/* ---------------------------------------------------
                      GLOBAL STYLES
----------------------------------------------------*/

a {
	color: rgb(256, 256, 256);
}

html {
	background: url(http://www.topten-online.net/brianstalin/jack/rotator.php) no-repeat center center fixed;
	-webkit-background-size: cover;
	background-size: cover;
	height: 100%;
	overflow: hidden;
}

body {
	height: 100%;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}

body {
    overflow-x:hidden;
}

--></style>padding: 2% 6% 6% 6%;

}
@media screen and (min-width: 750px) {
	body {
		font-size: 1.4em;
	}
}
/* media query for 750px  */
.container {
	background: rgb(15, 15, 15);
	/* IE8 */
	
	background: rgba(15, 15, 15, 0.74);
	padding: 30px;
}
h1,
h2,
h3,
h4,
h7 {
font-family: 'Playfair Display', serif;
	text-align: center;
	color: rgb(172, 140, 71)
}
h1 {
	font-size: 2.3684em;
	line-height: 1.2656em;
	margin-top: 0.4219em;
	margin-bottom: 0;
	color: rgb(172, 140, 71);
	text-align: center;
}
h2 {
	font-size: 1.5em;
	line-height: 1.2558em;
	margin: 0.4219em auto 0.4219em auto;
	text-align: center;
	color: rgb(172, 140, 71)
}
h3 {
	font-size: 1.5263em;
	font-weight: normal;
	line-height: 1.8621em;
	margin-top: 0.9310em;
	margin-bottom: 0;
	text-align: center;
	color: rgb(172, 140, 71)
}
p {
  font-size: 1em;
  text-align: left;
  line-height: 1.4211em;
  margin-top: 1.4211em;
  margin-bottom: 0;
  font-weight: 100;
  max-width: 700px;
font-family: 'Spectral', serif;
color: rgb(255, 255, 255)
}
a {
	font-size: 1em;
	line-height: 1.4211em;
	margin-top: 1.4211em;
	margin-bottom: 0;
	font-weight: 100;
	max-width: 700px;
	color: rgb(255, 255, 255)
}
li {
	font-weight: 100;
	color: rgb(172, 140, 71);
}
img {
	width: 100%;
}
a:link {
	color: rgb(27, 127, 90);
}
a:visited {
	color: rgb(27, 127, 90);
}
a:hover {
	color: rgb(224, 182, 90);
}
a:active {
	color: rgb(226, 226, 226);
}
.button {
	background-color: rgb(172, 140, 71);
	border-radius: 8px;
	max-width: 250px;
}
.button a {
	color: rgb(226, 226, 226);
	text-decoration: none;
	font-style: normal;
	text-transform: uppercase;
	text-align: center;
	display: block;
	padding: 10px 0;
}
.button a:hover {
	background-color: rgb(27, 127, 90);
	border-radius: 8px;
}
.featured-info h3 {
	border-bottom: 1px solid rgb(128, 128, 128);
}
.featured-info p {
	font-style: italic;
}
.featured-info ul {
	list-style: none;
	padding-left: 0;
}
@media screen and (min-width: 1050px) {
	.featured-info {
		float: left;
		width: 30%;
		margin-left: 3%;
	}
}
/* media query for 1050px  */
.gallery {
	margin-top: 30px;
}
@media screen and (min-width: 400px) {
	.gallery img {
		max-width: 470px;
	}
}
/* media query for 400px  */
@media screen and (min-width: 750px) {
	.landing {
		text-align: center;
	}
	
	.landing p {
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}
}
/* media query for 750px  */

/* ---------------------------------------------------
                      LOGO STYLES
----------------------------------------------------*/
.logo {
  display: block;
  margin: 0 auto;
  width: 150px;
}
.logo {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.logo:hover {opacity: 0.4;}


  .logo img {
    width: 150px;
  }

.logo2 {
  display: block;
  margin: 0 auto;
  width: 250px;
}

  .logo2 img {
    width: 250px;
  }
  
.logo2 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.logo2:hover {opacity: 0.4;}  

/* ---------------------------------------------------
                MAIN NAVIGATION STYLES
----------------------------------------------------*/
.main-navigation ul {
	padding-left: 0;
}
.main-navigation li {
	list-style: none;
	text-align: center;
	margin: 20px 0;
}
.main-navigation a {
	display: block;
	padding: 15px 10px;
	text-decoration: none;
	text-transform: uppercase;
	background: rgba(67, 67, 67, 0.17);
	color: rgb(180, 180, 180);
}
.main-navigation a:visited {
	color: rgb(226, 226, 226);
}
.main-navigation a:hover {
	color: rgb(27, 127, 90);
	transition: .5s color;
	background: rgba(62, 61, 61, 0.51);
}
.main-navigation a:active {
	color: rgb(226, 226, 226);
}
@media screen and (min-width: 750px) {
	.main-navigation {
		min-height: 100px;
		border-top: 1px solid rgb(128, 128, 128);
		border-bottom: 1px solid rgb(128, 128, 128);
	}
	/* media query for 750px  */
	
	.main-navigation ul {
		max-width: 950px;
		margin: 0 auto;
	}
	
	.main-navigation li {
		float: left;
		margin-left: 20px;
		width: 28%;
	}
	
	.main-navigation a {
		background: none;
	}
	
	.main-navigation a:hover {
		background: none;
	}
}
/* media query for 750px  */
@media screen and (min-width: 880px) {
	.main-navigation ul {
		position: relative;
		right: -30px;
	}
}
/* media query for 880px  */

/* ---------------------------------------------------
                   MENU PAGE STYLES
----------------------------------------------------*/
.menu-page .featured-info ul {
	font-style: italic;
}
.menu-page .featured-info {
	float: none;
	text-align: center;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

/* ---------------------------------------------------
             LOCATION & HOURS PAGE STYLES
----------------------------------------------------*/
@media screen and (min-width: 1050px) {
	.location-page .featured-info {
		float: none;
		width: 100%;
	}
	
	.location-page .landing {
		float: left;
		text-align: left;
		width: 56%;
	}
	
	.location-page .landing p {
		margin-left: 0;
		margin-right: 0;
	}
	
	.location-page .sidebar {
		float: right;
		width: 30%;
	}
}

/* ---------------------------------------------------
                GLOBAL FOOTER STYLES
----------------------------------------------------*/
footer {
	padding: 10px 0;
	clear: both;
	text-align: left;
	font-family: 'Aclonica', sans-serif;
	font-family: 'Junge', serif;
	font-family: 'Emblema One', cursive;
	font-family: 'Combo', cursive;
}
footer h4 {
	text-transform: uppercase;
	text-align: left;
}
footer h7 {
	text-transform: none;
	text-align: left;
}
footer p2 {
	text-transform: none;
	text-align: left;
}
nav {
	display: table;
	border-top: 1px solid #357F7F;
	border-bottom: 1px solid #357F7F;
}
nav ul {
	display: table-row;
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 1;
}
nav ul a {
	display: block;
	color: black;
	text-decoration: none;
	padding: 10px 15px;
	font-family: 'Aclonica', sans-serif;
	font-family: 'Junge', serif;
	font-family: 'Emblema One', cursive;
	font-family: 'Combo', cursive;
}
nav ul li {
	position: relative;
	display: inline-block;
	display: table-cell;
	width: 1%;
	list-style-type: none;
	text-align: center;
}
nav ul li:hover {
	background-color: #357F7F;
}
nav ul li:hover a {
	color: white;
}
nav ul ul {
	display: none;
	position: absolute;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
}
nav ul ul li {
	width: 100%;
	display: inline-block;
}
nav ul li:hover>ul {
	display: block;
}
@media only screen and (max-width: 600px) {
	.videoWrapper {
		position: relative;
		padding-bottom: 56.25%;
		/* 16:9 */
		padding-top: 25px;
		height: 0;
	}
	
	.videoWrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}