
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*end of CSS reset*/


* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


@font-face {
    font-family: anders;
    src: url('../fonts/Anders.ttf');
}

@font-face {
    font-family: quicksand;
    src: url('../fonts/quicksand/Quicksand-Light.otf');
}

body {
	font-family: quicksand;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-font-smoothing: subpixel-antialiased;
	-o-font-smoothing: subpixel-antialiased;
	-ms-font-smoothing: subpixel-antialiased;
	font-smoothing: subpixel-antialiased;
	background: url('../img/vernon.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}
#logo, #logo-bio {
	max-width: 725px;
}

#logo {
	margin: 150px auto 25px auto;
}

#logo-bio {
	margin: 90px auto 25px auto;
	background-color: rgba(0, 0, 0, .35);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
}

#logo h1 {
	font-family: anders;
	line-height: 1.32em;
	color: #000;
	border: 7px solid rgba(0, 0, 0, .9);
	-webkit-text-stroke: 3px;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-font-smoothing: subpixel-antialiased;
	-o-font-smoothing: subpixel-antialiased;
	-ms-font-smoothing: subpixel-antialiased;
	font-smoothing: subpixel-antialiased;
}
#logo-bio h1 {
	font-family: anders;
	line-height: 1.22em;
	color: #fff;
	font-weight: 400;/*
	border: 7px solid rgba(255, 255, 255, .9);*/
}

#logo h1, #logo-bio h1 {
	font-size: 9em;
	text-align: center;
	padding: 5px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
}

#announcement {
	margin: 100px auto 0px auto;
	height: 95px;
	max-width: 840px;
	position: relative;
	opacity: .85;
	padding: 0 15px;
}
#announcement h2 {
	color: #000;
	font-size: 3.75em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 10px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#logo a, #logo-bio a, #announcement a {
	text-decoration: none;
	cursor: inherit;
}
#logo:hover h1:hover {
	color: #fff;
	border: 7px solid rgba(255, 255, 255, .9);
}
#logo-bio:hover {
	background-color: rgba(255, 255, 255, .45);
}
#logo-bio h1:hover {
	color: #000;
}
#logo a:hover, #logo-bio a:hover {
	opacity: 1;
}
#announcement h2:hover {
	color: #fff;
	opacity: 1;
}
.social-nav {
	margin: 65px 0 0 0;
	position: relative;
	width: 100%;
	opacity: .9;
}
.social-nav ul {
	text-align: center;
	height: auto;
	position: relative;
}
.social-nav ul li {
	display: inline-block;
	margin: 10px 30px;
	vertical-align: middle;
	padding: 0px 0;

}
.social-nav ul li a {
	display: inline-block;
	opacity: .9;
}

/*Home Page Sprites*/

.soundcloud a {
	width: 50px;
	height: 50px;
	background: url('../img/sprites/soundcloud.png') 0 0px no-repeat;
}
.soundcloud a:hover {
	width: 50px;
	height: 50px;
	background: url('../img/sprites/soundcloud.png') 0 -51px no-repeat;
}
.youtube a {
	width: 50px;
	height: 50px;
	background: url('../img/sprites/youtube.png') 0 0px no-repeat;
}
.youtube a:hover {
	width: 50px;
	height: 50px;
	background: url('../img/sprites/youtube.png') 0 -51px no-repeat;
}
.facebook a {
	width: 50px;
	height: 50px;
	background: url('../img/sprites/facebook.png') 0 0px no-repeat;
}
.facebook a:hover {
	width: 50px;
	height: 50px;
	background: url('../img/sprites/facebook.png') 0 -51px no-repeat;
}
.instagram a {
	width: 50px;
	height: 50px;
	background: url('../img/sprites/instagram.png') 0 0px no-repeat;
}
.instagram a:hover {
	width: 50px;
	height: 50px;
	background: url('../img/sprites/instagram.png') 0 -51px no-repeat;
}

/*Content Page Sprites*/

.soundcloud-invert a:hover {
	width: 50px;
	height: 50px;
	background: url('../img/sprites/soundcloud-invert.png') 0 0px no-repeat;
}
.soundcloud-invert a {
	width: 50px;
	height: 50px;
	background: url('../img/sprites/soundcloud-invert.png') 0 -51px no-repeat;
}
.youtube-invert a:hover {
	width: 50px;
	height: 50px;
	background: url('../img/sprites/youtube-invert.png') 0 0px no-repeat;
}
.youtube-invert a {
	width: 50px;
	height: 50px;
	background: url('../img/sprites/youtube-invert.png') 0 -51px no-repeat;
}
.facebook-invert a:hover {
	width: 50px;
	height: 50px;
	background: url('../img/sprites/facebook-invert.png') 0 0px no-repeat;
}
.facebook-invert a {
	width: 50px;
	height: 50px;
	background: url('../img/sprites/facebook-invert.png') 0 -51px no-repeat;
}
.instagram-invert a:hover {
	width: 50px;
	height: 50px;
	background: url('../img/sprites/instagram-invert.png') 0 0px no-repeat;
}
.instagram-invert a {
	width: 50px;
	height: 50px;
	background: url('../img/sprites/instagram-invert.png') 0 -51px no-repeat;
}

