*{
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
     -o-box-sizing: border-box;
        box-sizing: border-box;
}

html{
height: 100%!important;
padding: 0;
margin: 0;
background: #ccc;
color:#000;
line-height: 1.5;
}
body{
padding: 0;
margin: 0;
height: 100%;
font: 18px 'Raleway', sans-serif;
}
.video-bg{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}
.video-bg video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-aspect-ratio: 16/9) {
  .video-bg video {
    width: 100%;
    height: auto;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-bg video {
    width: auto;
    height: 100%;
  }
}

#content{
min-height: 100%;
}

.mobile #menu{
  background: #fff;
  box-shadow: 0 0 5px hsla(0,0%,0%,0.4);
}
.desktop #menu{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 240px;
  padding: 50px 0;
  background: hsla(0,0%,100%,0.8);
  box-shadow: 0 0 5px hsla(0,0%,0%,0.8);
  padding: 50px 0;
}

#menu a{
  display: block;
  line-height: 30px;
  height: 50px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 20px;
  font: 16px 'Raleway', sans-serif;
  line-height: 30px;
}
.desktop #menu a{
  text-align: right;
}
#menu a.active{
  background:hsla(0,0%,100%,0.8);
}
#menu a.active label{
  display: inline-block;
}

h1{
  font-size: 28px;
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.desktop h1{
  font-size: 36px;
}
h2{
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color:hsla(0,0%,0%,0.8);
  letter-spacing: 1px;
  margin: 0 0 20px 0;
}
.desktop h2{
  font-size: 26px;
}
p{
line-height: 1.5;
margin: 0 0 20px 0;
}
.em{
color: #666;
font-style: italic;
}
a{
color: #ccc;
}
a:hover{
color:#fff;
}
img{
  max-width: 800px;
}
.left{
float: left;
}
.c{
text-align: center;
}
.clear{
  clear: both;
}
.clear:after {
content: " ";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.input{
color: #222;
background:hsla(0,0%,100%,0.8);
padding: 10px;
border:0;
box-shadow: inset 0 0 0 1px hsla(0,0%,0%,0.1), inset 0 1px 5px hsla(0,0%,0%,0.5);
font: 16px 'Raleway', sans-serif;
outline: none;
border-radius: 2px;
-webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
}
.input:focus{
box-shadow: inset 0 0 0 1px hsla(200,100%,50%,0.8), inset 0 1px 5px hsla(0,0%,0%,0.5);
}
.w1{
width: 100%;
}
.w1_2{
width: 50%;
}
.p{
  padding: 10px;
}
.pl{
  padding-left: 10px;
}
.pr{
  padding-right: 10px;
}
.pt{
  padding-top: 10px;
}
.pb{
  padding-bottom: 10px;
}
.hx20{
  height: 200px;
}
::placeholder{
color:#999;
}

.button{
font-size: 16px;
font-family: 'Raleway', sans-serif;
border-radius: 2px;
display: inline-block;
border:0;
background: hsla(0,0%,100%,0.8);
color: #000;
box-shadow: 0 0 3px hsla(0,0%,0%,0.5);
padding: 10px 20px;
text-decoration: none;
cursor: pointer;
-webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
}

.button:hover{
  background: #fff;
  box-shadow: 0 0 10px #fff;
  color: #000;
}
.page{
  padding: 20px;
}
.desktop .page{
  min-height:100vh;
  padding: 50px 50px 50px 50px;
}
.page .content{
  padding: 20px;
  border-radius: 2px;
  background:hsla(0,0%,100%,0.8);
  box-shadow: 0 3px 15px hsla(0,0%,0%,0.25);
}
.desktop .page .content{
  padding: 50px;
}
.page .logo{
  text-align: center;
  height: 100px;
  font-family:'Raleway', sans-serif;
  color: hsla(0,0%,100%,1.0);
  font-size: 64px;
}
.desktop .page .logo{
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -50px;
  font-size: 100px;
}
.gray{
color:hsla(0,0%,100%,0.5);
}
