/* Text Elements */

h1 {
  margin-top: 0;
  margin-bottom: .5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 48px;
  font-family: 'Roboto Condensed', cursive;
}

h1.heading-1 {
  margin-bottom: 0;
  text-align: center;
  font-weight: 400;
  font-size: 31px;
  font-family: 'DM Sans', sans-serif;

  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
  justify-self: center;
}

h1.heading-4 {
  margin-bottom: 0;
  text-align: center;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

h2.heading-2 {
  text-align: center;
  font-size: 52px;
}

h2.heading-5 {
  color: rgba(11, 27, 201, .87);
  text-align: center;
  font-size: 56px;

  -webkit-text-stroke-color: #000;
}

h4.heading-3 {
  text-align: center;
  font-size: 29px;
}

p.paragraph.paragraph-1 {
  text-align: center;
  font-size: 29px;
}

/* Interaction Elements */

a.link-button.btn {
  display: block;
  padding-right: 0;
  padding-left: 0;
  background-color: #1364e2;

  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
          align-self: auto;
  grid-area: elementArea;
}

/* Layout Elements */

body.body-1 {
  margin-right: 4px;
  margin-left: 4px;
}

.container-grid.carousel.medium-carousel {
  height: 400px;
  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-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-property: all;
     -moz-transition-property: all;
       -o-transition-property: all;
          transition-property: all;

  background-blend-mode: normal;
}

a.responsive-picture.carousel-item {
  max-width: none;
  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: auto auto;
  background-repeat: repeat;

  background-blend-mode: normal;
}

a.responsive-picture.carousel-item.medium-carousel {
  width: 400px;
  height: 400px;
  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;
}

a.responsive-picture.carousel-item.medium-carousel > picture {
  height: 400px;
}

.container-grid.container-2 {
  display: grid;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  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;

  grid-template-columns: 10% 80% 10%;
  grid-template-rows: auto;
  background-blend-mode: normal;
  justify-self: center;
  align-self: center;
}

.container-grid.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

.container-grid.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;

  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
  justify-self: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container-grid.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;

  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container-grid.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;

  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container-grid.container-7 {
  display: grid;

  grid-template-columns: repeat(5 , auto);
  grid-template-rows: auto;
}

div.responsive-picture.picture-1 {
  max-width: 75%;
}

.container-grid.container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

@media screen and (min-width: 37.5625rem) {
  /* Text Elements */

  h1 {
    font-size: 52px;
  }

  .container-grid.carousel.medium-carousel {
    height: 600px;
  }

  a.responsive-picture.carousel-item.medium-carousel {
    width: 600px;
    height: 600px;
  }

  a.responsive-picture.carousel-item.medium-carousel > picture {
    height: 600px;
  }
}

@media screen and (min-width: 62.0625rem) {
  /* Text Elements */

  h1 {
    font-size: 70px;
  }

  .container-grid.carousel.medium-carousel {
    height: 600px;
  }
}

@media screen and (min-width: 75.0625rem) {
  /* Text Elements */

  h1 {
    font-size: 56px;
  }

  .container-grid.carousel.medium-carousel {
    height: 760px;
  }

  a.responsive-picture.carousel-item.medium-carousel {
    width: 760px;
    height: 760px;
  }

  a.responsive-picture.carousel-item.medium-carousel > picture {
    height: 760px;
  }
}

@media screen and (min-width: 87.5rem) {
  .container-grid.carousel.medium-carousel {
    height: 800px;
  }
}