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

.header {
	position: fixed;
	width:100%;
	height:70px;
	background-color: rgba(0,0,0,0.8);
	z-index:999;
}

.hamburger {
	position:absolute;
	left:100px;
	top:25px;
}

.logo {
	position:absolute;
	left:140px;
	top:20px;
}

.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;
}


.bg {
	position:absolute;
	width:100%;
	min-height:800px;
	top:0px;
	opacity:0.9;
}

.bgvid {
	width:100%;
	max-width:200%;
}

.video {
	width:100%;
}

.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%;
}

.stuff {
	position:absolute;
	max-width:500px;
	top:100px;
	left:100px;
}

h1 {
	font-size:1.9em;
	font-weight:600;
	margin-bottom:10px;
}

h2 {
	font-weight:300;
	font-size:1.1em;
	opacity:0.8;
	display:inline-block;
	margin-top:0;
	margin-left:10px;
}

.pg13 {
	display:inline-block;
	margin-top:0;
}

.section1 {
	display:block;
	width:100%;
	margin-top:20px;
	padding:0;
	font-size:1.1em;
	font-weight:200;
	line-height:1.8;
	min-height:270px;
}

.poster {
	width:150px;
	position:absolute;
}

.synopsis {
	display:inline-block;
	margin-left:170px;
}

#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);
}

/*---editing bootstrap---*/

.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;
}

.trailertext{
	color:black;
	background-color:white;
	display:block;
	margin-left:140px;
	text-align:center;
	font-weight:500;
	display:none;
}

@media (max-width: 950px) {

	.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;
	}

	#playbutton {
		display:none;
	}

	.stuff {
		position:relative;
		max-width:500px;
		margin-left:auto;
		margin-right:auto;
		padding:20px;
		left:0;
	}

	.hamburger {
	position:absolute;
	left:20px;
	top:25px;
	}

	.logo {
		position:absolute;
		left:60px;
		top:20px;
	}

	.poster {
	width:120px;
	position:absolute;
	}

	.synopsis {
		display:inline-block;
		margin-left:140px;
	}

	.title {
		margin-top:-30px;
	}

	.trailertext{
		color:black;
		background-color:white;
		display:block;
		margin-left:140px;
		text-align:center;
		font-weight:500;
		display:block;
	}

}