:root {
  --white-2: #fdfdfd;
  --tomato: #b3c0aa;
  --black: #2b2b2b;
  --white: white;
  --beige: #eaf0e7;
}

body {
  background-color: var(--white-2);
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--tomato);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 13rem;
  font-weight: 600;
  line-height: 90%;
}

h2 {
  color: var(--tomato);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 6rem;
  font-style: italic;
  font-weight: 400;
  line-height: 130%;
}

h3 {
  color: var(--tomato);
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 21px;
  font-family: Poppins, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 120%;
}

p {
  color: #000;
  margin-bottom: 21px;
  font-family: Playfair Display, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 210%;
}

a {
  color: var(--tomato);
  text-decoration: none;
}

a:hover {
  color: var(--black);
}

img {
  max-width: 100%;
  transition: all .2s;
  display: inline-block;
}

img:hover {
  transform: scale(1.05);
}

em {
  font-style: italic;
}

.hero-h1-wrapper {
  padding-top: 5vh;
}

.hero-h2-wrapper {
  margin-bottom: 30vh;
}

.container {
  width: 84vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container.footer {
  padding-bottom: 150px;
}

.body-back {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  position: fixed;
}

.specs-wrapper {
  display: flex;
}

.specs-wrapper-wrapper {
  width: 42vw;
}

.specs-img {
  float: right;
  background-image: url('../images/IMG_9077.JPG');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 35vw;
  height: 80vh;
}

.specs-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 42vw;
  height: 85vh;
  display: flex;
}

.specs-h2-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.h2-line {
  background-color: #000;
  width: 104px;
  height: 4px;
  margin-left: 35px;
}

.h2-line.white {
  background-color: #fff;
}

.specs-specs-wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
}

.work {
  background-color: var(--black);
  padding-top: 10vh;
  padding-bottom: 10vh;
  overflow: hidden;
}

.images-h2-wrapper {
  align-items: center;
  display: flex;
}

.light {
  color: #fff;
}

.footer {
  padding-top: 5vh;
  overflow: hidden;
}

.footer-h2-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-heading-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 194px;
  display: flex;
}

.footer-content-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: #000;
  margin-bottom: 21px;
  font-family: Muli, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--tomato);
}

.footer-graphic-wrapper {
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: -61px;
  margin-right: -30px;
  display: flex;
}

.footer-content-wrapper-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 30vh;
  display: flex;
}

