/*@import url(https://fonts.googleapis.com/css?family=Oswald:300);*/
@import url(https://fonts.googleapis.com/css?family=Righteous:300);


html { 
  /*background: url(../img/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*font-family: 'Oswald', sans-serif;*/
 font-family: 'Righteous', sans-serif;
    margin: 0px;
   height: 100%;
   width: 100%;
}



body {
   margin: 0px;
   min-height: 100%;
   width: 100%;

	background-color: #000;
	background:#000;
	
	position:relative;
	/*left:50%;*/
}

.navbar-bottom {
	position:absolute;
    bottom:0;
    width:90%;
    margin-bottom:0;
}

img.textlogo {
	/*display: none;*/
	width:400px;
	margin-left:-200px;
	margin-top: 30px;
}


.videopage, .musicpage, .showpage {
	height:100vh;
	margin-top:20vh;
}

.videopage {
	margin-left: -242px;
}

.musicpage {
	margin-left: -242px;
}

.showpage{
	margin-left: -230px ;
	
	font-size:22px;
	/*color:    #bfbfbf;*/
	color:#fff;
	/*font-family: 'Oswald', sans-serif;*/
	font-family: 'Righteous', sans-serif;
}

/*
.navbar {
	display:none;
}*/

.videoframe {
	width:480px; 
	height:260px;	
	border-style: solid;
	border-color:#dcdcdb;
	border-width: 2px;
	border-radius: 5px;
}


.pastgigs {
	margin-top:70px;
	text-align:left;
	font-size:18px;
	/*color:    #a6a6a6;*/
	color: #ddd;
	font-family: 'Righteous', sans-serif;
}



p.withtext {
	font-size: 15px;
	margin-left:20px;
	/*color: #a6a6a6;*/
	color:#eee;
}

.container {
	background-color : #000;
}

/* Whole page wrapper */

.mainbg {
  background: url(../img/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.main {
	margin-left:50%;
}


div.transbox {
    margin-top: 18%;
    background-color: #000;
    border: 3px solid #fff;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
    height: 300px;
    border-radius: 5px;
}

div.transbox p {
    margin: 5%;
    font-weight: bold;
    color: #fff
}



/*****
 * READ MORE
 * 
 */
/** READ MORE BUTTONS **/

.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~
.read-more-wrap .read-more-target {
	opacity: 1;
	font-size: inherit;
	max-height: 999em;
}


.read-more-state ~
.read-more-trigger:before {
	content: '... more';
}


.read-more-state:checked ~
.read-more-trigger:before {
	content: '... less';
}


.read-more-trigger {
	cursor: pointer;
	display: inline-block;
	padding: 0 1em;
	color: #377cc1;
	font-size: .9em;
	line-height: 2;
	/*border: 1px solid #ddd;*/
	border-radius: .25em;
	position: absolute;
	left: 0px;
	margin-top: -15px;
}

.read-more-trigger:hover {
	color: #26507a;
	text-decoration: underline;
}

.modal-large { 
	width:80%;
	margin-top:50px;
}

@media only screen and (max-width: 767px) {
	img.textlogo {	
		width:175%;
		
		margin-left:-85%;
		margin-top: 30px;
	}

	/*
	.navbar {
		display:inherit;
		margin-top:10px;
	}*/
	
	img.textlogo {
		display: inline;
	}
	
	.videopage, .musicpage, .showpage {
		height:100vh;
	}
	
	.videoframe {
		width:76%;
		/*height:30%;*/
		margin-left:0%;
		margin-top: 0px;	
	}
	
	.player {
		width: 76%;
		/*width:680px;*/
		height:166px;
		margin-left:0%;
		margin-top:50px;
	}
	

	div.pastgigs {
		/*position:absolute;*/
		/*margin-top:50px;*/
		/*width:100%;
		text-align:left;
		left:2%;
		bottom:5%;
		*/
		margin-left:22%;
		font-size:14px;
	}
	
	div.leftcol {
		margin-top:20px;
		font-size:18px;
		left:2%;
	}
}

@media only screen and (max-width:600px) {
	.videoframe, .player {
		margin-left:12%;
	}
}

/* hack video and soundcloud positions for different mobile */
@media only screen and (max-width:500px) {
	.videoframe, .player {
		margin-left:18%;
	}
}

@media only screen and (max-width:400px) {
	.videoframe, .player {
		margin-left:23%;
	}
}




