@font-face {
  font-family: 'Karmilla';
  src: url("Karmilla-Regular.woff2") format("woff2"), url("Karmilla-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Karmilla';
  src: url("Karmilla-Bold.woff2") format("woff2"), url("Karmilla-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

@-ms-viewport {
  width: device-width; }

* {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent; }

*:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

body, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  font-weight: 400; }

a {
  text-decoration: none;
  color: inherit;
  color: #000; }

b {
  font-weight: 400; }

em, i {
  font-style: normal; }

a:focus {
  outline: 0; }

img {
  max-width: 100%; }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

html, body {
  height: 100%; }

body {
  font-family: 'karmilla', sans-serif;
  font-size: calc(17px + 5 * ( (100vw - 600px) / 600));
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: url(../img/bg.jpg) center no-repeat;
  background-size: cover; }
  @media screen and (max-width: 600px) {
    body {
      font-size: 17px; } }
  @media screen and (min-width: 1200px) {
    body {
      font-size: 22px; } }

h1 {
  font-size: calc(17px + 5 * ( (100vw - 600px) / 600));
  font-weight: 700;
  line-height: 1.8; }
  @media screen and (max-width: 600px) {
    h1 {
      font-size: 17px; } }
  @media screen and (min-width: 1200px) {
    h1 {
      font-size: 22px; } }

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 80vw;
  height: 90vh; }

header {
  margin-top: 15vh; }

section {
  text-align: center;
  line-height: 1.8;
  text-transform: uppercase; }

p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-left: 6px; }
  a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 1px;
    background: #000;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.6, -0.02, 0.4, 1);
    transition: -webkit-transform 0.25s cubic-bezier(0.6, -0.02, 0.4, 1);
    transition: transform 0.25s cubic-bezier(0.6, -0.02, 0.4, 1);
    transition: transform 0.25s cubic-bezier(0.6, -0.02, 0.4, 1), -webkit-transform 0.25s cubic-bezier(0.6, -0.02, 0.4, 1); }
  a:hover:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.6, -0.02, 0.4, 1);
    transition: -webkit-transform 0.25s cubic-bezier(0.6, -0.02, 0.4, 1);
    transition: transform 0.25s cubic-bezier(0.6, -0.02, 0.4, 1);
    transition: transform 0.25s cubic-bezier(0.6, -0.02, 0.4, 1), -webkit-transform 0.25s cubic-bezier(0.6, -0.02, 0.4, 1); }

@media only screen and (max-width: 800px) {
  header {
    margin-top: 0; } }
