/* Text Elements */

h2 span.heading-text-1 {
  color: #abafb3;
}

h6.heading-2 {
  text-align: center;
}

h6 span.heading-text-2 {
  color: #1d94b8;
  font-family: Garamond, Baskerville, 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif;
}

p.paragraph span.paragraph-text-1 {
  color: #fff;
  font-size: 20px;
}

/* Interaction Elements */

a.link-button.button-link-1 {
  color: #dcf013;
}

/* Layout Elements */

body.grid-1 {
  background-color: #120912;
}

.container.container-1 {
  text-align: center;
}

.container.container-2 {
  text-align: center;
}

div.responsive-picture.image-1 {
  max-width: none;
}

div.responsive-picture.picture-1 {
  overflow: visible;
  max-width: 100%;
  max-height: 200%;
  height: 100%;
}

div.responsive-picture.picture-1 > picture > img {
  -o-object-position: 50% top;
     object-position: 50% top;
  -o-object-fit: fill;
     object-fit: fill;
}

div.responsive-picture.picture-1 > picture {
  height: 100%;
}

@media screen and (max-width: 674px) {
  /* Text Elements */

  h2.heading-1 {
    font-size: 30px;
  }

  h6.heading-2 {
    font-size: 18px;
  }

  p.paragraph.paragraph-1 {
    font-size: 12px;
  }

  p.paragraph span.paragraph-text-1 {
    font-size: 16px;
  }

  /* Interaction Elements */

  a.link-button.button-link-1 {
    font-size: 14px;
  }
}

@media screen and (max-width: 376px) {
  /* Text Elements */

  h2.heading-1 {
    font-size: 20px;
  }

  h6.heading-2 {
    font-size: 16px;
  }

  p.paragraph span.paragraph-text-1 {
    font-size: 11px;
  }

  /* Interaction Elements */

  a.link-button.button-link-1 {
    font-size: 12px;
  }
}