@import url('https://fonts.googleapis.com/css?family=East+Sea+Dokdo');

/* CSS Document */

body{
	margin: 0;
    padding: 0;
	background: url("../pics/wallpaper.jpg");
	text-align: center;
}

h1{
	font-size: 120%;
	font-family: 'East Sea Dokdo', cursive;
	color: #FFFFFF;
}
hr{
	max-width: 53%;
	color: black;
	border-width: 2px;
	
}


@keyframes navslide{
	from{
		opacity: 0;
		right: -200px;
		
	}
	to{
		opacity: 1;
		right: 2px;
		visibility: visible;
	}
}
@keyframes linkslide{
	from{
		opacity: 0;
		
	}
	to{
		opacity: 1;
		visibility: visible;
	}
}

a{
	text-decoration: none;
}
a:hover{
	color: #fff;
}

/* =====================================--- MOBILE NAVIGATION---====================================*/

header{
	position: fixed;
	top: 0px;
	width: 100%;
	height: 8vh;
	background: rgba(0,0,0,.8);
	z-index: 735;
}
.logo{
	position: absolute;
	margin-top: 10px;
	top: 7px;
	left: 15px;
	
	}
.logo img{
	width: 200px;
}
nav{
	position: absolute;
	top: 100%;
	font-family: 'Special Elite', cursive;
	font-size: 1.35em;
	background: rgba(0,0,0,.85);
	display: none;
	animation: navslide 450ms ease-in-out forwards;
}

nav li{
	margin-top: 2em;
	margin-bottom: 3em;
	margin-right: 3em;
	margin-left: 2em;
	visibility: hidden;
	list-style: none;
}
li a{
	color: silver;
	list-style: none;
	text-decoration: none;
	
}

li a:hover{
	color: rgba(136,106,49,1.00);
}

.menu-toggle{
	display: none;
	
}
.menu-toggle:checked ~ nav{
	display: block;
}

.menu-toggle-label{
	position: absolute;
	cursor: pointer;
	margin-top: 3vh;
	right: 0;
	margin-right: 3em;
	display: flex;
	align-items: center;
		
}
.menu-toggle-label span,
.menu-toggle-label span::before,
.menu-toggle-label span::after
{
	display: block;
	background: antiquewhite;
	height: 2px;
	width: 2em;
	border-radius: 5px;
	position: relative;
		
}
.menu-toggle-label span::before,
.menu-toggle-label span::after {
	content: '';
	position: absolute;
}

.menu-toggle-label span::before{
	bottom: 8.5px;
}	
.menu-toggle-label span::after{
	top: 7.5px;
}
.menu-toggle:checked ~ .menu-toggle-label span::before{
	display: none;
}	
.menu-toggle:checked ~.menu-toggle-label span::after{
	content: '';
	top: 0px;
	left: 1px;
	height: 3px;
	transform: rotate(73deg);
	transition: transform 400ms;
}
.menu-toggle:checked ~ .menu-toggle-label span{
	content: '';
	top: 0px;
	left: 2px;
	height: 3px;
	transform: rotate(-34deg);
	transition: transform 400ms;
}
.one{
	animation: linkslide .7s ease-in-out forwards;
}

.two{
	color: rgba(136,106,49,1.00);
	animation: linkslide .7s ease-in-out 200ms forwards;
}
.three{
	animation: linkslide .7s ease-in-out 400ms forwards;
}
.four{
	animation: linkslide .7s ease-in-out 600ms forwards;
}
.five{
	animation: linkslide .7s ease-in-out 800ms forwards;
}
.six{
	animation: linkslide .7s ease-in-out 1000ms forwards;
}


/*==================================================---END NAVIGATION---======================================*/

#myBtn {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99;
  font-family: 'Special Elite', cursive;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: black;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

.clearall{
	clear: both;
	padding: 1%;
	
}

.top{
	margin: 8vh auto 0;
	width: 100%;
	background: #000;
	color: silver;
	font-family: 'Special Elite';
	font-size: 1.25em;
	text-align: center;
	padding: 1%;
	border-radius: 0 0 15px 15px;
}
.top a{
	text-decoration: none;
	color: rgba(136,106,49,1.00);
}

.shows-outer{
	overflow-x: hidden;
	background: #000000;
	background-image: url("../pics/showback.png");
	background-size: contain;
	width: 85%;
	padding: 15px 0 15px 0;
	margin: 15px auto;
	border-radius: 15px;
	border: rgba(0,0,0,1.00) solid 5px;
	animation: slide1 1s ease-in-out;
	
}
@keyframes slide1{
	0%{
		transform: translateX(600px)
	}
	100%{
		transform: translateX(0px);
	
	}
}
.shows{
	position: relative;
	overflow: hidden;
	background-image: url("../pics/sand.png");
	background-color: rgba(111,86,63,1);
	width: 67%;
	border-radius: 15px;
	box-shadow: 0 0 25px 7px #000;
    animation: slide2 1s ease-in-out;
	
}

