
@import url(https://fonts.googleapis.com/css?family=Questrial);
@import url(http://fonts.googleapis.com/css?family=Dancing+Script:700);
@font-face{font-family:UniSans-Light;src:url(../fonts/unisans-light-webfont.woff) format("woff");font-weight:400;font-style:normal;font-stretch:normal}
@font-face{font-family:UniSans-Bold;src:url(../fonts/unisans-bold-webfont.woff) format("woff");font-weight:400;font-style:normal;font-stretch:normal}
html,
body {
    width: 100%;
    height: 100%;
	overflow:hidden;
	margin:0;
}

body {
    font-family: UniSans-Light,Helvetica,Arial,sans-serif;
    color: #fff;
    webkit-tap-highlight-color: #222;
}

h1{
	font-family:	UniSans-Bold,​Helvetica,​Arial,​sans-serif!important;
	font-size: 56px;
	font-weight: 400;
	color: rgb(255,​ 255,​ 255);
	text-transform: uppercase;
	line-height: 56px;
	margin:40px 0 0!important;
	}
h2{
	font-family:UniSans-Light!important;font-size: 36px;
	font-weight: 400;
	color: rgb(255,​ 255,​ 255);
	line-height: 36px;
	margin:10px 0!important;
	}

header {
    position: relative;
    min-height: auto;
    text-align: left;
    color: #fff;
    width: 100%;
    background-color: #c9c9c9;
    background-image: url('../b_bang_splash.jpg');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	height:100vh;
}
#first:before{ 
    background-image: url('../dot_pattern.png');
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.3s ease-out 0s;
    z-index: 2;
}
header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: left;
    z-index: 2;
}

header .header-content .inner h1 {
    margin-top: 0;
    margin-bottom: 0;
}

header .header-content .inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,0.7);
}

#video-background {
  position: absolute;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: 1;
}

#video-background.collapsing {
  display:none;
}

@media(min-width:768px) {

    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 55%;
        padding: 0 85px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

}
