/* Text Elements */

h1.heading-1 {
  margin-left: 0;
  color: #000;
  text-align: center;
  font-weight: 800;
}

h1.heading-2 {
  margin-top: 33px;
  color: #000;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
}

h1.heading-3 {
  margin-top: 14px;
  color: #fff;
  text-align: center;
  font-weight: 800;
  font-size: 18px;
}

h1 span.heading-text-1 {
  font-size: 20px;
}

p.paragraph.paragraph-1 {
  margin-top: 0;
  font-size: 18px;
}

a.link-text.text-link-1 {
  border-width: 1px;
  border-style: solid;
  color: #fff;
  text-align: center;
  font-weight: 800;
  font-size: 18px;
}

a.link-text.text-link-2 {
  border-width: 1px;
  border-style: solid;
  color: #fff;
  text-align: center;
  font-weight: 800;
  font-size: 18px;
}

a.link-text.text-link-3 {
  border-width: 1px;
  border-style: solid;
  color: #fff;
  text-align: center;
  font-weight: 800;
  font-size: 18px;
}

a.link-text.text-link-4 {
  border-width: 1px;
  border-style: solid;
  color: #fff;
  text-align: center;
  font-weight: 800;
  font-size: 18px;
}

/* Layout Elements */

body > .row.row-1 {
  padding-bottom: 0;
  max-width: none;
  width: auto;
}

body > .row > [class*='coffee-span-'].column-2 {
  margin-top: 17px;
  padding-bottom: 26px;
  min-height: 45px;
  background-color: #000;
}

body.grid-1 {
  background-color: #fff;
}

body > .row > [class*='coffee-span-'].column-4 {
  min-height: 1304px;
  background-image: url('../party.gif');
  background-position: center bottom;
  background-size: cover;
}

body > .row > [class*='coffee-span-'].column-5 {
  margin-left: 8%;
}

body > .row > [class*='coffee-span-'].column-1 {
  margin-top: -7px;
}

body > .row > [class*='coffee-span-'].column-3 {
  margin-top: 14px;
  margin-left: 8%;
}

.subgrid > .row > [class*='coffee-span-'].subgrid-column-1 {
  margin-top: -5px;
  min-height: 30px;
}

.row > [class*='coffee-span-'] .subgrid.subgrid-1 {
  margin-top: 9px;
}

.row > [class*='coffee-span-'] .subgrid.subgrid-2 {
  margin-top: 0;
}

@media screen and (max-width: 1562px) {
  /* Text Elements */

  h1.heading-1 {
    margin-left: 0;
    font-size: 39px;
  }

  h1.heading-2 {
    font-size: 36px;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].column-4 {
    min-height: 1007px;
    background-image: url('../party.gif');
  }

  body > .row > [class*='coffee-span-'].column-5 {
    margin-left: 8%;
  }

  body > .row > [class*='coffee-span-'].column-1 {
    margin-top: -5px;
  }
}

@media screen and (max-width: 1319px) {
  /* Text Elements */

  h1.heading-1 {
    font-size: 29px;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].column-4 {
    min-height: 812px;
  }
}

@media screen and (max-width: 1041px) {
  /* Text Elements */

  h1.heading-1 {
    font-size: 24px;
  }

  h1.heading-2 {
    margin-top: 3px;
    font-size: 39px;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].column-1 {
    margin-top: 8px;
  }

  body > .row > [class*='coffee-span-'].column-2 {
    padding-bottom: 3px;
  }
}

@media screen and (max-width: 888px) {
  /* Text Elements */

  h1.heading-1 {
    font-size: 22px;
  }

  h1.heading-2 {
    font-size: 35px;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].column-4 {
    min-height: 557px;
  }
}

@media screen and (max-width: 732px) {
  /* Text Elements */

  h1.heading-2 {
    font-size: 37px;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].column-1 {
    margin-top: 7px;
  }

  body > .row > [class*='coffee-span-'].column-4 {
    min-height: 525px;
  }
}

@media screen and (max-width: 592px) {
  /* Text Elements */

  h1.heading-1 {
    font-size: 18px;
  }

  h1.heading-2 {
    font-size: 29px;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].column-4 {
    min-height: 392px;
  }
}

@media screen and (max-width: 456px) {
  /* Text Elements */

  h1.heading-1 {
    font-size: 18px;
  }

  h1.heading-2 {
    font-size: 17px;
  }

  p.paragraph.paragraph-1 {
    text-align: center;
    font-size: 16px;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].column-4 {
    min-height: 308px;
  }
}