body {
	background-color:black;
	font-family: 'Roboto', sans-serif;
}

h1 {
	color:white;
	font-weight:700;
	font-size:1.8em;
}

h2 {
	margin-top: 10px;
	color: rgba(255,255,255,0.8);
	font-weight:200;
	font-size:1.2em;
}

.synopsis {
	margin-top:30px;
}

p {
	color:rgba(255,255,255,1);
	font-weight:200;
	font-size:1.1em;
	line-height:1.7;

}

.logo {
	margin-top:5px;
}

.navbar-inverse {
	background-color: rgba(0,0,0,0.5);
	border:none;
	height:70px;
}

.stuff {
	margin-top:60px;
}


.stuff2 {
		max-height:700px;
		overflow:scroll;
}

.background {
	position:fixed;
	z-index:-999;
	background-color:black;
	width:100%;
	height:100%;
	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;
}

.overlay {
	position:fixed;
	background: -webkit-linear-gradient(left,rgba(0,0,0,1),rgba(0,0,0,0)); /*Safari 5.1-6*/
	  background: -o-linear-gradient(to right,rgba(0,0,0,1),rgba(0,0,0,0)); /*Opera 11.1-12*/
	  background: -moz-linear-gradient(to right,rgba(0,0,0,1),rgba(0,0,0,0)); /*Fx 3.6-15*/
	  background: linear-gradient(to right,rgba(0,0,0,1),rgba(0,0,0,0)); /*Standard*/
	  height:100%;
	  width:100%;
}








.details {
	margin-top:20px;
}

.tab-content {
	font-weight:300;
	line-height:1.8;
	font-size:0.9em;
	color:rgba(255,255,255,0.8);
}

.nav-tabs {
  border-bottom: 0px solid #ddd;
  margin-bottom:10px;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 2px solid white;
  border-radius: 0px 0px 0 0;
  margin:0;
  margin-right:-2px;
  color:white;
  padding:15px;
  padding-top:6px;
  padding-bottom:6px;
}

.nav-tabs>li>a:hover {
	color:black;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  color: black;
  cursor: default;
  background-color: #fff;
  border: 2px solid white;
  border-bottom-color: transparent;
}

#playbutton {
	position:absolute;
	top:40%;
	right:25%;
	height:100px;
	width:100px;
	border-radius:50%;
	border: solid white 5px;
	cursor:pointer;
}

#playbutton:hover {
	background-color:rgba(255,255,255,0.5);
}


#playbutton2 {
	position:absolute;
	top:30%;
	right:25%;
	height:100px;
	width:100px;
	border-radius:50%;
	border: solid white 5px;
	cursor:pointer;
	display:none;
}

#playbutton2:hover {
	background-color:rgba(255,255,255,0.5);
}

.text {
	text-align:center;
	position:absolute;
	font-family:'Roboto', sans-serif;
	font-weight: 800;
	font-size:1.3em;
	color:white;
	letter-spacing: 3px;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	top:140px;
	text-shadow: 0px 0px 12px rgba(0, 0, 0, 1);
}


.text2 {
	text-align:center;
	position:absolute;
	font-family:'Roboto', sans-serif;
	font-weight: 800;
	font-size:1.3em;
	color:white;
	letter-spacing: 3px;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	top:120px;
	text-shadow: 0px 0px 12px rgba(0, 0, 0, 1);
}

@media (max-width: 950px) {

	.stuff {
	margin-top:0px;
	}

	.background {
		position:fixed;
		z-index:-999;
		background-color:black;
		width:100%;
		height:100%;
		background: url(../img/smallbg.jpg) no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	.overlay {
	background:rgba(0,0,0,0.5);
	}

	#playbutton {
		display:none;
	}

	#playbutton2 {
		display:block;
	}


}