/* Text Elements */

h1.site-title {
  position: absolute;
  visibility: hidden;
  clear: none;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  text-decoration: underline;
  text-transform: lowercase;
  white-space: nowrap;
  font-weight: 800;
  font-size: 50px;
  font-family: Copperplate, 'Copperplate Gothic Light', fantasy;
  line-height: 1;
}

h2.heading-1 {
  position: absolute;
  visibility: collapse;
  overflow: hidden;
  margin-bottom: 0;
  padding-right: 0;
  padding-bottom: 0;
  color: #1e1e1b;
  text-align: center;
  text-transform: lowercase;
  text-shadow: #78828c 2px 2px 5px;
  white-space: nowrap;
  font-weight: 600;
}

h3 {
  color: #2a617d;
  font-size: 20px;
  font-family: 'Montserrat', cursive;
}

h3.section-title {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 20px 10px;
  background-color: #1e1e1b;
  background-image: -webkit-linear-gradient(bottom, rgba(114, 149, 89, 1) 0%, rgba(30, 30, 27, 1) 100%);
  background-image:    -moz-linear-gradient(bottom, rgba(114, 149, 89, 1) 0%, rgba(30, 30, 27, 1) 100%);
  background-image:      -o-linear-gradient(bottom, rgba(114, 149, 89, 1) 0%, rgba(30, 30, 27, 1) 100%);
  background-image:         linear-gradient(0deg, rgba(114, 149, 89, 1) 0%, rgba(30, 30, 27, 1) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;
  color: #d7d69a;
  text-align: center;
  font-weight: 800;
  font-style: italic;
  font-size: 31px;
  font-family: 'Handlee', cursive;

  background-blend-mode: normal;
}

p.paragraph.intro-text {
  padding-right: 7px;
  padding-left: 10px;
  color: #384c00;
  font-weight: 700;
  font-size: 17px;
  font-family: 'Delius Swash Caps', cursive;
}

p.paragraph.footer-text-copyright {
  font-size: 10px;
}

p.paragraph span.paragraph-text-4 {
  color: #b9e29c;
}

p.paragraph span.paragraph-text-5 {
  color: #b9e29c;
}

p.paragraph span.paragraph-text-6 {
  font-style: italic;
}

a.link-text.footer-nav {
  padding: 5px 15px 5px 5px;
  color: #424345;
  font-family: 'Montserrat', cursive;
}

/* Layout Elements */

body.body-1 {
  background-color: #1e1e1b;
  opacity: .94;
}

.container.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-bottom: 15px;
  min-width: 10px;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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.site-header {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  visibility: visible;
  clear: none;
  min-width: 0;
}

.container.top-logo-mob {
  min-width: 0;
  width: 100%;
  background-color: #1e1e1b;
  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.top-logo-other {
  position: absolute;
  visibility: hidden;
  -ms-flex-order: 0;
  float: none;
  overflow: auto;
  min-width: 0;

  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
          align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
     -moz-box-ordinal-group: 1;
          order: 0;
}

.container.hero-section {
  background-color: #729559;
}

a.responsive-picture.picture-link-2 {
  margin-right: auto;
  margin-left: auto;
  min-height: 0;
  max-width: 400px;
  width: 100%;
}

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

  h1.site-title {
    position: static;
    display: block;
    visibility: visible;
    float: none;
    clear: none;
    overflow: hidden;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0;
    max-width: none;
    vertical-align: baseline;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 800;
    font-style: normal;
    font-variant: normal;
    font-size: 70px;
    font-family: Copperplate, 'Copperplate Gothic Light', fantasy;
  }

  h2.heading-1 {
    position: static;
    visibility: visible;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    color: #384c00;
    text-align: left;
    text-transform: none;
    text-shadow: none;
    font-size: 25px;
    font-family: 'Alex Brush', cursive;
  }

  h3.section-title {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    background-color: #1e1e1b;
    background-image: -webkit-linear-gradient(bottom, rgba(114, 149, 89, 1) 0%, rgba(30, 30, 27, 1) 100%);
    background-image:    -moz-linear-gradient(bottom, rgba(114, 149, 89, 1) 0%, rgba(30, 30, 27, 1) 100%);
    background-image:      -o-linear-gradient(bottom, rgba(114, 149, 89, 1) 0%, rgba(30, 30, 27, 1) 100%);
    background-image:         linear-gradient(0deg, rgba(114, 149, 89, 1) 0%, rgba(30, 30, 27, 1) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;
    color: #d7d69a;
    font-weight: 800;
    font-style: italic;
    font-size: 31px;
    font-family: 'Handlee', cursive;

    background-blend-mode: normal;
  }

  p.paragraph.footer-text-copyright {
    text-align: right;
    font-size: 9px;
  }

  p.paragraph.intro-text {
    padding-right: 20px;
    padding-left: 20px;
    font-weight: 700;
    font-size: 19px;
    font-family: 'Delius Swash Caps', cursive;
  }

  a.link-text.footer-nav {
    padding: 5px 25px 10px 20px;
  }

  a.link-text.nav-button:last-of-type {
    border-right: .0625rem solid #000;
  }

  /* Layout Elements */

  body.body-1 {
    background-color: #1e1e1b;
    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.site-header {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    visibility: collapse;
  }

  .container.top-logo-other {
    position: absolute;
    display: block;
    visibility: visible;
    padding-right: 0;
    width: 100%;
    background-color: #1e1e1b;
    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.footer-nav {
    margin-bottom: 5px;
  }

  .container.hero-section {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .container.top-logo-mob {
    background-color: #1e1e1b;
  }

  a.responsive-picture.picture-link-2 {
    position: -webkit-sticky;
    position:         sticky;
    float: left;
    padding: 10px;
    min-width: 200px;
    min-height: 200px;
    width: 0;
  }

  a.responsive-picture.picture-link-3 {
    position: relative;
    float: left;
    padding: 10px;
    min-width: 300px;
    min-height: 200px;
    width: 0;
  }
}

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

  h1.site-title {
    position: static;
    padding-top: 60px;
    padding-left: 20px;
    min-width: 0;
    max-width: none;
    font-size: 100px;
    font-family: Copperplate, 'Copperplate Gothic Light', fantasy;
  }

  h2.heading-1 {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    min-width: 0;
    min-height: 0;
    max-width: 500px;
    color: #384c00;
    text-align: left;
    text-transform: none;
    text-shadow: none;
    font-size: 34px;
    font-family: 'Alex Brush', cursive;
  }

  h3.section-title {
    background-color: #1e1e1b;
    background-image: -webkit-linear-gradient(bottom, rgba(114, 149, 89, 1) 0%, rgba(30, 30, 27, 1) 100%);
    background-image:    -moz-linear-gradient(bottom, rgba(114, 149, 89, 1) 0%, rgba(30, 30, 27, 1) 100%);
    background-image:      -o-linear-gradient(bottom, rgba(114, 149, 89, 1) 0%, rgba(30, 30, 27, 1) 100%);
    background-image:         linear-gradient(0deg, rgba(114, 149, 89, 1) 0%, rgba(30, 30, 27, 1) 100%);
    color: #d7d69a;

    background-blend-mode: normal;
  }

  p.paragraph.intro-text {
    margin-bottom: 1rem;
    padding-right: 100px;
    padding-left: 100px;
  }

  /* Layout Elements */

  .container.hero-section {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
  }

  .container.footer {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
  }

  .container.top-logo-other {
    position: relative;
    display: block;
    float: none;
    clear: none;
    min-width: 5000px;
    width: auto;
  }

  a.responsive-picture.picture-link-3 {
    float: left;
    min-width: 400px;
    min-height: 0;
    max-width: none;
  }
}