@media screen and (max-width: 3841px) {
  /* Text Elements */

  h1.Heading_1 {
    color: #fa0707;
    text-align: center;
    font-size: 53px;
    font-family: Copperplate, 'Copperplate Gothic Light', fantasy;
  }

  span.text-element.text-1 {
    background-color: #eb9359;
    text-align: center;
    font-size: 36px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  span.text-element.text-2 {
    background-color: #6e6c0d;
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-family: TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
  }

  a.link-text.text-link-2 {
    float: right;
    margin-right: 3%;
    margin-left: 3%;
    width: auto;
    font-size: 22px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  /* Image Elements */

  img.image-4-3.image-1 {
    max-width: none;
  }
}

@media screen and (max-width: 3838px) {
  /* Text Elements */

  h1.Heading_1 {
    border-width: 0;
    color: #f50c3b;
    font-family: Copperplate, 'Copperplate Gothic Light', fantasy;
    line-height: 1.1;
  }

  span.text-element.text-2 {
    background-color: #0d6e17;
  }

  a.link-text.text-link-2 {
    float: right;
    margin-right: 3%;
    margin-left: 3%;
    width: auto;
    font-size: 23px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }
}

@media screen and (max-width: 1080px) {
  /* Text Elements */

  h1.Heading_1 {
    float: right;
    margin-top: 7px;
    margin-right: 3%;
    margin-left: 3%;
    width: auto;
    text-align: center;
    font-size: 53px;
  }

  span.text-element.text-1 {
    font-size: 32px;
  }

  a.link-text.text-link-2 {
    font-size: 20px;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].column-1 {
    float: right;
  }
}

@media screen and (max-width: 950px) {
  /* Text Elements */

  h1.Heading_1 {
    font-size: 48px;
  }
}

@media screen and (max-width: 796px) {
  /* Text Elements */

  h1.Heading_1 {
    font-size: 40px;
  }

  span.text-element.text-2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 795px) {
  /* Text Elements */

  span.text-element.text-1 {
    font-size: 28px;
  }

  span.text-element.text-2 {
    font-size: 26px;
  }

  a.link-text.text-link-2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 601px) {
  /* Text Elements */

  h1.Heading_1 {
    font-size: 30px;
  }

  span.text-element.text-1 {
    font-size: 23px;
  }

  span.text-element.text-2 {
    font-size: 23px;
  }

  a.link-text.text-link-2 {
    font-size: 16px;
  }
}

@media screen and (max-width: 447px) {
  /* Text Elements */

  h1.Heading_1 {
    font-size: 15px;
  }

  span.text-element.text-2 {
    font-size: 20px;
  }

  span.text-element.text-1 {
    font-size: 17px;
  }

  a.link-text.text-link-2 {
    font-size: 14px;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].column-2 {
    float: left;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 326px) {
  /* Text Elements */

  h1.Heading_1 {
    font-size: 16px;
  }

  span.text-element.text-2 {
    font-size: 14px;
  }

  span.text-element.text-1 {
    font-size: 13px;
  }

  a.link-text.text-link-2 {
    font-size: 10px;
  }
}