* {margin: 0; padding: 0; outline: 0; }

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #eee;
	background:#bfbfbf;
}

h1, h2, p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin:0 0 15px 0;
}

img.banner {
	margin: 0 0 10px 0;
}

.title {
	float: right;
	width: 400px;
	text-align: center;
        padding: 50px 0;
}

a {
    color:#ffc617;

}

p {
     text-indent: 25px;
}

h1 {
        font-size: 50px;
        padding: 30px 0;
}

h1.title {
	font-size:60px;
	padding: 0;
        font-weight: 500;
}

h2, p {
	font-size: 24px;
}

h2.preTitle {
	text-align: left;
	margin-right: 100px;
        font-style: italic;
}
h2.postTitle {
	text-align: right;
	font-style: italic;
}
.clear {
	clear: both;
}

.wrap {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0;
}

.section {
	width: 100%;
	max-width: 1600px;
	min-width: 320px;
	min-height: 480px;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	overflow:hidden;
}

.inner {
	margin: 0 100px;
	position: relative;
	min-height: 50px;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

.inner:after {
	  content: "";
	  display: table;
	  clear: both;
}


.subMenu {
	height: 52px;
	z-index: 1000;
	width: 100%;
	background: #fff;
}

.subMenu .inner {
	padding:0;
	font-weight: 400;
	margin: 0 auto;
}


.subNavBtn {
	display: block;
	height: 52px;
	float: left;
	margin: 0px 0px 0 0;
	text-decoration: none;
	font-size: 16px;
	padding: 19px 2% 0 2%;
	text-align: center;
	color: #d9b703;
	box-sizing: border-box;
}

.subNavBtn.over {
        background: #d89600;
	color: #ffe400;
}

.subMenu a:focus {
	color: #d9b703;
}

.active {
	background: #170c00;
}
.end {
	margin: 0;
}




/* SECTIONS */
.sTop {
	height:480px;
	background-color: #33270d;
	color:#d9b703;
	text-align: center;

/*
        background-image: url("../images/et-al-creative-bkg-rust.png");
        background-repeat: no-repeat;
	background-position: center;
	background-size: 700px;
*/
	background: -webkit-linear-gradient(#191700, #3e2d13, #292007);
	background: -o-linear-gradient(#191700, #3e2d13, #292007);
	background: -moz-linear-gradient(#191700, #3e2d13, #292007);
	background: linear-gradient(#191700, #3e2d13, #292007);
}
.sTop h1 {
	color:#fff;
}

.s1 {
        background: #e0ba21;
        background-image: url("../images/glitter-c.jpg");
        background-repeat: repeat;
}

.s2 {
        background: #313131;
}
.s2 a {
	color: #fff;
}

.s3 {
        background:#b09c6e;
        max-height:640px;
        background-image: url("../images/glitter-c.jpg");
        background-repeat: repeat;
}

.s4 {
	background: #e0a424;
	background-image: url("../images/soy-c.png");
	background-repeat: repeat;
}
img.logo {
	float:left;
	margin: 0px 10px;
}

.videoBkg {
	position: absolute;
	top: 0px;
	z-index=1;
	width: 120%;	
}
	
.band {
        background-color: #332508;
        background-image: url("../images/bkg-small.png");
        background-repeat: repeat-x;
	width: 100%;
	margin: 0;
}

@media only screen and (min-width: 768px) {
    /* tablets and desktop */
	.mobile {
		display: none;
	}
	.desktop {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
    /* phones */
	.mobile {
		display: block;
	}
	.desktop {
		display: none;
	}
	.title {
		width: 300px;
	}
	h1 {
		font-size: 34px;
	}
	.title h1 {
                font-size: 44px;
	}
	h2,p  {
		font-size: 22px;
	}
	.inner {
		margin: 0 20px;
	}
	.subMenu {
		height: 80px;
	}
	.sTop {
		min-height: 200px;
		background-image: url("../video/coffee.jpg");
		background-repeat: none;
	}
	.videoBkg {
		width: 130%;
	}
	.section {
		min-width: 320px;
		min-height: 300px;
	}
	video::-webkit-media-controls {
		display: none;
	}
}