@keyframes slide2{
	0%{
		transform: translateX(-1000px);
	}
	100%{
		transform: translateX(0px);
	}
}
.month{
	font-family: 'Special Elite', cursive; 
	font-size: 2em;
	font-weight: bold;
	color: rgba(85,80,39,1.00);
	
	
}
.dates{
	font-size: 1.5em;
	font-weight: bold;
  padding: 0 25px;		

}
.dates p{
	margin: 0 50px;
}


.number{
	width: 50%;
	padding-bottom: 1em;
	border-bottom: rgba(101,79,47,1.00) 2px solid;
}

.fleas{
	color: rgb(150, 10, 12);
}


/*---------------------Mailing List Styling-----------------------*/
.error{
	color: red;
}
#contact input[type="text"], #contact input[type="email"], #contact textarea, #contact button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; }

#contact {
	background: url("../pics/backmailinglist.png");
	max-width: 95%;
	padding: 25px 0;
	margin: 0 auto;
	border-radius: 40px;
}

#contact h3 {
	color: #FFF; 
	display: block;
	font-size: 300%;
	font-weight: 400;
	
}

 #contact input[type="email"], #contact textarea, #contact text{
	width:60%;
	border:1px solid #CCC;
	background:#FFF;
	margin:auto;
	padding:10px;
}
 #contact input[type="text"], #contact textarea{
	width:60%;
	border:1px solid #CCC;
	background:#FFF;
	margin:auto;
	padding:10px;
}

#contact input[type="email"]:hover, #contact textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}

#contact textarea {
   height:100px;
   max-width:100%;
   resize:none;
}

#contact button[type="submit"] {
	cursor:pointer;
	width:35%;
	border:none;
	background:#600001;
	margin:0 0 5px;
	padding:10px;
	font-family: 'Bigelow Rules, serif';
	font-size:15px;
	color: #FFFFFF;
}

#contact button[type="submit"]:hover {
	background:#C10307;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus, #contact textarea:focus {
	outline:0;
	border:1px solid #4E4E4E;
}
.mailinglistbg{
	background: #000;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
    border-radius: 45px;
}


/*----END FORM STYLING---*/

/*=======================================---MEDIA QUERIES---========================*/

@media screen and (min-width: 1020px){
	
/*===================================---DESKTOP NAVIGATION---===================================*/	
	.menu-toggle-label{
		display: none;
	}

	header{
		display: grid;
		height: 75px;
		grid-column: 1fr auto minmax(600px, 1fr) 1fr;
	}
	.logo{
		grid-column: 1 / 2;
		
	}
	nav{
		position: absolute;
		top: 5px;
		display: flex;
		grid-column: 3 / 4;
		background: rgba(0,0,0,0.00)
	}
	
	nav ul{
		display: flex;
		justify-content: center;
		font-family: 'Special Elite';
		background-color: none;
		height: 40px;				
		
	}
	nav li{
		list-style: none;
		margin-bottom: 0;
		margin-top: 0;
		margin-left: 0;
		margin-right: .95em;
	}
	
	nav a{
		position: relative;
	}
	nav a::before{
		content: '';
		height: 2px;
		border-radius: 5px;
		background: rgba(136,106,49,1.00);
		position: absolute;
		top: -.5em;
		left: 0;
		right: 0;
		transform-origin: left;
	    transform: scale(0,1);
		transition: transform ease-in-out 250ms;
	}
	nav a:hover::before{
		transform: scale(1,1);
	}
	nav a::after{
		content: '';
		height: 2px;
		border-radius: 5px;
		background: rgba(136,106,49,1.00);
		position: absolute;
		bottom: -.35em;
		left: 0;
		right: 0;
		transform-origin: right;
	    transform: scale(0,1);
		transition: transform ease-in-out 250ms;
	}
	nav a:hover::after{
		transform: scale(1,1);
	}
	nav .six a{
		top: -2px;
			
	}
/*----------------------------------------END Navigation-------------*/
	
	.top{
	margin: 75px auto 0;
	width: 65%;
	background: #000;
	color: silver;
	font-family: 'Special Elite';
	font-size: 1.25em;
	text-align: center;
	padding: 1%;
	border-radius: 0 0 15px 15px;
	}
	
	.shows-outer{
	background: #000000;
	background-image: url("../pics/showback.png");
	background-size: contain;
	MAX-width: 1400px;
	padding: 15px 0 15px 0;
	margin: 5px auto;
	border-radius: 15px;
	border: rgba(0,0,0,1.00) solid 5px;
	animation: slide1 1s ease;
	
}
	
	
	.shows{
	position: relative;
	background-image: url("../pics/sand.png");
	background-color: rgba(111,86,63,1);
	width: 65%;
	border-radius: 15px;
	box-shadow: 0 0 25px 7px #000;
	animation: slide2 1s ease;
	
}

.dates{
	padding: 0 100px;
}

}
@media screen and (max-width: 550px){
	.month{
		font-size: 1.5em;
	}
}