@font-face {
  font-family: 'MuliLight';
  src: url("fonts/muli-light-webfont.eot");
  src: url("fonts/muli-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/muli-light-webfont.woff2") format("woff2"), url("fonts/muli-light-webfont.woff") format("woff"), url("fonts/muli-light-webfont.ttf") format("truetype"), url("fonts/muli-light-webfont.svg#mulilight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'MuliLightItalic';
  src: url("fonts/muli-lightitalic-webfont.eot");
  src: url("fonts/muli-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/muli-lightitalic-webfont.woff2") format("woff2"), url("fonts/muli-lightitalic-webfont.woff") format("woff"), url("fonts/muli-lightitalic-webfont.ttf") format("truetype"), url("fonts/muli-lightitalic-webfont.svg#mulilightitalic") format("svg");
  font-weight: normal;
  font-style: normal; }
* {
  box-sizing: border-box; }

html {
  overflow: hidden; }

body {
  height: 100%;
  margin: 0;
  padding: 0;
  color: #324242;
  font-family: 'MuliLight';
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  background: #324242; }

/* @ GLOBAL  */
h1, h2 {
  margin: 0;
  font-size: 2.5em;
  font-weight: normal; }

/* @ HEADER  */
header {
  position: absolute;
  top: 0;
  left: 0;
  height: 150px;
  width: 100%;
  padding-top: 0;
  text-align: center;
  background-color: white;
  z-index: 1; }
  header h1 {
    margin-top: 25px; }
  header h2 {
    font-family: "MuliLightItalic";
    font-size: 1.1em;
    margin-top: 10px; }

/* @ SIDES  */
a:not(.contact) {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%; }
  a:not(.contact) .bg_img {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 40px;
    background-size: cover;
    background-position: center center;
    background-image: url("../img/T&D_byMashaBakker.jpg");
    transition: opacity .3s; }
  a:not(.contact) .wrapper__text {
    position: relative;
    top: -100%;
    height: 100%;
    font-size: 2em;
    transition: transform .8s; }
    a:not(.contact) .wrapper__text span {
      position: absolute;
      display: block;
      width: 100%;
      top: 50%;
      color: white;
      text-align: center;
      transform: translateY(-50%); }
  a:not(.contact).right {
    left: 50%;
    border-top: 40px solid white;
    border-bottom: 40px solid white;
    border-left: 20px solid white;
    border-right: 40px solid white; }
    a:not(.contact).right .bg_img {
      background-image: url("../img/DEF_BAKBOEK_byMashaBakker-8260.jpg");
      opacity: 0.9; }
  a:not(.contact).left {
    border-top: 40px solid white;
    border-bottom: 40px solid white;
    border-left: 40px solid white;
    border-right: 20px solid white; }
    a:not(.contact).left .bg_img {
      opacity: 0.9; }
  a:not(.contact):hover .bg_img {
    opacity: 0.5; }
  a:not(.contact):hover .wrapper__text {
    transform: scale(1.05); }

/* @ FOOTER  */
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100%;
  padding-top: 30px;
  text-align: center;
  background-color: white;
  z-index: 1; }
  footer .contact a {
    display: block;
    color: #324242;
    line-height: 20px;
    text-decoration: none;
    transition: opacity .3s; }
    footer .contact a:hover {
      opacity: 1; }

/* @ LANDSCAPE  */
@media screen and (orientation: portrait) {
  a:not(.contact) {
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    width: 100%;
    border-top: 20px solid white !important;
    border-bottom: 20px solid white !important;
    border-left: 20px solid white !important;
    border-right: 20px solid white !important; }
    a:not(.contact) .wrapper__text span {
      top: 40%;
      font-size: 0.8em;
      transform: translateY(-50%); }
    a:not(.contact).right {
      top: 50%;
      left: 0; }
      a:not(.contact).right .wrapper__text span {
        top: 60%; }

  header, footer {
    top: 50%;
    height: 150px;
    padding: 0;
    transform: translateY(-50%); }

  header {
    padding-top: 0px; }
    header h1 {
      font-size: 25px;
      margin-top: 20px; }
    header h2 {
      font-size: 15px;
      margin-top: 0; }

  footer {
    padding-top: 90px;
    background-image: none;
    background-color: transparent; }
    footer a {
      display: inline-block !important;
      font-size: 13px;
      margin: 15px 5px 0 5px; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  .wrapper__text {
    font-size: 20px !important; }

  header {
    top: -60px;
    height: 120px;
    padding-top: 60px; }
    header h1 {
      font-size: 18px;
      margin-top: 7px; }
    header h2 {
      font-size: 13px;
      margin-top: 0px;
      margin-bottom: -20px; }

  footer {
    bottom: -70px;
    height: 140px;
    padding-bottom: 70px;
    background-color: transparent; }
    footer a {
      display: inline-block !important;
      font-size: 13px;
      margin: 10px 5px 0 5px; } }

/*# sourceMappingURL=styles.css.map */
