@charset "UTF-8";
/* Body */
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #929292;
	background-color: #e9e6e1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h1 {
	font-family: Eskorte;
	font-size: 40px;
	font-weight: normal;
	text-align: center;
	color: #064273;
	margin-bottom: 5px;
	line-height: .8em;
}
h2 {
	font-family: Eskorte;
	font-size: 35px;
	font-weight: normal;
	text-align: center;
	line-height: 1em;
	color: #064273;
	margin-bottom: 10px;
}
h3 {
	font-family: Eskorte;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	line-height: 1.2em;
	color: #067eb5;
}
p {
	
}
 a {
  color: #e3c811;
  text-decoration: none;
}

hr {
  display: block;
  margin-left: 20px;
  margin-right: 20px;	
  margin-top: 30px;
  margin-bottom: 30px;
  border-style: solid;
  border-width: 1px;
  color: #c2bbae;
  background-color: #c2bbae;
}
.pad{
	margin-left: 10%; 
	margin-right: 10%;
}

.btn {
	background-color: #de6835; 
	border: none; 
	border-radius: 50px; 
	color: #fff; 
	text-decoration: none; 
	text-transform: uppercase; 
	font-weight: 600; 
	padding: 10px;
}

.button {
	display:inline-block;
	margin:30px;
}


/*Floating Back-To-Top Button*/

#scroll {
    position:fixed;
    right:20px;
    bottom:30px;
    text-align: center;
	color: #fff;
    padding: 15px 11px;
    background-color:#e74c3c;
    display:none;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}


.mermaid {
	display: inline-block;
	width: 90%;
	text-align: center;
}

.mermaid img{
	text-align: center;
	width: 100%;
	height: auto;
	max-width: 161px;
	max-height: 187px;
	padding-left: 10%
}



/* Social Media */
.social-icons {
  text-align: center;
  }  
.social-icons li {
  display:inline-block;
  list-style-type:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  }
.social-icons li a {
  border-bottom: none;
  }
.social-icons li img {
  width:100%x;
  height:100%;
  margin-right: 20px;
  margin-top: 40px;
}

/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	background-color: #e9e6e1;
}
/* Navigation */
header {
	background-image: url(../images/bkg.jpg);
	background-color: #037cb4;
	height: 150px;
}
.logo {
	text-align: undefined;
	width: 30%;
	float: left;
	margin-top: 15px;
	margin-left: 25px;
}
.logo_img {
  transform: translateX(-50%);
  left: 50%;
  position: absolute;	
}
	
nav {
	position: relative;
	float: right;
	width: 100%;
	text-align: right;
	background-color: #012a44;
	padding-right: 25px;
}
nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #FFF;
	font-family: trade-gothic-next-condensed, sans-serif;
	font-size: 15px;
	text-align: left;
	margin: 15px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul li:hover a {
	color: #e3c811;
}

/*Sub Nav */
.subnav{
	width: 100%;
	margin-top: inherit;
	background-color: #1d2f23;
	padding-top: 20px;
	padding-bottom: 20px;
}

.subnav ul {
	list-style: none;
	padding: 0px;
}
.subnav ul li {
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}

/* Hero Section */

.hero {
	background-image: url("../images/banner.jpg");
	background-color: #000;
	height: 500px;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 1px;
	padding-bottom: 0px;
	text-transform: uppercase;
}

.hero-sub {
	background-image: url("../images/banner.jpg");
	background-color: #000;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 1px;
	padding-bottom: 0px;
	text-transform: uppercase;
}
/* Hero Section */
.hero_header {
	color: #fff;
	text-align: center;
	line-height: 1em;
	font-weight: bold;
	font-size: 80px;
	  text-shadow: 0 0 5px #000; /* horizontal-offset vertical-offset 'blur' colour */
  -moz-text-shadow: 0 0 5px #000;
  -webkit-text-shadow: 0 0 5px #000;
	margin-top: 320px;
	margin-right: 10%;
	margin-bottom: 20px;
	margin-left: 10%;
	letter-spacing: 1px;
}
.hero_header_sm {
	color: #fff;
	text-align: center;
	line-height: 1em;
	font-weight: bold;
	font-size: 50px;
	  text-shadow: 0 0 5px #000; /* horizontal-offset vertical-offset 'blur' colour */
  -moz-text-shadow: 0 0 5px #000;
  -webkit-text-shadow: 0 0 5px #000;
	margin-top: 320px;
	margin-right: 10%;
	margin-bottom: 20px;
	margin-left: 10%;
	letter-spacing: 1px;
}
.large{
	font-size: 50px;
}

