body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: #f9f9f9;
}

#es-header {
	display: none !important;
}

.container 	{
	position: relative;
	height: 100%;
}

.clearfix {
	overflow: auto;
}


.navigation {
	position: absolute;
	width: 100%;
	display: flex;
	z-index: 1;
	font: 16px 'Mate SC', serif;
	text-transform: uppercase;
}

.logo-left	{
	position: relative;
	height: 114px;
	width: 40%;
	margin-top: 25px;
	margin-left: 25px;
	float:left;
}

.links-right	{
	width: 72%;
	margin-top: 68px;
	margin-left: 20%;
}

.link a {
	margin-right: 50px;
	position: relative;
	float: left; 
	width:auto;
	color: #ffffff;
	cursor: pointer;
}

.link a:hover {
	text-decoration: none;
	color: #fead0a;
	cursor: pointer;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  background-color: inherit;
  font-family: inherit;
  margin: 0 50px 0 0;
  text-transform: uppercase
}

.navbar a:hover, .dropdown:hover .dropbtn {
  color: #fead0a;
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: fixed;
  background-color: #f9f9f9;
  max-width: 145px;
  z-index: 999;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font: 14px 'mate sc', serif;
}

.dropdown-content a:hover {
  background-color: #000000;
  text-decoration: none;
  color: #fead0a;
}

.dropdown:hover .dropdown-content {
  display: block;
}


.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.display-4	{
	font: 24px 'mate sc', serif;
	color: #ffffff;
}

.carousel-caption{
	margin-top: 135px;
}

.homepage-button a{
	border: 1px solid #fead0a;
	padding: 5px 25px;
	font: 18px 'abel', sans-serif;
	color: #fead0a;
	border-radius: 20px;
	text-transform: uppercase;
}

.homepage-button a:hover{
	border: 1px solid #fead0a;
	padding: 5px 25px;
	font: 18px 'abel', sans-serif;
	color: #ffffff;
	border-radius: 20px;
	text-transform: uppercase;
	background-color: #fead0a;
	text-decoration: none;
}


/**** ABOUT PAGE ****/

.hero	{
	background: url(images/about-hero.png) no-repeat;
	background-size: cover;
	height:650px;
	position: relative;
}

.hero-display	{
	font: 46px 'Mate sc', sans-serif;
}

.title-container	{
	width: 100%;
	text-align: center;
	color: #ffffff;
	position: absolute;
	top: 275px;
}

.about-image	{
	width: 300px;
	position: relative;
	float: left;
}

.about-images-3	{
	display: flex;
	margin-top: -150px;
	justify-content: space-between;
}

.about-text	{
	width: 83%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
}

.about-text p 	{
	font: 18px 'abel', sans-serif;
	color: #000000;
	line-height: 30px;
}

.quote	{
	font: 46px 'Mate SC', serif;
	color: #fead0a;
	line-height: 38px;
	width: 87%;
	margin: 75px auto 100px auto;
}

.signature {
	width: 75%;
	margin: 100px auto;
}

.signature img {
	width: 100%;
}

/****Services****/

.services {
	width: 600px;
}

.table {
	width: 600px !important;
	margin: 0 auto;
}

.services-hero	{
	background: url(images/services-hero.png) no-repeat;
	background-size: cover;
	height:650px;
	position: relative;
}

.services-images-4	{
	position: relative;
	float: left;
	margin: 25px 50px 75px 50px;
}

.service-image	{
	width: 300px;
	float: left;
	position: relative;
}

.services-table {
	position: relative;
	margin: 50px 0;
}

.services-list	{
	position: relative;
	float: left;
	margin: 50px 0px 0px 25px;
	width: 650px;
}

.service-type	{
	font: 28px 'mate sc', serif;
	color: #000000;
	text-align: center;
}

.services-list{
	font: 18px 'Abel', sans-serif;
	color: #000000;
}

.column	{
	width: 570px;
}

.services-pdf	{
	margin-left: 403px;
	width: 422px;
}

.services-pdf a	{
	font: 24px 'mate sc', serif;
	color: #fead0a;
	text-decoration: none;
}

.services-pdf a:hover	{
	text-decoration: none;
	color: #000000;
}

.services-row {
	width: 100%;
	margin: 50px 0;
}

