/* Text Elements */

h1.heading-1 {
  margin-left: 30px;
  color: #fff;
}

h3.heading-3 {
  font-size: 20px;
}

p.paragraph.paragraph-1 {
  margin-top: 10px;
  padding-top: 0;
  color: #fff;

  justify-self: auto;
}

p.paragraph.paragraph-2 {
  font-style: italic;
  font-size: 15px;
}

a.link-text.menu-item {
  color: rgba(255, 255, 255, .82);
  font-weight: 400;
  font-size: 15px;
  -webkit-transition-duration: .3s;
     -moz-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
}

a.link-text.menu-item:hover {
  font-weight: 600;
  font-size: 16px;
  -webkit-transition-duration: .3s;
     -moz-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
}

/* Layout Elements */

body.body-1 {
  max-width: none;
}

.container.dropdown-wrapper {
  position: relative;
  display: inline-block;
}

.container.container-1 {
  position: fixed;
  z-index: 10;
  padding-right: 10px;
  padding-left: 10px;
  min-height: 100px;
  width: 100%;
  height: 110px;
  background-color: rgba(128, 50, 128, .8);
}

.container.container-2 {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  padding-top: 120px;
  padding-right: 10px;
  padding-left: 10px;
  min-height: 19px;
  height: auto;
  background-color: #18c5f0;
}

.container.container-3 {
  height: 50px;
}

.container.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: start;
  -ms-flex-align: center;
  min-height: 60px;
  height: 60px;

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

.container.container-3.first-child-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;

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

.container.dropdown-pane {
  width: 250px;
  background-color: rgba(22, 20, 91, .8);
}

.container.container-1.parent {
  max-width: none;
  background-color: rgba(22, 20, 91, .82);
}

.container.ample-top-padding.container-2 {
  padding-top: 130px;
  background-color: #e6e2d3;
}

div.responsive-picture.picture-1 {
  margin-right: auto;
  margin-left: auto;
  max-width: none;
  width: 100%;
}

span.glyph.dropdown-btn {
  color: #fff;
}

.html-element.html-element-1 {
  margin-top: 5px;
  min-height: 35px;
  width: 300px;
  height: 35px;
}

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

  h1.heading-1 {
    font-size: 26px;
  }

  h2.heading-2 {
    font-size: 24px;
  }

  h3.heading-3 {
    font-size: 22px;
  }

  /* Layout Elements */

  .container.container-3.first-child-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  div.responsive-picture.picture-1 {
    margin-right: auto;
    margin-left: auto;
  }
}

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

  h1.heading-1 {
    font-size: 28px;
  }

  h2.heading-2 {
    font-size: 26px;
  }

  h3.heading-3 {
    font-size: 24px;
  }

  p.paragraph.paragraph-1 {
    margin-right: 10px;
  }

  p.paragraph.paragraph-3 {
    margin-bottom: 20px;
  }

  /* Layout Elements */

  .container.container-1.parent {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    min-height: 60px;
    height: 60px;

    -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;
  }

  .container.container-4.first-child-2 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
            align-self: flex-start;
  }

  .container.container-3.first-child-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-order: 1;
    -ms-flex-align: center;

    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
            align-self: auto;
    -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.ample-top-padding.container-2 {
    padding-top: 85px;
    padding-bottom: 20px;
  }

  .html-element.html-element-1 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}