@charset "utf-8";
/* CSS Document */
/* -------------- RESET ------------------------ */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* -------------- RESET END ------------------------ */


html{
	height: 100%;
}

body{
	background-color: #000;
	font-family: 'Muli', sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	height: 100%;
}

h1, h2{
	font-size: 24px;
	font-weight: 300;
	color: #FFF;
	margin: 0;
}

h2{
	font-size: 18px;
	color: #000;
}

p{
	font-family: 'Muli', sans-serif;
}

ul, li{
	margin: 0;
	padding: 0;
}

.container{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}

.md-container{
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
}

header{
	padding-top: 25px;
	/*position: fixed;*/
	width: 100%;
	top: 0px;
	z-index: 100;
	text-align: center;
}

.logo{
	display: inline-block;
}

.logo h1{
	letter-spacing: 7px;
	margin-bottom: 10px;
	margin-right: 25px;
}

.logo h2{
	margin-top: 0;
	letter-spacing: 3.1px;
	margin-bottom: 10px;
}

p, li, a{
	font-weight: 400;
	color: #FFF;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

nav{
	display: inline-block;
	margin-top: 10px;
	
}

nav ul{
	list-style: none;
}

nav ul li{
	display: inline-block;
	margin-right: 10px;
	text-align: center;
}

nav li:last-child{
	margin-right: 0;
}

.hidden{
	display:none;
}

.feed{
	width: 500px;
	height: 500px;
	background-color: #0D0000;
	position: fixed;
	top: 0;
	right: 0;
	padding: 10px;
	padding-top: 70px;
	z-index: 9999;
	color: #FFF;
}

.trigger{
	background-color: #FFF;
	text-align: center;
	padding: 8px 15px;
	width: 100px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: fixed;
	top: 0;
	right: 150px;
	z-index: 9999;
	color: #000;
	cursor: pointer;
}

.feed-half{
	width: 50%;
	float: left;
	display: inline-block;
	height: 100%;
	overflow: auto;
}

p.trigger{
	cursor: pointer;
}

p.trigger:hover{
	background-color: #FFF;
	color: #000;
	text-decoration: none;
}


.full{
	height: 100%;
}

#mainBG{
	background: url('img/PeteHomeImgProg.jpg') center 50% no-repeat;
	background-size: cover;
}

.third{
	width: 33.3%;
	float: left;
	display: inline-block;
	height: 300px;
}

#events{
	color: #FFF;
	height: 300px;
	overflow: auto;
}

#events a{
	color: #FFF;
}

#events h1{
	margin-bottom: 25px;
	text-align: center;
}

#bio{
	background: url('img/PeteBioImgProg.jpg') center 50% no-repeat;
	background-size: cover;
}

.about-pete{
	float:right;
	width: 50%;
	background-color: rgba(0, 0, 0, .8);
	max-height: 500px;
	overflow: auto;
	letter-spacing: 1.2px;
	line-height: 1.5;
	padding: 10px;
	margin-top: 50px;
	font-size: 14px;
}

.about-pete p{
	margin-top: 10px;
	opacity: 1;
}

.about-pete h1{
	text-align:center;
	opacity: 1;
}

.half{
	width: 50%;
	float: left;
	display: inline-block;
}

.three-fourths{
	width: 64%;
	float: left;
	display: inline-block;
	margin-right: 1%;
}

.fourth{
	width: 34%;
	margin-left: 1%;
	float: left;
	display: inline-block;
}

#music-page{
	display: block;
	max-width: 1080px;
	margin: 0 auto;
	padding-top: 50px;
}

.music-soundcloud{
	display: block;
}

/*.flexslider{
	max-height: 600px;
}

.slides, .slides li{
	max-height: 600px;
}

.slides img{
	height: 100%;
	width: auto;
}*/

#carousel{
	max-height: 140px;
}

#carousel .slides > li {
  height: 140px;
  }

#carouser .slides li img{
	overflow: hidden;
}
.flex-control-thumbs {
	max-height: 200px;
}

.videos{
	width: 100%;
	padding-top: 20px;
	margin-bottom: 25px;
}

.other-videos{
	padding-top: 25px;
}

li.video{
	width: 32.5%;
	display: inline-block;
	border: 1px solid #FFF;
	height: 315px;*/
}

.contact{
	background: url('img/PeteContactImgProg.jpg') center 25% no-repeat;
	background-size: cover;
	text-align: center;
}

.contact img{
	width: 100%;
}

.getintouch{
	
	float:right;
	position: absolute;
	bottom: 0;
	right: 0;
	min-width: 400px;
	background-color: rgba(0, 0, 0, .8);
	max-height: 500px;
	overflow: auto;
	letter-spacing: 1.2px;
	line-height: 1.5;
	padding: 10px;
	font-size: 14px;
}

.getintouch h1{
	margin-top: 25px;
	margin-bottom: 15px;
	font-size: 28px;
}

.getintouch p{
	margin-bottom: 25px;
	font-size: 14px;
}

input, textarea{
	display: block;
	width: 100%;
	margin-bottom: 10px;
	font-size: 14px;
}

input[type="text"]{
	height: 30px;
}

textarea{
	height: 120px;
}

input[type="submit"]{
	width: 30%;
	float: right;
}

.contact-btn{
	width: 250px;
	height: 40px;
	background-color: #FFF;
	border: 1px solid #FFF;
	color: #000;
	font-size: 14px;
	font-weight: 300;
}

.contact-btn:hover{
	background-color: #000;
	border: 1px solid #000;
	color: #FFF;
	text-decoration: none;
}

/*.flexslider{
	max-height: 600px !important;
	background-color: #000;
	border: none;
}

.slides img{
	max-height: 600px !important;
	width: auto !important;
	margin: 0 auto !important;
}*/
  

.social{
	text-align:center;
	display: block;
	height: 70px;
	clear: both;
}

.networks{
	width: 100%;
	padding: 10px 0;
	background-color: #454545;
}

.networks img{
	text-align: center;
	width: 50px;
	height: 50px;
	margin-right: 25px;
	margin-left: 25px;
}

.thank-you h2{
	color: #FFF;
}

  
@media (max-width: 800px){

.feed, .trigger{
	display: none;
}

.third,.fourth, .three-fourths{

	width: 100%;
	float: left;
	display: block;
}

.about-pete{
	float:right;
	width: 100%;
}

.getintouch{
	position: static;
	width: 100%;
	padding:0;
	min-width: 100%;
}

.about-pete{
	padding: 0;
}

li.video{
	width: 98%;
}

.networks img{
	text-align: center;
	width: 25px;
	height: 25px;
	margin-right: 10px;
	margin-left: 10px;
}
	


}