iframe {
	min-height: 700px !important;
}

/*** GALLERY ***/

.gallery	{
	background-color: #000000;
	position: relative;
}

.instagram 	{
	margin-top: 50px;
}

/****BOOK EVENT****/

.event-hero	{
	background: url(images/the-gorge.png) no-repeat;
	background-size: cover;
	height:550px;
	position: relative;
}

.form-holder {
			width: 800px;
			margin: 50px auto 0;
			position: relative;
			padding: 50px;
			background-color: #ffffff;
			}

.hr-event {
	width: 265px;
	background-color: #fead0a;
	height: 1px;
	margin-top: -5px;
}

.event-button {
	width: 100% !important;
	margin-left: 0 !important;
	margin-top: 25px;
}


/****Contact****/

.contact-hero	{
	background: url(images/contact-hero.png) no-repeat;
	background-size: cover;
	height:550px;
	position: relative;
}

.hr-contact {
	width: 340px;
	background-color: #fead0a; 
	height: 1px; 
	margin-top: -5px;
}

.maps {
	position: relative;
	float: left;
	width: 500px;
	margin: 25px 50px 75px 50px;
}

.shop-details	{
	position: relative;
	float: left;
	margin: 50px 0px 0px 25px;
	width: 350px;
}

.location, .hours, .message	{
	font: 28px 'mate sc', serif;
	color: #000000;
	width: 100%:;
	text-align: left;
	margin: 0px 0px 25px 0px;
}

.message {
	margin-bottom: 50px;
	width: 197px;
}

.hours {
	margin-top: 50px;
	text-align: left;
}

.address 	{
	font: 18px 'abel', sans-serif;
	color: #000000;
	line-height: 26px;
}

.contact 	{
	font: 18px 'abel', sans-serif;
	color: #000000;
	line-height: 26px;
	margin-top: 20px;
}

.contact 	a{
	color: #000000;
	text-decoration: none;
}

.contact a:hover {
	color: #fead0a;
	text-decoration: none;
}

.hours-list {
	font: 18px 'abel', sans-serif;
	color: #000000;
}

.column-hours {
	font: 18px 'abel', sans-serif;
	color: #000000;
	width: 50px;
}

.column-days {
	font: 18px 'mate sc', sans-serif;
	color: #000000;
	width: 150px;
}

tbody {
	border: none;
}

.contact-form {
	background-color: #f9f9f9;
	position: relative;
	float: left;
	width: 100%;
}

.contact-form-1 {
	margin: 50px 0;
}



#form_name, #form_lastname, #form_email, #form_phone,
#book_name, #book_lastname, #form_event_type, #book_email,
#book_phone, #book_event_name, #book_message, #book_date_start,
#book_date_end {
	border-bottom: 1px solid #fead0a;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0;
	background-color: transparent;
	font: 19px 'abel', sans-serif;
	color: #000000;
}

#form_message {
	background-color: transparent;
	font: 19px 'abel', sans-serif;
	color: #000000;
}

textarea:focus, input:focus {
	box-shadow: none;
}

*:focus {
	box-shadow: none;
}

#form_message {
	border: 1px solid #fead0a;
}

.btn, .btn-success, .btn-send {
	border-radius: 20px !important;
	border: 1px solid #fead0a !important;
	background-color: transparent !important;
	color: #000000 !important;
	font: 16px 'abel', sans-serif;
	text-transform: uppercase;
	width: 200px;
	margin-left: 40%;
}

input.btn:hover {
	background-color: #fead0a;

}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
    font: 14px 'abel', sans-serif;
}

.hours-table {
	width: 315px !important;
}

footer	{
	font: 12px 'abel', sans-serif;
	color: #ffffff;
	background-color: #000000;
	text-align: center;
	width: 100%;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	float: left;
	margin-top:50px;
}

.mobile-nav {
	display:none;
}

.carousel-control-prev, .carousel-control-next {
	z-index: 0 !important;
}

.carousel-caption {
	z-index: 0 !important;
}
.hr-nashville {
	width: 440px;
	margin: 0 auto;
}

.hr-music {
	width: 370px;
	margin: 0 auto;
}

.hr-events {
	width: 570px;
	margin: 0 auto;
}

.hr-about {
	width: 740px;
	margin: 0 auto;
}

