/* Text Elements */

h1 span.heading-text-2 {
  color: #dbdbdb;
  font-weight: 300;
}

h1.logo-heading {
  margin-top: 26px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 12px;
  background-color: transparent;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}

h1.form-heading {
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0;
  background-color: transparent;
  color: rgba(84, 50, 40, .81);
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 17px;
}

h1.section-heading {
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0;
  background-color: transparent;
  color: rgba(84, 50, 40, .81);
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
}

p.paragraph.footer-text {
  margin-top: 55px;
  margin-bottom: 5rem;
  padding-bottom: 5px;
  color: #5e5e5e;
  text-align: center;
  font-size: 14px;
  line-height: 1rem;
}

p.paragraph.main-paragraph {
  margin-top: .4375rem;
  margin-bottom: .4375rem;
  color: #0b0b0b;
  font-size: 14px;
}

p.paragraph {
  padding-left: 0;
  max-width: 600px;
  color: #1c1c1c;
  font-size: 1rem;
  font-family: 'Raleway', sans-serif;
  line-height: 1.6;
}

a.link-text.nav-links {
  color: #fff;
  text-align: center;
  font-size: 21px;
}

/* Interaction Elements */

a.link-button.btn {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* Layout Elements */

body > .row {
  max-width: 1000px;
  background-color: #eceae9;
}

body > .row > [class*='col-xs-'].logo-heading-column {
  padding-right: 0;
  padding-left: 0;
}

body > .row > [class*='col-xs-'].picture-column {
  padding-right: 10px;
  padding-left: 10px;
}

body > .row.main-row {
  width: 100%;
}

body.mail-grid {
  padding-right: 10px;
  padding-left: 10px;
  height: 100%;
  background-image: url('../images/leaf-silhouette-textured-wallpaper.jpg');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;
}

body > .row.picture-row {
  padding-top: 10px;
  width: 100%;
}

body > .row > [class*='col-xs-'] {
  padding-right: 8px;
  padding-left: 8px;
}

body > .row > [class*='col-xs-'].nav-column {
  background-color: #b39489;
}

div.responsive-picture.gallery-image {
  margin: 10px auto;
  max-width: none;
  border: .3125rem solid #fff;
  box-shadow: rgba(11, 11, 11, .5) 0 1px 3px 0;
}

.container-fluid.logo-heading-container {
  padding-right: 15px;
  padding-left: 15px;
  background-color: #0b0b0b;
}

.container-fluid.nav-container {
  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;
  padding: 10px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

span.glyph.nav-icon {
  color: #5e5e5e;
  text-align: center;
  font-size: 17px;
}

a.responsive-picture.logo-picture {
  margin-top: 30px;
  margin-bottom: 10px;
  max-width: none;
  border: .3125rem solid #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;
  box-shadow: rgba(0, 0, 0, .5) 0 1px 3px 0;

  background-blend-mode: normal;
}

a.social-image.share-icons {
  display: block;
  float: left;
  margin: 8px 1%;
  padding: 0;
  width: 100%;
  background-color: #543228;
}

.container-fluid.dropdown-menu.dropdown-pane {
  margin-top: .062rem;
  padding: 1rem;
  max-width: 12.5rem;
  width: 200px;
  text-align: center;
}

div.responsive-picture.about-picture {
  margin: 20px auto 10px;
  max-width: none;
  border: .3125rem solid #fff;
  box-shadow: rgba(11, 11, 11, .5) 0 1px 3px 0;
}

a.social-image.share-icons:hover {
  background-color: #ad2333;
}

@media screen and (min-width: 20rem) {
  /* Text Elements */

  h1.logo-heading {
    text-align: center;
    font-size: 24px;
  }

  /* Layout Elements */

  body > .row > [class*='col-xs-'] {
    padding-right: 15px;
    padding-left: 15px;
  }

  body.mail-grid {
    background-image: url('../images/leaf-silhouette-textured-wallpaper.jpg');
  }
}

@media screen and (min-width: 36rem) {
  /* Text Elements */

  h1.section-heading {
    font-size: 24px;
  }

  a.link-text.nav-links {
    padding-right: 10px;
    padding-left: 10px;
  }

  /* Layout Elements */

  body.mail-grid {
    background-image: url('../images/leaf-silhouette-textured-wallpaper.jpg');
    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;
  }

  .container-fluid.nav-container {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: center;
    -ms-flex-align: center;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

@media screen and (min-width: 48rem) {
  /* Text Elements */

  h1 span.heading-text-3 {
    font-size: 2.25rem;
  }

  h1 span.heading-text-2 {
    font-size: 2.25rem;
  }

  p.paragraph.footer-text {
    margin-right: auto;
    margin-left: auto;
  }

  p.paragraph.main-paragraph {
    max-width: none;
  }

  /* Layout Elements */

  .subgrid {
    margin-right: 0;
    margin-left: 0;
  }

  div.responsive-picture.gallery-image {
    margin-bottom: 10px;
    max-width: none;
  }

  div.responsive-picture.about-picture {
    margin-bottom: 10px;
    max-width: none;
  }
}

@media screen and (min-width: 62rem) {
  /* Text Elements */

  h1 span.heading-text-1 {
    color: rgba(84, 50, 40, .81);
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
    font-variant: normal;
    font-size: 1.0625rem;
  }

  h1 span.heading-text-4 {
    font-weight: 300;
    font-style: italic;
    font-variant: normal;
    font-size: 1.75rem;
  }

  h1 font.heading-text-5 {
    font-size: 2.5625rem;
    font-family: Didot, 'Didot LT STD', 'Hoefler Text', Garamond, 'Times New Roman', serif;
  }

  h1.form-heading {
    padding-top: 15px;
  }

  p.paragraph.main-paragraph {
    max-width: none;
  }

  p.paragraph.paragraph-2 {
    margin-top: 0;
    margin-bottom: 1rem;
    max-width: 930px;
    text-align: justify;
  }

  p.paragraph.paragraph-1 {
    margin-bottom: 1.13rem;
    padding-top: 39px;
    padding-bottom: 8px;
  }

  p.paragraph span.paragraph-text-1 {
    color: #cf0505;
    font-weight: 600;
  }

  p.paragraph span.paragraph-text-2 {
    color: #f60b0b;
  }

  p.paragraph span.paragraph-text-3 {
    color: #fa0505;
  }

  /* Interaction Elements */

  a.link-button.btn {
    margin-bottom: 0;
    padding-bottom: .5rem;
    background-color: #ee9223;
    color: #f8f9fb;
  }

  a.link-button span.button-link-text-2 {
    color: #040509;
    font-weight: 700;
  }

  /* Layout Elements */

  body.mail-grid {
    padding-bottom: 0;
    background-image: url('../images/leaf-silhouette-textured-wallpaper.jpg');
    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;
  }

  body > .row > [class*='col-xs-'].logo-heading-column {
    background-color: #62845d;
    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;
  }

  body > .row > [class*='col-xs-'].column-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 0;
    padding-left: 0;
    min-height: 0;
    height: 50%;
    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;
    text-align: left;

    background-blend-mode: normal;
  }

  body > .row > [class*='col-xs-'].nav-column {
    background-color: #62845d;
  }

  body > .row.row-1 {
    margin-bottom: 0;
  }

  .container-fluid.logo-heading-container {
    background-color: #3d2916;
    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-3 {
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: none;
  }

  div.responsive-picture.gallery-image {
    max-height: none;
  }
}

@media screen and (min-width: 75rem) {
  /* Text Elements */

  p.paragraph.main-paragraph {
    max-width: none;
  }

  span.glyph.nav-icon {
    font-size: 21px;
    line-height: 31px;
  }
}