@charset "UTF-8";
/* CSS Document
Reset stylesheet
©2014 Luke Howard
CSS code by Luke Howard lukehoward.net */

html {
	background: #000 url(../images/bodybg.jpg) no-repeat center top scroll;
	background-size: 100% auto;
	font-family: 'Comfortaa', sans-serif;
	color:#f3f3f4;
  text-align:center;
}
a {
	color:#c6f9ec;
  transition:0.4s  ease-in-out;
	text-decoration:none;
}
a:hover {
	color:#fff;
}

/*** Get the App ***/
#gettheapp {
	display: none;
	width:250px;
	position:absolute;
	left:35px;
	top:38%;
	font-size:12px;
	background: url('../images/getitbg.png') top center no-repeat;
	text-align: center;
}
#phazeapp {
	width:100%;
	max-width: 200px;
	height: auto;
}
#gettheapp p {
	color:#000;
	margin:5px 0;
	text-transform:uppercase;
}
#appstore {
	display:block;
	width:56%;
	height:auto;
	margin:0 auto;
}
#appstore img {
	width:100%;
	height:auto;
}

/*** Tour Dates ***/
#tourdates {
	max-width: 750px;
	margin: 300px auto 20px auto;
}
h2 {
	font-size: 40px;
	text-transform: uppercase;
}
/* VideoSection Styles */
div#responsivevideowrap {
	display:block;
	position: relative;
	height: 0;
	width: 100%;
	max-width: 744px;
	padding-bottom: 350px;
	margin:0 auto;
  border: 3px solid #fff;
	overflow: hidden;
}
div#responsivevideowrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*** Call To Action ***/
#calltoaction {
	width:250px;
	position:relative;
	margin:20px auto;
}
#itunescta, #googlecta {
	display:block;
	float:left;
	width:46%;
	height:auto;
}
#googlecta {
	float:right;
}
#itunescta img, #googlecta img {
	width:100%;
	height:auto;
}

/*** Enter ***/
#enter {
	max-width: 500px;
	display: block;
	margin:0 auto;
	text-align: center;
}
#sitelink {
	display: block;
	text-align: center;
	margin: 10px auto;
	font-size: 30px;
}
#enter p {
	font-size: 10px;
	text-align: center;
}
#enter p img {
	display: block;
	margin: 0 auto;
}

/*** Footer ***/
footer {
	width:100%;
	padding-bottom:10px;
	margin-top: 75px;
}
#signupform {
	display:inline-block;
	width:30%;
	text-align:center;
}

/* MailChimp Form */
form#mc-embedded-subscribe-form {
	height:30px;
	clear:both;
	overflow:hidden;
	position:relative;
	margin:0;
	width:100%;
	border: none;
	border-radius: 10px;
}
form #mce-EMAIL, form #mc-embedded-subscribe {
	margin:0;
	padding:0 0 0 15px;
	height:100% !important;
	width:calc(70% - 15px);
	background:#fff;
	border:none;
	outline:none;
	display:inline-block;
	font-size:18px;
	line-height:30px;
	text-transform:uppercase;
	color:#000;
  transition:0.5s  ease-in-out;
}
form #mc-embedded-subscribe {
	margin:0;
	padding:0;
	width:30%;
	background: #607b86;
	text-align:center;
	cursor:pointer;
	color: #fff;
}
form #mce-EMAIL:focus {
	text-transform: none;
}
form #mc-embedded-subscribe:hover {
	background:#334349;
}

/*Socials*/
nav#socials {
	display:inline-block;
	width:30%;
}
nav#socials ul li {
	margin:0 3px;
	display:inline-block;
}
nav#socials ul li a {
	display:block;
	width:23px;
	height:23px;
}
.genericon {
	width:23px;
	height:23px;
	font-size:23px;
	display:block;
	margin-bottom:10px;
}
#aerosmith {
	display:inline-block;
	line-height:23px;
	height:23px;
	vertical-align:center;
}

/*** Main ***/
#main {
	display:none;
}

/* Media Queries */
@media screen and (max-width: 750px) {
	#tourdates {
		margin: 200px auto 20px auto;
	}
	div#responsivevideowrap {
		width: 100%;
		height: 0;
		padding-bottom: 55%;
		margin:0 auto;
	  border-top: 3px solid #fff;
		border-bottom: 3px solid #fff;

	}
	#calltoaction {
		width:80%;
		margin:25px auto 25px;
		background:none;
	}
	#itunescta, #googlecta {
		max-width:200px;
	}

	#signupform, #enter, nav#socials {
		display:block;
		width:80%;
		margin:30px auto;
	}
	footer {
		margin-top: 25px;
	}
}
@media screen and (max-width: 500px) {
	#tourdates {
		margin: 100px auto 20px auto;
	}