.hr-services {
	width: 350px;
	margin: 0 auto;
}

.about-image img {
		width: 100%;
	}

.service-image img {
	width: 100%;
}

/**** RESPONSIVE CSS ****/

@media only screen and (min-width: 993px) and (max-width: 1199.99px)	{
	.about-image {
		margin-right: 14px;
	}

	.services-list {
		width: 500px;
	}

	.table {
		width: 525px !important;
	}
}

@media only screen and (min-width: 831px) and (max-width: 992px)	{
	.hero {
		height: 550px;
	}

	.about-images-3 {
		margin-top: -95px;
	}

	.about-image {
		width: 216px;
		margin-right: 20px;
	}

	.services-list {
		width: 330px;
	}

	.services-images-4 {
		margin-right: 30px;
	}

	.service-image {
		width: 250px;
		margin-top: 40px;
	}

	.services-table {
		margin-left: 40px;
	}

	.table {
		width: 400px !important;
	}

}

@media only screen and (min-width: 768px) and (max-width: 830px)	{
	.hero-display {
		font-size: 35px;
	}

	.hero-display {
		font-size: 35px;
		margin-top: 50px;
	}

	.hr-event {
		width: 200px;
	}

	.hr-about {
		width: 555px;
	}

	.title-container {
		top: 210px;
	}

	.about-images-3 {
		margin-top: -85px;
	}

	.hero {
		height: 450px;
	}

	.form-holder {
		width: 650px;
	}
/**
	.about-image img {
		width: 100%;
	}**/

	.about-image {
		width: 216px;
		margin-right: 20px;
	}

	.services-list {
		width: 270px;
	}

	.service-image {
		width: 275px;
	}

	.services-images-4 {
		margin-right: 20px;
	}

	.services-table {
		margin-left: 40px;
	}

	.table{
		width: 350px !important;
	}

	.services-hero {
		height: 425px;
	}

	.hr-services {
		width: 255px;
		margin: 0 auto;
	}
	
	.maps {
		width: 300px;
		margin: 25px 0 75px 15px;
	}

	.hr-contact {
		width: 250px;
	}

}



@media only screen and (min-width: 573px) and (max-width: 767px)	{
	.hero-display {
		font-size: 33px;
	}

	.event-hero .hero-display {
		font-size: 33px;
		margin-top: 50px;
	}

	.hr-event {
		width: 190px;
	}

	.hr-about {
		width: 520px;
	}

	.hero {
		height: 500px;
	}

	.title-container {
		top: 230px;
	}

	.about-image {
		width: 160px;
		margin-right: 15px;
	}

	.about-images-3 {
		margin-top: -70px;
	}

	.hr-services {
		width: 237px;
		margin: 0 auto;
	}

	.form-holder {
		width: 465px;
	}

}

@media  only screen and (max-width: 767px) {
	.service-image {
		float: none;
		margin: 15px auto;
	}

	.services-table {
		float: none;
		margin-left: 0;
	}

	.table {
		width: 100% !important;
	}

	.services-pdf {
		width: 100%;
		text-align: center;
		margin:0 0 25px 0;
	}

	.services-hero {
		height: 425px;
	}

	.hr-contact {
		width: 225px;
	}

}

@media only screen and (min-width: 472px) and (max-width: 572px)	{
	.hero {
		height: 375px;
	}

	.hero-display {
		font-size: 30px;
	}

	.event-hero .hero-display {
		font-size: 30px;
		margin-top: 50px;
	}

	.hr-event {
		width: 170px;
	}

	.hr-about {
		width: 480px;
	}

	.title-container {
		top: 210px;
	}

	.about-image {
		width: 137px;
		margin-right: 15px;
	}

	.about-images-3 {
		margin-top: -75px;
	}

	.hr-services {
		width: 210px;
	}

	.form-holder {
		width: 445px;
	}

	.hr-contact {
		width: 185px;
	}

	.contact-hero .hero-display {
		margin-top: 75px;
	}
}

@media only screen and (min-width: 419px) and (max-width: 471px) {
	.hero {
		height: 450px;
	}

	.hero-display {
		font-size: 18px;
	}

	.hr-about {
		width: 285px;
	}

	.hr-contact {
		width: 185px;
	}

	.contact-hero .hero-display {
		margin-top: 75px;
	}
}

