/* Text Elements */

h1.heading-1 {
  background-color: #fafbfb;
  text-align: center;
}

h2.heading-2 {
  border-radius: 20px;
  text-align: center;
}

blockquote.blockquote-1 {
  text-align: center;
}

blockquote.blockquote-3 {
  margin: auto;
  padding-top: 74px;
  padding-right: 24px;
  padding-left: 20px;
  width: 95%;
}

blockquote.blockquote-4 {
  width: 95%;
}

blockquote.blockquote-2 {
  margin-top: 24px;
  padding-bottom: 0;
  width: 450px;
  text-align: center;
  font-weight: 400;
  font-size: 36px;
}

blockquote.blockquote-5 {
  color: #ee0d0d;
  text-align: center;
  font-weight: 500;
  font-size: 21px;
}

blockquote span.blockquote-text-1 {
  color: #000;
}

blockquote span.blockquote-text-2 {
  color: #ee0d0d;
}

a.link-text.navlink {
  padding: 10px;
  color: #1c0c0e;
  text-align: center;
  text-decoration: none;
}

a.link-text span.text-link-text-1 {
  color: #00e;
}

/* Layout Elements */

body.body-1 {
  background-color: #fafbfb;
}

.container.container-1 {
  background-color: #05caa5;
}

.container.container-2 {
  padding-left: 0;
  width: auto;
}

.container.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  padding: 0;
  background-color: #fafbfb;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.navigation-links {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.container-3 {
  position: static;
  width: 95%;
}

.container.container-4 {
  width: 20%;
}

.container.container-5 {
  text-align: center;
}

.container.container-6 {
  height: 200px;
}

div.responsive-picture.picture-1 {
  margin-top: 14px;
  margin-bottom: 14px;
  padding-right: 12px;
  padding-left: 14px;
  width: 100%;
  border-radius: 20px;
}

div.responsive-picture.picture-2 {
  display: block;
  margin: 14px 0 14px 50px;
  padding: 14px 0 14px 14px;
  width: 95%;
  -webkit-column-count: auto;
     -moz-column-count: auto;
          column-count: auto;
}

div.responsive-picture.picture-3 {
  width: 95%;
}

.html-element.navigation-code {
  display: none;
}

a.glyph.mobile-nav-button {
  display: none;
}

div.responsive-picture.picture-4 {
  padding-top: 0;
  padding-bottom: 1px;
  width: 98%;
  background-color: #1c0c0e;
}

div.responsive-picture.picture-5 {
  width: 99%;
  height: 100%;
  background-color: #1c0c0e;
}

div.responsive-picture.picture-5 > picture {
  height: 100%;
}

@media screen and (max-width: 37.5rem) {
  /* Layout Elements */

  .container.navigation-links {
    position: fixed;
    top: 65px;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: start;
    -ms-flex-align: center;
    background-color: #ffeebd;
    opacity: 0;
    -webkit-transition-duration: .3s;
       -moz-transition-duration: .3s;
         -o-transition-duration: .3s;
            transition-duration: .3s;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.navigation-links.show-menu {
    visibility: visible;
    opacity: 1;
  }

  a.glyph.mobile-nav-button {
    display: block;
    font-size: 34px;
    line-height: 1;
  }
}