@charset "UTF-8";
/* CSS Document */


html, body {
	margin:0px;
	padding:0px;
	border:0px;
	width:100%;
	height: 100%;
	font-family: "gill sans mt", "gill sans std", "gill sans", "p22-underground", futura, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3em;
	color: white;
	background-color:black;
	overflow-x:none;
}

b, strong {
	font-weight:normal;
}

hr {
}

a {
	color:inherit;
}

h1 {
	margin:auto;
	padding:1rem;
	font-size:4.5rem;
	text-transform:uppercase;
	letter-spacing:0.4em;
	font-weight:normal;
	line-height:1.2em;
	text-align: center;
  	position: relative;
  	top: 50%;
  	transform: perspective(1px) translateY(-50%);
	valign:middle;
} 

h2 {
	margin:0 auto 0 auto;
	padding:2rem;
	font-size:2rem;
	text-transform:uppercase;
	letter-spacing:0.4em;
	font-weight:normal;
	line-height:1.4em;
} 

h3 {
	font-size:1rem;
	font-style:normal;
	font-weight:400;
	text-transform:uppercase;
	letter-spacing:0.4em;
	line-height:1.2em;
	padding:0px;
	border:0px;
}

p {
	font-size: 1rem;
	line-height: 1.5em;
	margin:0 0 2rem 0;
	text-align: left;
}

small {
	font-size: 0.8rem;
}

ul {
	margin:auto;
	padding:1rem;
	text-transform:uppercase;
	letter-spacing:0.4em;
	font-weight:normal;
	line-height:1.4em;
	text-align: center;
  	position: relative;
  	top: 50%;
  	transform: perspective(1px) translateY(-50%);
	valign:middle;
	list-style-type: none;
	border:0;
  	position: relative;
  	top: 50%;
  	transform: perspective(1px) translateY(-50%);
	valign:middle;
}

li {
	display: inline;
	margin:0;
	text-transform: uppercase;
	letter-spacing:0.4em;
	font-size: 0.75rem;
	border:0;
}

a {
	text-decoration: none;
}

a:hover {
	border-bottom:0.1rem solid white;
	padding-bottom:0.2rem;
}

a:active {
	border-bottom:0.1rem solid white;
	padding-bottom:0.2rem;
}

input {
	width: 100%;
	height: 30px;
	margin:0 0 1rem 0;
	padding:0px;
	border:solid 1px #ccc;
}

.innerwrapper {
	margin:auto;
}

.block {
	text-align: center;
	min-height: 100%;
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	border:0;
	width: 100%;
	background: no-repeat top center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#home {
	background-image: url('img/joel-bailey-background-image.jpg');
}

#music {
	background-image: url('img/joel-bailey-music-background-image.jpg');
}

#music a {
	text-decoration: underline;
}

#live {
	background-image: url('img/joel-bailey-live-background-image.jpg');
	background-position: center;
}

#video {
	background-image: url('img/joel-bailey-video-background-image.jpg');
	background-position: bottom center;
}

#contact {
	background-image: url('img/joel-bailey-contact-background-image.jpg');
	background-position: center;
}

.menu {
	height: 12vh;
	width: 100vw;
	display: block;
	position: fixed;
	background-image: url('img/gradient.png');
	background-repeat: repeat-x;
	background-size: auto 100%;
}

.menu li {
	margin:0 0.1rem 0 0.1rem;
}

.logo {
	height: 76vh;
	padding-top: 12vh;
	width: 100vw;
	display: block;
}

.social {
	height: 12vh;
	width: 100vw;
	display: block;
}

.button {
	height:40px;
	background-color:#000;
	border:0px;
	color:white;
}


.wrapper {
	margin:0 auto 0 auto;
	padding: 5rem 0 5rem 0;
	height:100%;
	width: 90%;
	max-width: 800px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 53%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin:0 auto 2rem auto;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

iframe {
	margin:0 auto 2rem auto;
}

button {
	width: 100%;
	padding:20px 40px 20px 40px;
	margin-bottom: 1rem;
	background-color: red;
	border:none;
	font-size: 0.875rem;
	color:white;
}

button:hover {
	background-color: #333333;
}

.button {
	width: 100%;
	padding:20px 40px 20px 40px;
	border:none;
	font-size: 0.875rem;
	color:white;
	margin-bottom: 1.5rem;
}

button img {
	height: 1.25rem;
	float: left;
}


ul img {
	width: 40px;
	border:none;
}

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

	h1 {
		font-size: 3rem;
	}

	li {
		font-size: 0.5rem;
		margin:0;
	}

	input {
		height: 2.5rem;
	}

	p, iframe, h3 {
	
	}
	
	#home {
		-webkit-background-size: 100vh;
		-moz-background-size:  100vh;
		-o-background-size:  100vh;
		background-size:  100vh;
	}
	
	.button {
		height:80px;
	}

	.wrapper {
		margin:0 auto 0 auto;
		padding: 5rem 0 5rem 0;
	}

@media all and (max-width: 769px){


	#home {
		-webkit-background-size: 100vh;
		-moz-background-size:  100vh;
		-o-background-size:  100vh;
		background-size:  100vh;
	}

}