/* Text Elements */

h1 span.heading-text-1 {
  line-height: 1.2;
}

h1.heading-1 {
  margin-top: 18px;
  border-width: 2px;
  border-style: solid;
  color: #ebf0f5;
  text-align: center;
}

span.text-element.text-1 {
  margin-top: 14px;
  color: #f5edf5;
  font-size: 20px;
}

span.text-element.text-2 {
  color: #f0e6f0;
  text-align: center;
  font-size: 17px;
}

/* Layout Elements */

body > .row > [class*='coffee-span-'].column-1 {
  margin-top: 31px;
}

body.grid-1 {
  background-color: #0a030a;
}

body > .row > [class*='coffee-span-'].column-2 {
  position: static;
  margin-right: 0;
  margin-left: 0;
}

div.responsive-picture.picture-1 {
  float: none;
  clear: both;
  margin-right: auto;
  margin-left: auto;
  max-width: 270px;
}

div.responsive-picture.picture-1 > picture {
  margin: 0;
}

@media screen and (max-width: 1568px) {
  /* Layout Elements */

  body > .row > [class*='coffee-span-'].column-2 {
    margin-top: 15px;
  }

  div.responsive-picture.picture-1 {
    margin-right: auto;
    margin-left: auto;
    max-width: 280px;
  }
}

@media screen and (max-width: 661px) {
  div.responsive-picture.picture-1 {
    max-width: 230px;
  }
}

@media screen and (max-width: 338px) {
  /* Text Elements */

  h1.heading-1 {
    font-size: 30px;
  }

  span.text-element.text-1 {
    font-size: 18px;
  }

  div.responsive-picture.picture-1 {
    max-width: 150px;
  }
}

@media screen and (max-width: 261px) {
}