@font-face {
    font-family: 'frente_h1regular';
    src: url('frenteh1-regular-webfont.eot');
    src: url('frenteh1-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('frenteh1-regular-webfont.woff2') format('woff2'),
         url('frenteh1-regular-webfont.woff') format('woff'),
         url('frenteh1-regular-webfont.ttf') format('truetype'),
         url('frenteh1-regular-webfont.svg#frente_h1regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'josefin_sansregular';
    src: url('josefinsans-regular-webfont.eot');
    src: url('josefinsans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('josefinsans-regular-webfont.woff2') format('woff2'),
         url('josefinsans-regular-webfont.woff') format('woff'),
         url('josefinsans-regular-webfont.ttf') format('truetype'),
         url('josefinsans-regular-webfont.svg#josefin_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
  margin: 0;
  padding: 0;
  background-color: #fdfdf9;
  font-family: "josefin_sansregular";
    font-size: 24px;
    color: #555;
}

.header {
  margin-top: 20px;
  height: 50px;
  width: 100%;
  background-image: url("strikjes.svg");
  background-repeat-y: no-repeat;
}

.container {
  max-width: 780px;
  margin: 0px auto;
    padding: 20px 10px;
}

.content {
  line-height: 1.2em;
}
.first {
    width: 430px;
    margin: 0px auto;
    margin-bottom: 20px;
    text-align: center;
}
.first div {
    text-align: justify;
}


.first div:after {
  content: "";
  display: inline-block;
  width: 100%;
}

.last {
  margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
}

.naam {
  font-family: "frente_h1regular";
  font-size: 70px;
  color: #E7B947;
    text-align: center;
}

.buttons {
  display: flex;
  justify-content: center;
}

.button {
    width: 100%;
    height: 370px;
    display: flex;
    justify-content: center;
    position: relative;
    text-decoration: none;
        text-align: center;
}

.button .inner {
    z-index: 10;
    width: 100%;
    height: 150px;
    background: #E7B947;
    border-radius: 50%;
    margin: 20px;
    color: #fff;
    text-decoration: none;
    font-family: "frente_h1regular";
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button .arrow {
    position: absolute;
    top: 105px;
    width: 40px;
    height: 40px;
    background: #E7B947;
}

.button.left .arrow {
    left: 40px;
    transform: rotate(70deg);
}

.button.right .arrow {
    right: 40px;
    transform: rotate(-70deg);
}

.button .bear {
    position: absolute;
    top: 180px;
    width: 113px;
    height: 180px;
    background-image: url(beer.svg);
    background-repeat: no-repeat;
}

.button.left .bear {
  left: 0px;
}

.button.right .bear {
  right: 0px;
  transform: scale(-1, 1);
}

.button.left:hover .bear {
 /* transform: rotate(-10deg);*/
  transform: scale(-1, 1);
}

.button.right:hover .bear {
  transform: scale(1, -1);
  /*transform: rotate(10deg);*/
}

a {
  color: #6791C4;
}

form {
    line-height: 1.5em;
}

input, textarea, select {
  padding: 4px;
  border: 1px solid #CCC;
  border-radius: 4px;
}

input[type="submit"] {
    border: 0;
    color: #fff;
    padding: 10px;
    background-color: #E7B947;
    font-size: 30px;
    font-family: "frente_h1regular";
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #555;
}

select {
    font-size: 14px;
    background-color: #fff;
    color: #555;
    height: 26px;
    border: 1px solid #CCC;
}

select option {
    background-color: #fff;
}

textarea {
    resize: none;
    width: 100%;
    border: 1px solid #CCC;
}

table {
  width: 100%;
}

table tr:first-child {
  font-weight: bold;
  text-transform: uppercase;
}

table tr:nth-child(2n+2) {
  background-color: #FFC
}

table tr td {
  padding: 2px 4px;
}

@media all and (max-width: 530px) {
    html, body {
        font-size: 18px;
    }

    .header {
        height: 30px;
    }

    .container {
        padding-top: 10px;
    }

    .content.first {
        margin-top: 0px;
        margin-bottom: 10px;
        width: 320px;
    }
    .naam {
        font-size: 50px;
    }
    .content.last {
        font-size: 18px;
    }

    .buttons {
        flex-direction: column;
    }

    .button {
        height: 300px;
    }

    .button .inner {
        margin: 0px;
        font-size: 30px;
        height: 100px;
    }

    .button .bear {
      top: 110px;
      width: 113px;
      height: 180px;
    }

    .button .arrow {
        top: 50px;
    }
}

@media all and (max-width: 650px) {
    input[name="naam"], input[name="email"], select, textarea {
      width: 94%;
    }

    input, select {
      margin-bottom: 10px;
    }
}
