/****************
TEXT STYLES
*****************/
body {
	font-size: 18px;
}
h1 {
	font-weight: 100;
	font-size: 8rem;
	color: #808080;
}
h3 {
	font-weight: 100;
	font-size: 5rem;
}
p.intro {
	font-size: 2.5em;
	font-weight:100;
}
.white {
	color: white;
}
.box {
	
}
.box h2 h3 {
	margin-top: 0px;
}
.box h2 {
	font-weight: 700;
}
.box h3 {
	font-weight: 200;
}
ul li {
	list-style: none;
}
/****************
POSITIONING HELPERS
*****************/
.cntr {
	text-align: center;
}
.navbar-nav {
	margin-top:5px;
}
.navbar-default .navbar-nav>li>a {
	color: white;
}

.navbar-default {
	height: 60px;
}
.navbar h4 {
	color:#c2c2c2;
	margin-top:25px;
	font-weight: 100;
	letter-spacing: 2px;
}
.video_header_wrapper {
	position:relative;
	height: 35vh;
}
/****************
	VIDEO HEADER WRAP
*****************/
	.video_header_wrapper {
	background-image: url('../img/bitesize_masthead_joe.jpg');
	background-size: cover;
	background-position: center center;
	padding-top: 321px;
	min-height:420px;
	margin-top: 100px;
	}
/****************
	VIDEO
*****************/
#video_section {
	background-color: black;
}
.header_video {
	height:500px;
}
#video_container {
	top:0;
	left:0;
	right: 0;
	width: 100%;
	overflow: hidden;
	height:500px;
	position: fixed;
	z-index: -9999999999;
}
.reel {
	
}
video {
	position: absolute;
	z-index: -999999999;
	overflow: hidden;
}
video.fillWidth {
	width: 100%;
}
#videos {
	background-color: black;
}
.responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 60px; overflow: hidden;
}
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.player .video-wrapper {
	background: white !important;
	display: none;
}
.modal-content p {
	margin-top: 20px;
}
/****************
video::-webkit-media-controls {
    display:none !important;
}
*****************/
/****************
	MODAL OVERRIDES
*****************/
.modal-dialog {
  width: 80%;
  height: 100%;
  padding: 0;
}

.modal-content {
  border-radius: 0;
}
.responsice-video {
	
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 60px;
    overflow: hidden;
}
.close {
	z-index: 999999999;
	position: absolute;
	top: -10px;
	right: 10px;
	font-size: 70px;
	color: white;
	font-weight: 300;
	opacity: .5;
	
}
/********************
	THUMB
**********************/
.thumb {
    position:relative;
    overflow:hidden;
    margin-bottom: 15px;
}
 
.caption {
    position:absolute;
    top:0;
    right:0;
    background:rgba(36, 36, 36, 0.85);
    width:100%;
    height:100%;
    padding:2%;
    display: none;
    text-align:center;
    color:#fff !important;
    z-index:2;
    
}
.caption h4 {
	display: inline-block;
	margin-top: 13%;
	border: 2px solid white;
	padding: 10px;
	font-weight: 100;
}
.caption h4 small {
	font-size: 60%;
}
.row.about {
	margin-top: 40px;
	color: white;
}
#about_bg {
	background-image: url("../img/header_3.png");
	background-size:cover;
	min-height: 500px;
	overflow: hidden;
	position: relative;

	
}
#footer {
    background-color: black;
    padding: 20px 0px 20px 0px;
    color:white;
}
#footer p {
	font-size: .75em;
	color: #ababab;
}
/********************
	MEDIA QUERIES
**********************/
/* Large desktops and laptops */
@media (min-width: 1200px) {
	.video_header_wrapper {
	height: 40vh !important;
	}
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	h1.tag_line {
	font-size: 7rem;
	}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.video_header_wrapper {
	background-image: url('../header_masthead.jpg');
	background-size: cover;
	background-position: center center;
	padding-top: 321px;
	}
	
	#video_mask {
		display: none;
	}
	h1.tag_line {
	font-size: 6rem;
	}
	video {
		display: none;
	}
	h1.tagline {
		position: absolute;
	}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.video_header_wrapper {
	background-image: url('../header_masthead.jpg');
	background-size: cover;
	background-position: center center;
	padding-top: 321px;
	}
	#video_mask {
		display: none;
	}
	h1.tag_line {
	font-size: 6rem;
	}
	video {
		display: none;
	}
	h1.tagline {
		position: absolute;
	}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
	.video_header_wrapper {
	background-image: url('../header_masthead.jpg');
	background-size: cover;
	background-position: center center;
	}
	#video_mask {
		display: none;
	}
	h1.tag_line {
	font-size: 5rem;
	font-weight: 200;
	}
}