.clear {
	clear: both;
}
.credit {
	text-align: center;
	width: 100%;
	height: 30px;
	margin: 65px 0 20px 0;
	opacity: .9;
}
.credit h3 {
	font-size: 1.2em;
	padding-top: 5px;
	color: #fff;
	font-weight: bold;
}
.credit h3 a {
	text-decoration: none;
	color: #fff;
}
.credit h3 a:hover {
	color: #FF8F59;
}

/*About page styling*/

#content {
	margin: 85px 50px 0px 50px;
	padding: 0 15px;
	position: relative;
	display: inline-block;
	background-color: rgba(0, 0, 0, .30);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;/*
	text-align: center;*/


}
#content h2 {
	margin: 40px 0 0px;
	letter-spacing: 7px;
	text-transform: uppercase;
	color: #fff;
	font-size: 2.15em;
	font-weight: 400;
	min-width: 300px;
	text-align: center;
	padding-bottom: 25px;/*
	border-bottom: 1px solid #fff;*/
}
#content p {
	line-height: 25px;
	letter-spacing: 1px;
	font-size: 1em;
	font-weight: 400;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	padding: 7px 30px;
	text-align: justify;
	color: white;
}

#content p.sig {
	text-align: right;
	padding-right: 30px;
}

#content p:first-child {
	margin-top: 15px;
}
#content p:last-child {
	margin-bottom: 40px;
}

.playback {
	display: block;
	margin: 40px auto;
	text-align: center;
}

/*Email List*/

#mc_embed_signup{
	background: transparent;
	clear:left;
	font:14px;
	font-family: quicksand;
	width:100%;
}

#mc_embed_signup label {
    display: block;
    font-size: 16px;
    padding: 0    20px 20px;
    font-weight: bold;
}

#mc_embed_signup input.email {
	background-color:  #000;
	border: 2px solid #000;
	border-radius: 5px;
	color: #fff;
	opacity:  .75;
	padding: 14px 10px;

}

#mc_embed_signup .button {
	background-color: #000;
	opacity: .8;

}

#mc_embed_signup .button:hover {
	background-color: #3d6b94;
	opacity: 1;
	transition: .s;
}






/*Media Query for Tablets/Smal and Med Desktops*/

@media only screen and (min-width: 828px) and (max-width: 1280px) {
	#logo {
		margin: 160px auto 25px auto;
		max-width: 725px;
		position: relative;
	}
	#announcement {
		margin: 80px auto 0px auto;
		height: 95px;
		max-width: 840px;
		position: relative;
	}
	#announcement h2 {
		color: #000;
		font-size: 3.75em;
		padding: 5px 10px;
		text-align: center;
	}
	.social-nav {
		margin-top: 50px;
	}
	.credit {
		margin-top: 50px;
	}
	.credit h3 {
		font-size: 1.1em;
	}

	#mc_embed_signup .button {
	opacity: .9;
	}

}

/*Media Query for Landscape Orientation*/

@media only screen and (min-width: 828px) and (max-width: 1280px) and (orientation:landscape) {
	#logo {
		margin-top: 100px;
	}

}

/*Media Query for Small Desktops*/

@media only screen and (min-width: 729px) and (max-width: 827px) {

	#logo {
		margin: 100px auto 25px auto;
		max-width: 625px;

	}
	#logo h1 {
		font-size: 7em;
		padding: 5px 20px;
	}

	#logo-bio {
		margin: 35px auto 25px auto;
		max-width: 600px;
	}

	#logo-bio h1 {
		font-size: 7em;
		padding: 5px 20px;
	}


	#announcement {
		margin: 100px auto 0px auto;
		height: 95px;
		max-width: 840px;
		position: relative;
	}
	#announcement h2 {
		color: #000;
		font-size: 3.5em;
		padding: 5px 10px;
		text-align: center;
	}
	.credit h3 {
		font-size: 1.1em;
	}

	#mc_embed_signup input.email {
    	width: 50%;
    	margin-bottom: 10px;
	}

	#mc_embed_signup .button {
    	width: 106px;
    	margin: 0;
    	opacity: 1;
	}

	.social-nav ul li a {
    	opacity: 1;
	}



}

/*Media Query for Tablet*/

