/* ============= 
      CLASSES 
   ============= */
body {
	background: url("../photos/bg.png") no-repeat bottom center;
	background-position: bottom;

	-webkit-background-size: 100%;
  	-moz-background-size: 100%;
 	-o-background-size: 100%;
 	background-size: 100%;

 	-webkit-background-size: cover;
 	-moz-background-size: cover;
 	-o-background-size: cover;
 	background-size: cover;
}

/* =========
   NAV STUFF */
nav {
	z-index: 998;
	position: static;
}

#mediaBar {
	z-index: 2;
	display: flex;
	position: absolute; top: 30px; right: 0px;
	font-size: 30px;
}

#mediaBar a {
	transition: .2s ease;
	padding-right: 30px;
}

#mediaBar a:hover {
	color: #ad7c10;
	transition: .2s ease;
}

.fa {
	color: #111;
}

.fa:hover {
	text-decoration: none;
	color: #111;
}

.menuTab {
	z-index: 2;
	font-size: 30px;
	cursor: pointer;
	position: absolute; left: 30px; top: 20px;
}

.navLogo {
	z-index: 2;
	position: relative;
	display: block;
	max-width: 400px;
	margin: 0 auto;
	
	/*
	position: absolute;
	left: 530px;
	*/
	top: 20px;
}

.navLogo img {
	width: 100%;
}

/* overlay menu credit: W3 Schools; */
.overlay {
  z-index: 999;
  height: 0%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  z-index: 999;
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

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

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9); /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

/* credit: W3 Schools */
@media screen and (max-height: 450px) {
  	.overlay {
  		z-index: 999;
  		overflow-y: auto;
  	}

 	.overlay a {
  		font-size: 20px;
  	}

 	.overlay .closebtn {
		font-size: 40px;
		top: 15px;
		right: 35px;
  	}

}

/* ============
   HEADER STUFF */
.headerBG {
	background: url(../photos/atlantis.jpg) repeat center center;
	filter: blur(1.3em);
	width: 100%;
	height: 835px;
	margin-top: -115px;
	z-index: 1;

	-webkit-background-size: 100%;
  	-moz-background-size: 100%;
 	-o-background-size: 100%;
 	background-size: 100%;

 	-webkit-background-size: cover;
 	-moz-background-size: cover;
 	-o-background-size: cover;
 	background-size: cover;
}

.headerBG2 {
	background: url(../photos/atlantis.jpg) repeat center center;
	filter: blur(1.3em);
	width: 100%;
	height: 290px;
	margin-top: -115px;
	z-index: 1;

	-webkit-background-size: 100%;
  	-moz-background-size: 100%;
 	-o-background-size: 100%;
 	background-size: 100%;

 	-webkit-background-size: cover;
 	-moz-background-size: cover;
 	-o-background-size: cover;
 	background-size: cover;
}

.header {
	z-index: 2;
	margin-top: -820px;
}

img.headerImg, .album, .albumShowcase {
	border-style: double;
	border-width: 4px;
	border-color: #f1f1f1;
	filter: drop-shadow(0px 0px 30px #000);
	z-index: 2;
	position: absolute; top: 210px;
	box-shadow: 0 4px 8px 0 rgba(0.5, 0, 0, 0.1), 0 6px 20px 0 rgba(0.5, 0, 0, 0.19);
}

.album {
	border-style: none !important;
	filter: none !important;
	display: block;
	margin-left: 20px;
	width: 80%;
	position: none !important;
	top: 10px !important;
	transition: .5s ease;
}

.album:hover {
	opacity: 70%;
	transition: .5s ease;
}

.albumShowcase {
	top: 20px;
}

.headerDesc {
	z-index: 2;
	position: absolute; top: 160px;
	margin-left: 40%;
	margin-top: 150px;
	font-family: Robo;
	color: #dc9909;
	text-shadow: 0px 0px 20px black;
	text-align: center;
	padding-left: 330px !important;
}

.headerDesc form {
	padding-top: 10px;
	text-align: center;
}

.headerDesc form > button, .albumDesc td > button {
	border-radius: 4em 4em / 4em 4em;
}

.headerDesc form > button:hover {
	filter: opacity(80%);
}

.buttons {
	text-align: center;
	padding-top: 10px;
	margin-left: 320px;
}

/* ===============
   MAIN BODY STUFF */
.center {
	padding-left: 80px;
}

#mainContent {
	position: relative;
	margin-top: 430px;
	z-index: 10;
	width: 100%;
	/*background-color: #7b31fc;*/
}

#mainContent2 {
	position: relative;
	margin-top: 40px;
	z-index: 10;
	width: 100%;
	height: 520px;
	color: #f0f0f0;
	/*background-color: #7b31fc;*/
}

