/* Text Elements */

h1 span.heading-text-1 {
  color: #3a32ab;
  font-style: italic;
}

h1.heading-1 {
  margin-top: 7px;
  padding-top: 7px;
  color: #eb935c;
  text-align: center;
}

/* Layout Elements */

body > .row > [class*='coffee-span-'].column-1 {
  margin-top: 25px;
}

body.grid-1 {
  background-color: #0f050f;
}

body > .row > [class*='coffee-span-'].column-2 {
  margin-top: 15px;
  background-color: #eb935c;
}

div.responsive-picture.picture-1 {
  position: relative;
  right: auto;
  float: none;
  max-width: none;
  width: 100%;
}

@media screen and (max-width: 1571px) {
  div.responsive-picture.picture-1 {
    right: auto;
  }
}

@media screen and (max-width: 650px) {
  /* Text Elements */

  h1.heading-1 {
    text-align: center;
  }

  h1 span.heading-text-1 {
    font-size: 36px;
  }

  div.responsive-picture.picture-1 {
    right: auto;
  }
}

@media screen and (max-width: 350px) {
  /* Text Elements */

  h1 span.heading-text-1 {
    font-size: 30px;
  }

  h1.heading-1 {
    margin-top: 7px;
    padding-top: 0;
    text-align: center;
  }

  div.responsive-picture.picture-1 {
    margin-top: -9px;
    max-width: 800px;
  }
}