/* Promotions Home */

.home {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 50px;
	display: inline-block;	
}

.home h1 {
padding-top: 20px;
padding-bottom: 10px;
line-height: 1em;
}

.specials-1 {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	padding-bottom: 20px;
}

.specials-2  {
	font-size: 18px;
	font-weight: 600;
}

.column1 {
	width: 45%;
	text-align: center;
	font-weight: lighter;
	float: left;
	padding-left: 20px;
	padding-right: 10px;
}

.column2 {
	width: 45%;
	text-align: center;
	font-weight: lighter;
	float: right;
	padding-left: 10px;
	padding-right: 20px;
}

.promo {
	width: 100%;
	height: auto;
	max-width: 350px;
	padding-top:0px;
}

/* Music Section */
music {
	margin-top: 40px;
	margin-bottom: 50px;
	display: block;
	padding-left: 10%;
	padding-right: 10%;
}
.music_column {
	width: 48%;
	height: 440px;
	padding-top: 50px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
	float: left;
}
music .music_column h2 {
	text-align: center;
	line-height: .9em;
}

music .music_column h3 {
	margin-top: 0;
	font-size: 24px;
	color: #929292;
	text-align: center;
	line-height: 1.2em;
}

.cards {
	width: 100%;
	height: auto;
	max-width: 350px;
	max-height: 250px;
	padding-top:0px;
}

music .music_column p {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
}


/* Menu Section */
.menu {
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 0px;
	padding-bottom: 0px;
	display: inline-block;
	margin-top: 0px;
}

.menu .content {
	width: 100%;
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 20px;
}
.menu h3 {
	margin-top: 0px;
	margin-bottom: 8px;
	line-height: 1em;
	width: 90%;
}

.text_column {
	width: 45%;
	text-align: left;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 0px;
	padding-right: 20px;
}
.text_column h3{
	text-align: left;
}
.text_column2 {
	width: 45%;
	text-align: left;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 0px;
}
.text_column2 h3{
	text-align: left;
}

/* Single Column */
.single_column {
	width: 100%;
	padding-top: 0px;
	padding-right: 10%;
	padding-bottom: 0px;
	display: inline-block;
	margin-top: 0px;
	text-align: center;
}

.single_column h3 {
	margin-bottom: 0px;
}
.single_column p {
	text-align: center;
}
 .single_column a {
  color: #067eb5;
  text-decoration: none;
}



/* Gallery */

.thumbnail {
	width: 25%;
	text-align: center;
	float: left;
	margin-top: 35px;
}


/* More info */

footer {
	width: 100%;
	background-color: #056c9a;
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
}

footer p {
	color: #fff;
	text-align: center;
}

footer h1 {
	color: #fff;
	text-align: center;
}

footer h2 {
	color: #fff;
	text-align: center;
}

.hidden {
	display: none;
}

/* Mobile */
/* Mobile */
/* Smooth scrolling IF user doesn't have a preference due to motion sensitivities*/
@media screen and (prefers-reduced-motion: no-preference) {
  html,
  body {
    scroll-behavior: smooth;
  }
}

@media (max-width: 600px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.logo_img {
	position: relative;
}

.container header nav {
	margin: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	background: #012a44;
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	text-align: center;
	width: 100%;
	font-size: 20px;
}

.hero {
visibility: hidden;
	height: 0px;
}
	
.hero-sub {
visibility: hidden;
	height: 0px;
}
	
.column1 {
	width: 100%;
	padding: 0px;
}
.column2 {
	width: 100%;
	padding: 0px;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.text_column2 {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
	
h1 {
	margin-bottom: 5px;
}
h2 {
	margin-bottom: 5px;
}
.menu {
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-color: #e9e6e1;
	margin-top: 0px;
	margin-bottom: 0px;
}
	
.single_column {

}
.items {
	text-align: center;
}

.music_column {
	width: 100%;
	margin-top: 0px;
}

.banner {
	background-color: #2D9AB7;
	background-image: none;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.logo_img {
	position: relative;
}

.container header nav {
	margin: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	background: #012a44;
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	text-align: center;
	width: 100%;
	font-size: 20px;
}
	
.hero {
visibility: hidden;
	height: 0px;
}
	
.hero-sub {
visibility: hidden;
	height: 0px;
}


.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.text_column2 {
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.music_column {
	width: 100%;
	margin-top: 0px;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {

}
