/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
     height: 100%;
}
body{
  color:#fff;
  font-size: 14px;
  line-height: 30px;
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: normal;
  min-width: 320px;
  text-align: center;
  margin: 0;
  height: 100%;
  background-color: #222222;
}
#page {
  min-height: 100%;
  position: relative;
}
#header{
  height: 92px;
  background: #fff;
}
.logo{
  padding: 17px 0 13px;
}
.logo,
.logo a,
.logo a img{
  display: inline-block;
}
#main{
  height: calc(100% - 154px);
  background: url('../images/image.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
.content{
  position: absolute;
  width: 100%;
  height: 100%;
}
.text{
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
#footer{
  height: 62px;
}
.content{
  pl
}
.content h1{
  margin-top: 0;
  font-size: 40px;
  line-height: 48px;
  font-family: 'Open Sans';
  font-weight: 300;
  font-style: normal;
  letter-spacing: -0.025em;
}
.content h2{
  color:#aeaeae;
  font-family: 'Open Sans';
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.copyright{
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .content h1{
    font-size: 80px;
    line-height: 1.5;
  }
 .content h2{
    font-size: 36px;
    letter-spacing: 0.4em;
  }
}
