* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html,
body {
  height: 100%;
  -webkit-overflow-scrolling: touch
}

html {
  font-family: 'Lato', 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Sans-Serif;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 400
}

body {
  color: white
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin: 0 0 10px 0;
  font-weight: normal
}

h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Sans-Serif
}

h1,
.h1 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Telefon Black', Sans-Serif;
  line-height: 1.1;
  font-size: 3rem
}

@media (max-width: 550px) {
  h1,
  .h1 {
    font-size: 2.2rem
  }
}

h2,
.h2 {
  font-family: 'Telefon', Sans-Serif;
  font-size: 1.8rem
}

h3,
.h3,
dt {
  font-size: 1.4rem;
  font-weight: bold
}

h4,
.h4 {
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase
}

h5,
.h5 {
  font-weight: bold;
  text-transform: uppercase
}

h6 {
  font-weight: bold
}

.large-header {
   position: relative;
   width: 100%;
   background: #111;
   overflow: hidden;
   background-size: cover;
   background-position: center center;
   z-index: 1;
}

/* <bg.jpg> */
.demo .large-header {
   background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/499416/demo-bg.jpg");
}

.main-title {
   position: absolute;
   margin: 0;
   padding: 0;
   color: #F9F1E9;
   text-align: center;
   top: 50%;
   left: 50%;
   -webkit-transform: translate3d(-50%, -50%, 0);
   transform: translate3d(-50%, -50%, 0);
}

.demo .main-title {
   text-transform: uppercase;
   font-size: 4.2em;
   letter-spacing: 0.1em;
}

.main-title .thin {
   font-weight: 200;
}

@media only screen and (max-width: 768px) {
   .demo .main-title {
      font-size: 3em;
   }
}
