@font-face {
    font-family: 'bernier_shaderegular';
    src: url('fonts/bernier_shade-webfont.woff2') format('woff2'),
         url('fonts/bernier_shade-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
 @font-face {
    font-family: 'bernier_distressedregular';
    src: url('fonts/bernier_distressed-webfont.woff2') format('woff2'),
         url('fonts/bernier_distressed-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bernier_regularregular';
    src: url('fonts/bernier_regular-webfont.woff2') format('woff2'),
         url('fonts/bernier_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0;
  font-family: 'bernier_regularregular', sans-serif;
  color: white;
  text-align: center;
  font-size: 2rem;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 2.6rem;
  }
}

.container {
  z-index: 1;
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 20px;
}

.logo {
  max-width: 480px;
}
@media screen and (min-width: 768px) {
  .logo {
    margin: 30px 0 50px;
    max-width: 550px;
  }
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

@media screen and (min-width: 768px) {
  ul:not(:last-of-type) {
    margin-bottom: 50px
  }
}

@media screen and (min-width: 768px) {
  li {
    display: inline-block;
    margin: 0 10px;
  }
}

ul.social li {
  display: inline-block;
  margin: 15px 5px;
  width: 40px;
  height: 40px;
}

ul.social li img {
  max-width: 100%;
  height: auto;
}

a {
  color: white;
  text-decoration: none;
}
