@import url('reset.css');
@import url('basic.css');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css');
@import url('http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@import url('http://fonts.googleapis.com/css?family=Amatic+SC');
@import url('http://fonts.googleapis.com/css?family=Josefin+Sans');
@import url('http://fonts.googleapis.com/css?family=Josefin+Slab');


/* ********************************************************** */
/* *********************** HEADER *************************** */

header {
margin-bottom: 50px;
width: 100%;
height: 100px;
border-bottom: 6px solid #DBDBDB;
background: black;
}

header img {
height: 100px;
padding: 0;
margin: 0;
}

header h1 {
top: 15px;
position: absolute;
z-index: 1;
font-size: 38px;
font-family: 'Amatic SC', 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
font-weight: 300;
color: white;
padding-left: 15px;
}

header ul {
position: absolute;
background-color: white;
right: 20px;
margin: 0;
padding: 0;
font-weight: normal;
}

header ul li {
list-style-type: none;
font-size: .875em;
float: left;
margin-left: 32px;
}

header ul li a {
display: block;
padding-top: 40px;
border-top: 2px solid transparent;
}

header ul li a.toggle {
border-top: 2px solid #f67d34;
}

@media screen and (max-width: 660px) {
header{

}

header img {

}

}

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

}

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

}

/* %%%%%%%%%%%%%%%% HERO SECTION VIDEO %%%%%%%%%%%%%%%%%% */

#video-bg {
    position: relative;
    padding-bottom: 55.25%;
    padding-top: 25px;
	margin-bottom: -102px;
}

#bgvid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: -1;
}

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

#video-bg {

}

}

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

#video-bg {

}

}

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

#video-bg {

}

}

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

#video-bg {

}

}


/* ********************************************************** */
/* ************************ HERO **************************** */

#hero {
display: block;
width: 100%;
color: #333;
border-bottom: none;
text-align: center;

/* update */
margin-top: -80px;
border-bottom: 2px solid white;
overflow: hidden;
}

#hero h2 {font-size: 2em; font-family: 'Helvetica Neue', Helvetica, sans-serif; font-weight: 100; margin: 0; padding: 0; width: 95%; margin-left: 2.5%; color: #DBDBDB; text-align: right; position: relative; bottom:60px; }


#hero h1 {font-family: 'Amatic SC', 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif; font-size: 4em; margin: 0; padding: 0; width: 100%; color: #3C6968; color: #777; text-align: right; position: relative; bottom:-6px; right: 158px; 
	

/* update */
color: rgba(255,255,255,0.00);
}

#hero p {width: 100%; text-align: center; vertical-align: bottom; display: block;}


@media screen and (max-width: 749px) { 
	#hero h1 {}
}

@media screen and (max-width: 599px) { 
	#hero h1 {}
}

@media screen and (max-width: 499px) { 
	#hero h1 {}
}

@media screen and (max-width: 374px) { 
	#hero h1 {}
}


/* ********************************************************** */
/* *********************** SECTION ************************** */

.section {
	width: calc(100%-40px);
	position: relative;
	display:block;
	padding: 10px 40px;
	border-bottom: 1px solid #DBDBDB;
	margin-bottom: 60px;
	overflow: hidden;
}

.section:last-child {
	border-bottom: none;
}

.section h1 {
font-size: 52px;
line-height: 58px;
font-family: 'Amatic SC', 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
font-weight: 300;
color: black;
padding-left: 15px;
margin-bottom: 20px;
}

.section p {
font-size: 22px;
font-family: 'Josefin Sans', Helvetica, sans-serif;
font-weight: 300;
color: black;
padding-left: 20px;
}

.section p.time{
font-size: 18px;
font-family: 'Josefin Sans', Helvetica, sans-serif;
font-weight: 600;
color: black;
padding-left: 20px;
}

.videoDesc {
	display: inline-block;
	width: 28%;
	text-align: top;
	vertical-align: top;
	padding-left: 1%;
	
}

.videoBlock {
	display: inline-block;
	width: 68%;
}

video {
	max-width: 100%;
	margin-bottom: 40px;
}

@media screen and (max-width: 990px) {
	
	.videoDesc {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.videoBlock {
	display: block;
	width: 100%;
}

.section h1 {
font-size: 42px;
line-height: 48px;
}

.section p {
font-size: 20px;
}

.section p.time{
display: none;
}

video {
	margin-bottom: 20px;
}

}

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

.section h1 {
font-size: 36px;
line-height: 40px;
}

.section p {
font-size: 18px;
}

}

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

}

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

}


/* ********************************************************** */
/* *********************** SOCIAL *************************** */

.social {
padding: 30px 0 10px 0;
display:inline-block;
text-align: top;
vertical-align: top;
}

.social ul {
margin: 0;
padding: 0;
font-weight: normal;

}

.social ul li {
list-style-type: none;
font-size: .875em;
display: inline-block;
margin-left: 12px;
margin-right: 30px;
}

.social ul li a {
color:#676363;
}

.social ul li a:hover {
color:white;
}




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

.social ul li {
font-size: .875em;
}

}


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

.social ul li {
font-size: .775em;

}
}


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

.social ul li {
font-size: .645em;
margin-left: 8px;
margin-right: 35px;
}

}

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

.social ul li {
font-size: .545em;
margin-left: 8px;
margin-right: 25px;
}

}



/* ********************************************************** */
/* ********************** CONTACT *************************** */


/* ********************************************************** */
/* *********************** FOOTER *************************** */

footer {
background: black;
border-top: 6px solid #DBDBDB;
color:#C7C7C7;
min-height: 150px;
padding: 30px 0 0 40px;
font-size: 14px;
line-height: 22px;
font-family: 'Josephin Sans', Helvetica, sans-serif;
font-weight: 100;

}

footer img {
height: 140px;
margin-right: 30px;
display: inline-block;
margin-bottom: 30px;
}

footer h1 {
font-size: 32px;
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
font-weight: 300;
color:#f67d34;
margin-right: 40px;
float: left;
margin-bottom: 60px;
}


footer .caption {
display: inline-block;
margin-right: 40px;	
width: 30%;
text-align: top;
vertical-align: top;
margin-top: 10px;
padding-right: 30px;
border-right: 1px solid #DBDBDB;
}

footer a.btn {
width: 100px;
height: 25px;	
float: right;
margin-right: 20px;
padding-bottom: .4em;
padding-top: .8em;
position: absolute;
right: 0;
top: 0;
}

@media (max-width: 1080px) {

footer {
min-height: 130px;
font-size: 12px;
line-height: 18px;
}

footer img {
height: 120px;
}
}

@media (max-width: 920px) {

footer img, footer .caption{
display: none;
}

footer .social {
	width: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

}



