/* Text Elements */

h1.heading-1 {
  margin-right: auto;
  margin-left: auto;
  color: #661616;
  text-align: center;
  font-size: 20px;
}

h1.header-hdg.heading-1 {
  margin-top: 10px;
}

h1.heading-2 {
  font-size: 26px;
}

p.paragraph.para-main-info {
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
  padding-bottom: 10px;
  max-width: 80%;
  font-size: 12px;
}

p.paragraph.para-lead {
  padding-top: 5px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 15px;
}

a.link-text.menu-item {
  color: #661616;
  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-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.dropdown-pane {
  width: 250px;
  background-color: #e6e2d3;
}

.container.container-1.parent {
  min-height: 45px;
  max-width: none;
  height: 45px;
  background-color: #dbd0a3;
  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;
}

.container.ample-top-padding.container-2 {
  padding-top: 50px;
  background-color: #e6e2d3;
}

.container.container-4.first-child-2 {
  min-height: 45px;
  height: 45px;
}

.container.ample-top-padding {
  padding-top: 50px;
  background-color: #e6e2d3;
}

span.glyph.dropdown-btn {
  margin-top: 10px;
  margin-right: 10px;
  color: #661616;
  font-size: 18px;
}

div.responsive-picture.picture-1 {
  padding-right: 10px;
  padding-left: 10px;
  max-width: none;
}

div.responsive-picture.pic-main-info {
  margin-right: auto;
  margin-left: auto;
  padding: 10px 10px 5px;
  max-width: 90%;
}

@media screen and (min-width: 25rem) {
  /* Text Elements */

  h1.section-title {
    font-size: 26px;
  }

  h1.heading-2 {
    font-size: 28px;
  }

  p.paragraph.para-lead {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
  }

  p.paragraph.para-main-info {
    font-size: 14px;
  }
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h1.heading-1 {
    font-size: 26px;
  }

  h1.section-title {
    font-size: 28px;
  }

  h1.heading-2 {
    font-size: 30px;
  }

  h1.header-hdg.heading-1 {
    font-size: 20px;
  }

  h1 span.heading-text-1 {
    font-weight: 600;
  }

  h1 span.heading-text-3 {
    font-size: .75rem;
  }

  p.paragraph.para-lead {
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 15px;
  }

  p.paragraph.para-main-info {
    font-size: 16px;
  }

  /* Layout Elements */

  .container.container-4.first-child-2 {
    min-height: 45px;
  }

  .container.container-1.parent {
    background-color: #dbd0a3;
  }

  span.glyph.dropdown-btn {
    font-size: 22px;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h1.heading-1 {
    font-size: 28px;
  }

  h1.section-title {
    padding-top: 29px;
    font-size: 32px;
  }

  h1.header-hdg.heading-1 {
    padding-left: 20px;
  }

  h1.heading-2 {
    font-size: 32px;
  }

  p.paragraph.para-main-info {
    padding-top: 0;
    padding-bottom: 15px;
    font-size: 18px;
  }

  p.paragraph.para-lead {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 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: 45px;
    height: 45px;
    background-color: #dbd0a3;

    -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 {
    min-height: 50px;
    height: 50px;

    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
            align-self: flex-start;
  }

  .container.ample-top-padding.container-2 {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .container.dropdown-pane {
    background-color: #e6e2d3;
  }

  div.responsive-picture.pic-main-info {
    padding-bottom: 5px;
  }
}