/* Text Elements */

h1 {
  margin-bottom: 0;
  color: #cab32e;
  text-align: center;
  font-size: 32px;
  font-family: 'Playfair Display SC', serif;
  line-height: 1;
}

h1.heading-1 {
  margin-bottom: 20px;
  color: #6a987a;
  font-family: 'Quicksand', sans-serif;
}

h2 {
  margin-bottom: 30px;
  color: #848484;
  text-align: center;
  font-size: 24px;
  font-family: 'Playfair Display SC', serif;
  line-height: 1.2;
}

h2.heading-2 {
  margin-bottom: 20px;
  color: #000;
  font-family: 'Quicksand', sans-serif;
}

/* Layout Elements */

.container.col-fs {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 40px;
  min-height: 100vh;
  height: 100%;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: no-repeat, no-repeat;

  background-blend-mode: normal, normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
}

.container.cont-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 40px;
  background-color: #fff;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  background-blend-mode: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.col-fs.column-type {
  background-color: #edd8b7;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

div.responsive-picture.picture-1 {
  margin-bottom: 20px;
  max-width: 100px;
}

@media screen and (min-width: 40rem) {
  /* Layout Elements */

  .container.col-fs {
    -ms-flex-pack: start;
    -ms-flex-align: start;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }

  .container.cont-content {
    padding: 60px;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h1 {
    color: #cab32e;
    font-family: 'Playfair Display SC', serif;
  }

  h2 {
    color: #848484;
    font-family: 'Playfair Display SC', serif;
  }

  /* Layout Elements */

  .container.row-type {
    max-width: 1920px;
  }
}