.footer-content-img-wrapper {
  background-image: url('../images/IMG_8927.jpeg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 40vw;
  height: 50vh;
}

.subline {
  font-size: 40px;
  font-weight: 400;
}

.heading-2 {
  color: var(--tomato);
  margin-top: 5vh;
  line-height: 130px;
}

.heading-3 {
  color: var(--tomato);
}

.h1-large {
  color: var(--tomato);
  font-family: Poppins, sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 120%;
}

.heading-5 {
  color: var(--tomato);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 120px;
}

.images {
  flex-flow: row;
  place-content: stretch flex-start;
  align-items: flex-start;
  display: block;
}

.lightbox-link {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
}

.lightbox-link.large {
  width: 100%;
}

.heading-6 {
  font-weight: 400;
}

.paragraph {
  color: var(--black);
  font-family: Playfair Display, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 210%;
}

.paragraph.light {
  color: var(--white);
  padding-left: 20px;
}

.paragraph.large {
  font-size: 40px;
  font-weight: 400;
}

.specs-content-wrapper-imprint {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 42vw;
  display: flex;
}

.paragraph-2 {
  font-size: 17px;
}

.content-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 80%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.intro-section {
  background-color: #8a9682;
  background-image: linear-gradient(135deg, #8a9682 39%, var(--tomato));
  flex-direction: column;
  align-items: flex-start;
  height: 100vh;
}

.about-section {
  background-color: var(--white-2);
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding-top: 300px;
  padding-bottom: 300px;
}

.contact-array {
  display: flex;
}

.contact-link {
  margin-right: 40px;
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 170%;
}

.ina-image {
  box-shadow: 14px 14px 0 0 var(--tomato);
  margin-bottom: 50px;
}

.button {
  background-color: var(--black);
  border-radius: 60px;
  margin-right: 20px;
  padding: 20px 30px 24px;
  font-family: Playfair Display, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  transition: all .2s;
}

.button:hover {
  background-color: var(--tomato);
  color: var(--white);
  transform: scale(1.08);
}

.button.secondary {
  color: var(--black);
  background-color: #0000;
  border: 2px solid #000;
}

.button-array {
  padding-top: 50px;
  padding-bottom: 50px;
}

.imprint-section {
  background-color: var(--white-2);
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding-top: 300px;
  padding-bottom: 300px;
}

.gallery-content-container {
  flex-flow: wrap;
  place-content: flex-start;
  align-items: flex-start;
  max-width: 80%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.work-headline {
  color: var(--white);
  padding-left: 20px;
  font-size: 90px;
  line-height: 140px;
}

.subline-head {
  color: var(--black);
}

.footer-section {
  background-color: var(--beige);
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-text {
  opacity: .5;
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 210%;
}

.footer-text.light {
  color: var(--white);
  padding-left: 20px;
}

.footer-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dark {
  color: var(--black);
}

.heading-8 {
  color: var(--white-2);
}

.heading-9 {
  color: var(--tomato);
}

.image-3, .image-4, .image-5, .image-6, .image-7, .image-8, .image-9, .image-10, .image-11, .image-12, .image-13 {
  width: 100%;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 10rem;
  }

  .hero-h1-wrapper {
    margin-left: -20px;
  }

  .footer-graphic-wrapper {
    margin-bottom: -25px;
    margin-right: -14px;
  }

  .footer-content-img-wrapper {
    background-attachment: scroll;
  }

  .lightbox-link {
    width: 100%;
  }

  .content-container {
    max-width: 90%;
  }

  .button {
    margin-bottom: 20px;
  }

  .heading-7 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 7rem;
  }

  h2, h3 {
    font-size: 3rem;
  }

  p {
    font-size: 1.4rem;
  }

  .container {
    padding-top: 105px;
    padding-bottom: 105px;
  }

  .specs-wrapper {
    flex-direction: column;
  }

  .specs-img {
    float: none;
    background-position: 50% 100%;
    width: 84vw;
    height: 100vw;
  }

  .specs-content-wrapper {
    width: 84vw;
  }

  .work {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .footer-content-img-wrapper {
    width: 40vw;
  }

  .heading-5 {
    font-size: 80px;
    line-height: 70px;
  }

  .lightbox-link {
    padding: 0;
  }

  .specs-content-wrapper-imprint {
    width: 84vw;
  }

  .about-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .button {
    font-size: 1.4rem;
  }

  .imprint-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .gallery-content-container {
    max-width: 90%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 2rem;
  }

  p {
    font-size: 1.2rem;
  }

  .hero-h2-wrapper {
    margin-left: 10px;
  }

  .specs-wrapper-wrapper {
    margin-top: 33px;
  }

  .images-h2-wrapper {
    padding-right: 8vw;
  }

  .footer-heading-wrapper {
    margin-bottom: 100px;
  }

  .footer-content-wrapper {
    flex-direction: column-reverse;
  }

  .footer-content-wrapper-wrapper {
    margin-top: 72px;
  }

  .footer-content-img-wrapper {
    width: 60vw;
  }

  .heading-2 {
    font-size: 79px;
    line-height: 69px;
  }

  .h1-large {
    font-size: 40px;
    line-height: 37px;
  }

  .heading-5 {
    font-size: 60px;
    line-height: 50px;
  }

  .content-container {
    max-width: 90%;
  }

  .button {
    font-size: 1.2rem;
  }
}


