/* Text Elements */

h6.heading-3 {
  text-align: center;
}

/* Layout Elements */

body.body-1 {
  display: block;
  background-color: #007fff;
}

@media screen and (min-width: 37.5625rem) {
  /* Text Elements */

  h3.heading-1 {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 52px;
    font-family: 'Capriola', sans-serif;
  }

  h4.heading-2 {
    margin-bottom: 0;
    padding-bottom: 9px;
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 185, .91) 20%, rgba(255, 255, 185, .91) 80%, rgba(29, 30, 33, 0) 95%);
    background-image:    -moz-linear-gradient(left, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 185, .91) 20%, rgba(255, 255, 185, .91) 80%, rgba(29, 30, 33, 0) 95%);
    background-image:      -o-linear-gradient(left, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 185, .91) 20%, rgba(255, 255, 185, .91) 80%, rgba(29, 30, 33, 0) 95%);
    background-image:         linear-gradient(90deg, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 185, .91) 20%, rgba(255, 255, 185, .91) 80%, rgba(29, 30, 33, 0) 95%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: repeat;
    text-align: center;
    font-weight: 700;
    font-family: 'Capriola', sans-serif;

    background-blend-mode: normal;
  }

  h5.heading-4 {
    margin-top: 6px;
    margin-bottom: 0;
    padding-left: 30px;
    color: #fff;
    font-weight: 400;
    font-size: 31px;
    font-family: 'Capriola', sans-serif;
    line-height: 39px;

    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
  }

  h6.heading-3 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 12px 30px 9px;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 185, .91) 0%, rgba(0, 146, 82, 1) 95%, rgba(29, 30, 33, 0) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 185, .91) 0%, rgba(0, 146, 82, 1) 95%, rgba(29, 30, 33, 0) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 185, .91) 0%, rgba(0, 146, 82, 1) 95%, rgba(29, 30, 33, 0) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 185, .91) 0%, rgba(0, 146, 82, 1) 95%, rgba(29, 30, 33, 0) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: repeat;
    font-weight: 700;
    font-family: 'Capriola', sans-serif;
    line-height: 30px;

    -webkit-text-stroke-color: rgba(255, 255, 185, .87);
    -webkit-text-stroke-width: 0;
    background-blend-mode: normal;
  }

  /* Layout Elements */

  body.body-1 {
    display: block;
    background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: repeat;

    background-blend-mode: normal;
  }
}