.fullshot-achtergrond {
  width: 100vw;
  height: 100vh;
  background-image: url('../images/Fullshot-Press-desktop.jpg');
  background-position: 55%;
  background-repeat: no-repeat;
  background-size: cover;
}

.columns {
  width: 100vw;
  height: 100vh;
}

.column {
  height: 100vh;
}

.column-2 {
  height: 100vh;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.div-block {
  height: 20vh;
  background-image: url('../images/Full-Shot-Press-logo.svg');
  background-position: 15%;
  background-repeat: no-repeat;
  background-size: 15vw 20vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: block;
}

.block-quote {
  width: 20vw;
  color: #000;
  text-shadow: 1px 2px 1px rgba(255, 255, 255, .69);
  mix-blend-mode: normal;
  border-left-color: #000;
  margin-top: 40px;
  margin-left: 50px;
  font-size: 26px;
  line-height: 30px;
}

.text-block {
  width: 150px;
  height: 125px;
  color: #000;
  text-shadow: 3px 0 1px rgba(255, 255, 255, .69);
  font-family: bello-pro, sans-serif;
  font-size: 46px;
  line-height: 50px;
}

.div-block-2, .social-and-contact, .columns-2 {
  width: 150px;
  height: 125px;
}

.column-3 {
  flex-direction: column;
  display: flex;
}

.fullshotpress-instagram {
  width: 75px;
  height: 50px;
  background-image: url('../images/Instagram.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 50%;
  margin-bottom: 10px;
}

.fullshotpress-instagram:hover {
  background-image: url('../images/Instagram-rollover.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 50%;
}

.div-block-3 {
  width: 75px;
  height: 50px;
  background-image: url('../images/Email.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 50%;
}

.div-block-3:hover {
  background-image: url('../images/Email-rollover.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 50%;
}

.div-block-4 {
  width: 75px;
  height: 50px;
  background-image: url('../images/Facebook.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 50%;
  margin-bottom: 10px;
}

.div-block-4:hover {
  background-image: url('../images/Facebook-rollover.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 50%;
}

.div-block-5 {
  width: 75px;
  height: 50px;
  background-image: url('../images/Mobiel.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 45%;
}

.div-block-5:hover {
  background-image: url('../images/Mobiel-rollover.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 45%;
}

@media screen and (min-width: 1440px) {
  .block-quote {
    font-size: 36px;
    line-height: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .block-quote {
    margin-left: 100px;
    font-size: 46px;
    line-height: 50px;
  }

  .text-block {
    width: 350px;
    height: 200px;
    font-size: 76px;
    line-height: 76px;
  }

  .div-block-2 {
    width: 250px;
    height: 200px;
    font-size: 36px;
    line-height: 40px;
  }

  .social-and-contact, .columns-2 {
    width: 250px;
    height: 300px;
  }

  .fullshotpress-instagram, .div-block-3, .div-block-4 {
    width: 100px;
    height: 85px;
    background-size: 65%;
  }

  .div-block-5 {
    width: 100px;
    height: 85px;
    background-size: 55%;
  }
}

@media screen and (max-width: 991px) {
  .fullshot-achtergrond {
    background-image: url('../images/Fullshot-Press-tablet.jpg'), url('../images/Fullshot-Press-tablet.jpg');
    background-position: 50%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
  }

  .column-2 {
    align-items: flex-end;
  }

  .div-block {
    height: 25vh;
    background-position: 30%;
    background-size: 18vw;
  }

  .block-quote {
    width: 30vw;
    margin-top: 20px;
    font-size: 20px;
    line-height: 24px;
  }

  .text-block {
    height: 110px;
    line-height: 46px;
  }

  .div-block-2 {
    width: 150px;
    height: 110px;
    align-items: flex-end;
    display: flex;
  }

  .social-and-contact, .columns-2 {
    height: 160px;
  }

  .fullshotpress-instagram {
    height: 75px;
    background-size: 65%;
  }

  .fullshotpress-instagram:hover {
    background-size: 65%;
  }

  .div-block-3 {
    height: 75px;
    background-size: 65%;
  }

  .div-block-3:hover {
    background-size: 65%;
  }

  .div-block-4 {
    height: 75px;
    background-size: 65%;
  }

  .div-block-4:hover {
    background-size: 65%;
  }

  .div-block-5 {
    height: 75px;
    background-size: 55%;
  }

  .div-block-5:hover {
    background-size: 55%;
  }
}

@media screen and (max-width: 767px) {
  .fullshot-achtergrond {
    height: 100vh;
    background-image: url('../images/Fullshot-Press-tablet.jpg'), url('../images/Fullshot-Press-telefoon.jpg');
  }

  .columns {
    height: 100vh;
  }

  .column {
    height: 50vh;
  }

  .column-2 {
    height: 50vh;
    align-items: center;
  }

  .div-block {
    height: 18vh;
    background-position: 15%;
    background-size: 23vw;
    margin-top: 20px;
  }

  .block-quote {
    width: 35vw;
    margin-left: 20px;
  }

  .text-block {
    text-align: center;
  }

  .div-block-2 {
    width: 150px;
  }

  .social-and-contact {
    width: 150px;
    height: 170px;
  }

  .columns-2 {
    width: 150px;
    height: 170px;
    display: flex;
  }

  .fullshotpress-instagram, .fullshotpress-instagram:hover, .div-block-3, .div-block-3:hover, .div-block-4, .div-block-4:hover, .div-block-5, .div-block-5:hover {
    background-position: 50%;
  }

  .column-4 {
    flex-direction: column;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .column {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block {
    width: 300px;
    height: 150px;
    background-position: 50%;
    background-size: 110px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .block-quote {
    width: 280px;
    margin-top: 10px;
    font-size: 17px;
    line-height: 17px;
  }
}


