/*
	Theme Name: brteller
	Theme URI: http://brteller.com
	Description: 
	Version: 1.0.0
	Author: Brandon Teller (@brandonteller)
	Author URI: http://brteller.com
*/

/* =global */

body {
	width: 100%;
	position: relative;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

.container {
	max-width: 1280px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* =header */

header#header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 80px;
	color: white;
	background: black;
	z-index: 9999;
	border-bottom: 1px solid #1b1b1b;
}

header#header .logo {
	position: absolute;
	left: 50%;
	top: 10px;
	width: 200px;
	margin-left: -100px;
	margin-top: 24px;
}

header#header .logo img {
	max-width: 100%;
}

header#header ul {
	list-style: none;
	float: left;
	padding: 17px 0px;
}

header#header ul li {
	display: inline-block;
	padding: 0px 15px;
}

header#header ul li a {
	color: white;
	text-decoration: none;
	font-size: 13px;
	font-weight: light;
	color: #e2e2e2;
}

header#header .icons {
	color: white;
	float: right;
}

header#header .icons li a i {
	font-size: 24px;
}

header#header .links {
	
}

/* =content */

.wrapper {
	margin-top: 80px;
}

/* =home page */

.home-top {
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	overflow: hidden;
}

.home-top .overlay {
	width: 100%;
	display: block;
	height: 500px;
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 100%, #000000 100%);
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+63,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(94,94,94,0) 63%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(94,94,94,0) 63%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(94,94,94,0) 63%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

	color: white;
	overflow: hidden;
}

.home-top .overlay h1 {
	font-size: 28px;
	font-style: italic;
	text-align: center;
	margin-top: 100px;
	font-weight: 300;
}

/* =home second */

#home-second {
	width: 100%;
	padding: 80px 0px;
	color: black;
	text-align: center;
	box-shadow: 0px 0px 0px black;
}

#home-second h2 {
	font-size: 42px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-style: italic;
}

#home-second p {
	font-size: 18px;
	line-height: 28px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#home-second a {
	text-align: center;
	font-size: 18px;
	background: black;
	color: white;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 300;
	padding: 5px 15px;
	text-decoration: none;
}

#home-second a {
	font-style: italic;
}

.home-background-second {
	background-image: url(img/home/second.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	height: 320px;
}

/* =home third */

#home-third {
	width: 100%;
	background: black;
	color: white;
	text-align: center;
	overflow: hidden;
	padding: 40px 0px;
}

#home-third h2 {
	font-size: 42px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-style: italic;
}

.home-background-third {
	background-image: url(img/home/second.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	height: 320px;
}

/* =home about */

#home-about {
	width: 100%;
	background: black;
	color: white;
	text-align: center;
	overflow: hidden;
	padding: 40px 0px;
}

#home-about h2 {
	font-size: 42px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-style: italic;
}

#home-about p {
	font-size: 18px;
	line-height: 28px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.home-background-fourth {
	background-image: url(img/home/fourth.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	height: 200px;
}

/* =home youtube */

#youtube-bar {
	width: 100%;
	color: white;
	background: black;
	text-align: center;
	overflow: hidden;
	padding: 40px 0px;
}

#youtube-bar h2 {
	font-size: 42px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-style: italic;
}

#youtube-bar p {
	font-size: 18px;
	line-height: 28px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

#youtube-bar a {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 180px;
	color: white;
	text-align: center;
	height: 32px;
	line-height: 32px;
	border-radius: 3px;
	background: #c4302b;
	text-decoration: none;
}

#youtube-bar a:hover {
	background: #b22b27;
}

#home-youtube {
	width: 100%;
	background: black;
}

#home-youtube .videos {
	position: relative;
	height: 600px;
	width: 100%;
	overflow: hidden;
}

.videos video {
    top: 0px;
    left: 0px;
    height: 100%;
    object-fit: cover;
    width: 100%;
    position: absolute;
}

#home-youtube .videos .overlay {
	top: 0px;
	left: 0px;
	height: 100%;
	z-index: 3;
	position: absolute;
	width: 100%;
	background: rgba(0, 0, 0, 0.25);
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+27,0+64,1+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 27%, rgba(0,0,0,0) 64%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 27%,rgba(0,0,0,0) 64%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 27%,rgba(0,0,0,0) 64%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

/* =home feed */

#home-feed {
	min-height: 500px;
}

/* =footer */

footer#footer {
	background: #131313;
	width: 100%;
	padding: 80px 0px;
	color: white;
	text-align: center;
}

footer#footer ul {
	list-style: none;
	color: white;
}

footer#footer ul li {
	line-height: 40px;
}

footer#footer ul li a {
	color: white;
	text-decoration: none;
}

/* =mobile */

@media screen and (max-width: 1280px) {
	
	
	
}

.hamburger { display: none; }

@media screen and (max-width: 680px) {
	
	.hamburger {
		display: block;
		float: right;
		height: 80px;
		line-height: 80px;
		text-align: center;
		cursor: pointer;
		width: 80px;
	}
	
	header#header .links {
		width: 280px;
		right: -280px;
		background: black;
		top: 0px;
		height: 100%;
		position: fixed;
		text-align: center;
	}
	
	header#header .links ul {
		display: block;
		float: none;
	}
	
	header#header .links ul li {
		display: block;
		margin-bottom: 30px;
	}
	
	header#header .links ul.icons {
		display: block;
	}
	
	header#header .links ul.icons li {
		display: inline-block;
	}
	
	.home-top,
	.home-background-second {
		background-attachment: scroll;
	}
	
	.second-home-mobile {
		display: none;
	}
	
}