@media only screen and (max-width: 418px) {
	.hr-about {
		width: 130px;
	}

	.hr-event {
		width: 145px;
	}

	.hero {
		height: 450px;
	}

	.about-image {
		width: 250px;
		margin: auto;
		float: none;
	}

	.display-4 {
		font-size: 1.9rem !important;
	}

	.hr-events {
		width: 100px;
	}

	.hr-nashville {
		width: 240px;
	}

	.hr-music {
		width: 200px;
	}

	.hero-display {
		font-size: 24px;
	}

	.about-images-3 {
		margin-top: 30px;
	}

	.form-holder {
		width: 325px;
	}

	.hr-services {
		width: 185px;
	}

	.maps {
		width: 300px;
	}

	.hr-contact {
	width: 165px;
}


}

@media only screen and (min-width: 1141px) and (max-width: 1194px) {
	.links-right	{
		width: 73%;
	}
}


@media only screen and (min-width: 1074px) and (max-width: 1140.99px) {
	.links-right	{
		width: 68%;
		margin-left: 15%;
	}
}

@media only screen and (min-width: 993px) and (max-width: 1073.99px) {
	.links-right	{
		width: 62%;
		margin-left: 5%;
	}
}

@media only screen and (min-width: 804px) and (max-width: 878.99px) {
	.display-4 {
		font-size: 3.0rem !important;
	}

	.hr-nashville {
		width: 370px;
	}

	.hr-music {
		width: 320px;
	}

	.hr-events {
		width: 485px;
	}
}

@media only screen and (min-width: 678px) and (max-width: 803.99px) {
	.display-4 {
		font-size: 2.7rem !important;
	}

	.hr-nashville {
		width: 335px;
	}

	.hr-music {
		width: 290px;
	}

	.hr-events {
		width: 435px;
	}
}

@media only screen and (min-width: 553px) and (max-width: 677.99px) {
	.display-4 {
		font-size: 2.2rem !important;
	}

	.hr-nashville {
		width: 275px;
	}

	.hr-music {
		width: 235px;
	}

	.hr-events {
		width: 360px;
	}

	.homepage-button a {
		font-size: 16px;
	}
}

@media only screen and (min-width: 419px) and (max-width: 552.99px) {
	.display-4 {
		font-size: 1.7rem !important;
	}

	.hr-nashville {
		width: 230px;
	}

	.hr-music {
		width: 200px;
	}

	.hr-events {
		width: 300px;
	}

	.homepage-button a {
		font-size: 14px;
	}

	/** ABOUT **/

	.title-container {
		top: 180px;
	}

	.hero-display {
		font-size: 25px;
	}

	.event-hero .hero-display {
		font-size: 25px;
		margin-top: 100px;
	}

	.hr-event {
		width: 145px;
	}

	.form-holder {
		width: 375px;
	}

	.hr-services {
		width: 185px;
	}

	
}

@media only screen and (max-width: 803.99px) {
	.d-none {
		display: block !important;
	}
}

@media only screen and (max-width: 991.99px) {

	.links-right {
		display: none;
	}

	.mobile-nav {
		display: block;
		height: 34px;
		margin: 58px 0 0 48%;
	}
	
	.overlay-pageLinks 	{
					font: 24px 'Mate sc', serif;
					float: left;
					margin: 12px 42px;
					}
	.overlay-pageLinks a		{
					color: #ffffff;
					text-decoration: none;
					}

	.overlay-pageLinks a:hover 	{
					color: #fead0a;
					text-decoration: none;
					}

	.page-menuIcon 		{
					color: #ffffff;
					cursor: pointer;
					font-size: 30px;
					}
}
	/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.9);
	z-index: 999;
}

/* Overlay closing cross */
.overlay .overlay-close {
	width: 80px;
	height: 80px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(images/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 9999;
}

/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	font-size: 54px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}

.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 5);
	min-height: 54px;
}

.overlay ul li a {
	font-weight: 300;
	display: block;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #fead0a;
	text-decoration: none;
}

/* Effects */
.overlay-hugeinc {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.overlay-hugeinc nav {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.overlay-hugeinc nav ul {
	opacity: 0.4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

.overlay-hugeinc.open nav ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.overlay-hugeinc.close nav ul {
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);
	}
}

@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}




