@media only screen and (min-width: 618px) and (max-width: 728px) {
	#logo {
		margin: 100px auto 25px auto;
		max-width: 555px;
		position: relative;

	}
	#logo h1 {
		font-size: 6em;
		text-align: center;
		padding: 5px 12px;
		color: #000;
	}
	#logo-bio {
		margin: 35px auto 25px auto;
		max-width: 600px;
	}

	#logo-bio h1 {
		font-size: 6em;
		padding: 5px 20px;
	}
	#announcement {
		margin: 130px auto 0px auto;
		height: 95px;
		max-width: 840px;
		position: relative;
	}
	#announcement h2 {
		color: #000;
		font-size: 3em;
		padding: 5px 10px;
		text-align: center;
	}

	.credit h3 {
		font-size: 1.1em;
	}

	#mc_embed_signup input.email {
    	width: 50%;
    	margin-bottom: 10px;
	}

	#mc_embed_signup .button {
    	width: 106px;
    	margin: 0;
    	opacity: 1;
	}

	.social-nav ul li a {
    	opacity: 1;
	}

}
/*Media Query for Small Phablets*/
@media only screen and (min-width: 522px) and (max-width: 617px) {
	#logo {
		margin: 100px auto 25px auto;
		max-width: 450px;
	}
	#logo h1 {
		font-size: 5.2em;
		text-align: center;
		padding: 5px 12px;
		color: #000;
	}
	#logo-bio {
		margin: 35px auto 25px auto;
		max-width: 450px;
	}

	#logo-bio h1 {
		font-size: 5.2em;
		padding: 5px 12px;
	}
	#content {
		margin-top: 30px;
	}
	#content p {
		font-size: 1.2em;
		letter-spacing: 1px;
	}
	#announcement {
		margin: 130px auto 0px auto;
		height: 95px;
		max-width: 840px;
		position: relative;
	}
	#announcement h2 {
		font-size: 2.5em;
		padding: 5px 10px;
	}
	.social-nav ul li {
		margin: 10px 20px;
	}
	.credit h3 {
		font-size: 1em;
	}

	#mc_embed_signup input.email {
    	width: 50%;
    	margin-bottom: 10px;
	}

	#mc_embed_signup .button {
    	width: 106px;
    	margin: 0;
    	opacity: 1;
	}

	.social-nav ul li a {
    	opacity: 1;
	}

}
/*Media Query for Med Mobile*/
@media only screen and (min-width: 414px) and (max-width: 522px) {
	#logo {
		margin: 20px auto 25px auto;
		max-width: 400px;
	}
	#logo h1 {
		font-size: 4.5em;
		padding: 5px 12px;
	}
	#logo-bio {
		margin: 0 auto 25px auto;
		max-width: 100%;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		-o-border-radius: 0px;
		-ms-border-radius: 0px;
		border-radius: 0px;
	}

	#logo-bio h1 {
		font-size: 4.5em;
		padding: 20px 12px;
	}

	#content {
		margin: 0px;
		width: 100%;
		padding: 0 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		-o-border-radius: 0px;
		-ms-border-radius: 0px;
		border-radius: 0px;
	}
	#content p {
		font-size: 1.2em;
		letter-spacing: 0px;
		text-align: justify;

	}
	#announcement {
		margin: 100px auto 100px auto;
		max-width: 400px;
		position: relative;
	}
	#announcement h2 {
		font-size: 3em;
		padding: 5px 10px;
	}
	.social-nav {
		margin-top: 30px;
	}
	.social-nav ul li {
		margin: 40px 20px;
	}
	.credit h3 {
		font-size: 1em;
	}

	#mc_embed_signup input.email {
    	width: 75%;
    	margin-bottom: 15px;
	}

	#mc_embed_signup .button {
    	width: 106px;
    	margin: 0;
    	opacity: 1;
	}

	.social-nav ul li a {
    	opacity: 1;
	}


}


/*Media Query for Small Mobile*/

@media only screen and (min-width: 300px) and (max-width: 414px) {
   #logo {
		margin: 50px auto 25px auto;
		max-width: 310px;
	}
	#logo h1 {
		font-size: 3.75em;
		padding: 5px 12px;
		border: 5px solid rgba(0, 0, 0, .9);
	}
	#logo-bio {
		margin: 0 auto 25px auto;
		max-width: 100%;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		-o-border-radius: 0px;
		-ms-border-radius: 0px;
		border-radius: 0px;
	}
	#logo-bio h1 {
		font-size: 3.95em;
		padding: 15px 12px;
	}
	#content {
		margin: 30px 0px;
		width: 100%;
		padding: 0 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		-o-border-radius: 0px;
		-ms-border-radius: 0px;
		border-radius: 0px;
	}
	#content p {
		font-size: 1.2em;
		text-align: justify;
		letter-spacing: 0px;
		padding: 7px 20px;
	}
	#announcement {
		margin: 50px auto 50px auto;
		max-width: 350px;
		position: relative;
	}
	#announcement h2 {
		font-size: 2.5em;
		padding: 5px 5px;
	}
	.social-nav {
		margin-top: -10px;
	}
	.social-nav ul li {
		margin: 10px 10px;
	}
	.credit {
		margin-top: 50px;
	}
	.credit h3 {
		font-size: 1em;
	}

	#mc_embed_signup input.email {
    	width: 75%;
    	margin-bottom: 15px;
	}

	#mc_embed_signup .button {
    	width: 100px;
    	margin: 0 0 27px 0;
    	opacity: .75;
	}

	.social-nav ul li a {
    	opacity: 1;
	}


}