hr {
	border-top: 1px solid #f0f0f0 !important;
	filter: opacity(50%);
}

#mainContent h1, #mainContent2 h1 {
	font-family: Robo;
	color: #f0f0f0;
	text-shadow: 1px 2px #000;
}

#mainContent h4, #mainContent2 h4 {
	font-family: Robo;
	text-align: center;
	color: #ad7c10;
	filter: drop-shadow(0px 0px 25px #000);
}

.news a {
	color: #fff;
}

.news a:hover {
	color: #fff;
	text-decoration: none;
}

.news h2 {
	display: block;
	padding-top: 15px;
	font-size: 20px;
	text-align: center;
}

.news p {
	text-align: center;
}

.news img {
	filter: drop-shadow(0px 0px 30px #000);
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

#mainContent iframe {
	box-shadow: 0 4px 8px 0 rgba(0.5, 0, 0, 0.1), 0 6px 20px 0 rgba(0.5, 0, 0, 0.19);
}

.title {
	padding: 25px;
	padding-top: 0px;
	text-align: center;
}

.albumDesc h1 {
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Robo;
	text-align: center;
}

.albumDesc p {
	padding-left: 110px;
	font-family: Robo;
}

.albumDesc table {
	margin-left: 110px
}

.albumDesc td {
	padding-right: 40px;
}

/* ================
   TOUR TABLE STUFF */
#mainContent table {
	font-family: Monaco;
	font-size: 20px;
	width: 100%;
	padding-bottom: 100px;
}

#mainContent td {
	padding: 12px;
}

#mainContent tr {
	border-bottom: 1px solid #dddfff;
}

#mainContent th {
	color: #ad7c10;
}

button.tix {
	border-radius: 1em 2em / 2em 1em;
	border: none;
	margin-left: 30px;
	background-color: #05bdba;
	transition: .2s ease;
}

button.tix:hover {
	background-color: #ad7c10;
	transition: .2s ease;
}

/* ============
   FOOTER STUFF */
footer {
	position: relative;
	bottom: 0px;
	width: 100%;
	height: 60px;
	background-color: #0f0f0f;
}

.footer p{
	position: relative;
	font-size: 12px;
	text-align: center;
	margin-top: 12px;
	padding-top: 10px;
	color: #eee;
}

.footer code{
	font-size: 8px;
	text-align: center;
	margin-top: 10px;
	color: #eee;
}

.footer code > a:hover {
	text-decoration: underline;
}

/* ========= 
     Fonts 
   ========= */
@font-face {
	font-family: Robo;
  	src: url(../font/robo/ROBO.ttf);
}

/* ========= 
     Mobile
   ========= */
@media screen and (max-width: 580px) {
	.navLogo {
		width: 60%;
		padding-bottom: 40px;
	}
	#mediaBar, .menuTab {
		font-size: 25px;
	}

	#mediaBar {
		display: inline-grid;
	}

	#mediaBar a {
		padding-bottom: 20px;
	}

	#myBtn {
		right: 20px;
		bottom: 15px;
		padding: 10px;
		padding-left: 15px;
		padding-right: 15px;
		font-size: 10px;
	}

	img.headerImg {
		margin-top: -80px;
		margin-left: 63px;
		width: 60%;
	}

	img.albumShowcase {
		width: 40%;
	}

	.albumDesc {
		font-size: 10px;
		padding-left: 130px;
	}

	.albumDesc h1 {
		font-size: 20px;
		padding-left: 40px;
		padding-top: 20px
	}

	.albumDesc td {
		padding-right: 10px;
		font-size: 15px;
	}
	
	.headerBG2 {
	    height: 180px;
	}

  	.headerDesc {
  	    position: block;
  	    margin-left: -230px;
  	    margin-right: auto;
  	    width: 50%;
  	    padding-top: 130px;
  	    /*
  		margin-left: -150px;
  		padding-top: 180px;
  		*/
  	}
  	
  	.headerDesc h4 {
  	    text-align: center;
  	    padding-left: 60px;
  	}
  	
  	.headerDesc form {
  	    text-align: center;
  	    padding-left: 50px;
  	}

  	#mainContent {
  		margin-top: 290px;
  	}
  	
  	.iframeMobile {
  	    width: 400px;
  	    height: 400px;
  	}
  	
  	footer {
    	position: absolute;
    	bottom: auto;
    	width: 100%;
    	margin-bottom: -800px;
    	height: 75px;
    	background-color: #0f0f0f;
    }  
    
    footer code {
        padding-bottom: 15px;
    }
}



