@font-face {
  font-family: CreatoDisplay;
  src: url(../fonts/CreatoDisplay-Regular.otf);
  font-weight: 500;
}

@font-face {
  font-family: CreatoDisplay;
  src: url(../fonts/CreatoDisplay-Bold.otf);
  font-weight: 700;
}

@font-face {
  font-family: CreatoDisplay;
  src: url(../fonts/CreatoDisplay-Black.otf);
  font-weight: 900;
}

body {
  background-color: #393839;
  margin: 0;
  padding: 0;
}

.container {
  width: 90%;
  margin: 0px auto;
  padding: 50px 0px 0px 0px;
}

.header {
  display: flex;
  flex-direction: row;
}

.logo {
  width: 245px;
}

.header_text {
  margin-left: auto;
  font-size: 24px;
  color: #fff;
  font-family: CreatoDisplay;
  font-weight: 500;
}

.right_left {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 40px;
}

/* LEFT SIDE */
.left {
  width: 50%;
}

.gauw {
  color: #fff;
  font-size: 140px;
  font-family: CreatoDisplay;
  font-weight: 900;
  margin-top: 100px;
}

.nieuwe_look {
  font-size: 33px;
  color: #fff;
  font-family: CreatoDisplay, sans-serif;
  font-weight: 500;
  line-height: 2em;
}

.right {
  width: 49%;
  margin-left: auto;
  margin-top: 80px;
}

.intro {
  display: flex;
  margin-left: auto;
}

.email:after {
  position: absolute;
  content: '';
  height: 4px;
  bottom: -10px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
}

.email {
  position: relative;
  color: #fff;
  opacity: 43%;
  font-size: 62px;
  font-weight: 700;
  font-family: CreatoDisplay;
  text-decoration: none;
}

/* FOOTER OF THE HEADER */
.footer_header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1;
  width: 90%;
  margin: 0 auto;
  margin-bottom: -50px;
}

.footer_header .socials {
  display: flex;
  flex-direction: column;
  margin-left: auto;
}

.footer_header .loc_email a, .footer_header .socials a {
  margin: 0 !important;
  color: #fff;
  text-decoration: none;
  font-family: CreatoDisplay, sans-serif;
  font-size: 14px;
}

.footer_header a:hover {
  cursor: pointer;
}

.footer_header .left_side {
  flex-direction: row;
  justify-content: flex-start;
  margin: 0 !important;
  display: flex;
}

.footer_header .left_side .creative_agency {
  flex-direction: column;
  margin-right: 50px;
}

/* MOBILE OPTIMIZATION */
.mobile_break {
  display: none;
}

.non_mobile_break {
  display: block;
}

@media only screen and (max-width: 1700px) {
  .gauw {
    font-size: 100px;
  }

  .nieuwe_look {
    font-size: 25px;
  }
}

@media only screen and (max-width: 1300px) {
  .gauw {
    font-size: 80px;
    margin-top: 100px;
  }

  .nieuwe_look {
    font-size: 22px;
  }

  .intro {
    width: 480px;
    height: 480px;
  }
}

@media only screen and (max-width: 1000px) {
  .gauw {
    font-size: 60px;
  }

  .nieuwe_look {
    font-size: 19px;
  }

  .email {
    font-size: 40px;
  }

  .non_mobile_break {
    display: none;
  }
}

@media only screen and (max-width: 750px) {
  .header {
    flex-direction: column;
  }

  .header {
    flex-direction: row;
  }

  .header_text {
    font-size: 15px;
    text-align: right;
  }

  .mobile_break {
    display: block;
  }

  .gauw {
    font-size: 50px;
  }

  .email {
    font-size: 40px;
  }

  .nieuwe_look {
    font-size: 24px;
  }

  .left {
    width: 100%;
    order: 2;
  }

  .right {
    order: 1;
    width: 100%;
  }

  .intro {
    margin: 0 auto;
  }

  .logo {
    width: 150px;
  }

  .footer_header {
    padding-top: 50px;
  }

  .footer_header .left_side {
    width: 100%;
  }

  .footer_header .socials {
    margin-left: 0px;
    flex-direction: row;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer_header .socials .linkedin {
    display: flex;
    margin-left: auto !important;
    flex-direction: column;
  }
}

@media only screen and (max-width: 500px) {
  .gauw {
    font-size: 60px;
  }

  .intro {
    width: 340px;
    height: 340px;
  }
}