/* Text Elements */

h1.heading-2 {
  color: #000fc0;
  text-align: center;
  font-weight: 800;
  font-size: 32px;
}

h1.heading-3 {
  color: #000fc0;
  text-align: center;
  font-weight: 700;
  font-size: 32px;
}

h1.heading-4 {
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}

h1.heading-5 {
  color: #000fc0;
  text-align: center;
  font-weight: 800;
  font-size: 32px;
}

h1.heading-6 {
  margin-top: -7px;
  color: #000fc0;
  text-align: center;
  font-weight: 600;
  font-size: 30px;
}

a.link-text.text-link-1 {
  color: #000fc0;
  text-align: center;
  text-decoration: underline;
  font-weight: 800;
  font-size: 32px;
}

a.link-text.text-link-2 {
  margin-top: 15px;
  color: #fff;
  text-align: center;
  text-decoration: underline;
  font-weight: 800;
  font-size: 20px;
}

a.link-text.text-link-3 {
  color: #fff;
  text-align: center;
  text-decoration: underline;
  font-weight: 800;
  font-size: 20px;
}

a.link-text.text-link-4 {
  color: #fff;
  text-align: center;
  text-decoration: underline;
  font-weight: 800;
  font-size: 20px;
}

a.link-text.text-link-5 {
  color: #fff;
  text-align: center;
  text-decoration: underline;
  font-weight: 800;
  font-size: 20px;
}

/* Layout Elements */

body > .row.row-1 {
  max-width: none;
  width: auto;
}

body > .row > [class*='coffee-span-'].column-1 {
  margin-top: 24px;
  background-color: transparent;
}

body > .row > [class*='coffee-span-'].column-2 {
  padding-bottom: 14px;
  background-color: #354d6a;
}

body > .row > [class*='coffee-span-'].column-3 {
  margin-top: 13px;
  margin-left: 22%;
  background-color: #0d4486;
}

body.grid-1 {
  background-color: #fff;
}

body > .row > [class*='coffee-span-'].column-4 {
  margin-top: 11px;
  margin-left: 22%;
  padding-bottom: 9px;
  border: 7px solid #000fc0;
  background-color: #d4e2ff;
}

body > .row > [class*='coffee-span-'].column-5 {
  margin-top: 11px;
  margin-left: 22%;
  background-color: #000;
}

body > .row > [class*='coffee-span-'].column-6 {
  margin-top: 55px;
}

a.responsive-picture.picture-link-1 {
  max-width: none;
}

div.responsive-picture.picture-1 {
  margin-right: auto;
  margin-left: auto;
  max-width: 133px;
}

div.responsive-picture.picture-2 {
  margin-right: auto;
  margin-left: auto;
  max-width: 331px;
  border: 1px solid #000;
}

@media screen and (max-width: 1112px) {
  /* Text Elements */

  h1.heading-5 {
    font-size: 24px;
  }

  h1.heading-6 {
    font-size: 26px;
  }
}

@media screen and (max-width: 846px) {
  /* Text Elements */

  h1.heading-6 {
    font-size: 23px;
  }

  h1.heading-5 {
    font-size: 21px;
  }
}

@media screen and (max-width: 709px) {
  /* Text Elements */

  h1.heading-6 {
    font-size: 16px;
  }

  h1.heading-5 {
    font-size: 17px;
  }
}

@media screen and (max-width: 583px) {
  /* Text Elements */

  h1.heading-5 {
    font-size: 15px;
  }

  h1.heading-6 {
    font-size: 16px;
  }

  h1.heading-3 {
    font-size: 18px;
  }

  h1.heading-2 {
    font-size: 24px;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].column-3 {
    margin-left: 4%;
  }

  body > .row > [class*='coffee-span-'].column-4 {
    margin-left: 4%;
  }

  body > .row > [class*='coffee-span-'].column-5 {
    margin-left: 4%;
  }

  div.responsive-picture.picture-1 {
    max-width: 104px;
  }
}