/* Text Elements */

h1.hero-heading-home {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 16px 32px 0 0;
  color: #fffdee;
  text-align: left;
  letter-spacing: -1px;
  font-weight: 400;
  font-size: 56px;
  font-family: 'Fredoka One', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  line-height: 1.1;
}

p.paragraph.index-article-paragraph {
  display: block;
  margin-top: -24px;
  margin-bottom: 0;
  max-width: 600px;
  color: #000;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
  line-height: 30px;
}

span.text-element.footer-text {
  color: #000;
  font-weight: 400;
  font-size: 34px;
  font-family: 'Fredoka One', cursive;
  line-height: 33px;
}

span.text-element span.text-text-1 {
  font-weight: 300;
  font-size: 1.25rem;
}

a.link-text.logo-navbar {
  padding: 4px 10px;
  color: #00a94b;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 900;
  font-size: 32px;
  font-family: 'Fredoka One', cursive;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .25s;
     -moz-transition-duration: .25s;
       -o-transition-duration: .25s;
          transition-duration: .25s;
}

a.link-text.nav-link-menu {
  padding: 4px 10px;
  color: #238dda;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .25s;
     -moz-transition-duration: .25s;
       -o-transition-duration: .25s;
          transition-duration: .25s;
}

a.link-text.nav-link-menu.summer-camp {
  color: #f6cb00;
  font-size: 20px;
}

a.link-text.after-school.nav-link-menu {
  color: #f4342f;
  font-size: 20px;
  font-family: Poppins, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a.link-text.about-us.nav-link-menu {
  font-size: 20px;
}

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

a.link-text span.text-link-text-2 {
  color: #355e3b;
  font-weight: 700;
}

a.link-text span.text-link-text-3 {
  color: #f4342f;
}

a.link-text.nav-link-menu:hover {
  color: #b5b5b5;
}

a.link-text.after-school.nav-link-menu:hover {
  color: transparent;

  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #f4342f;
}

a.link-text.nav-link-menu.summer-camp:hover {
  color: transparent;

  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #f6cb00;
}

a.link-text.about-us.nav-link-menu:hover {
  color: transparent;

  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #238dda;
}

/* Interaction Elements */

a.link-button.action-button {
  margin-top: 24px;
  padding: 16px 32px;
  border-radius: 0;
  background-color: #238dda;
  color: #fffdee;
  text-align: left;
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 16px;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;

  -webkit-text-stroke-color: #1f2029;
}

a.link-button.action-button:hover {
  box-shadow: #000 6px 6px 0 0;
}

/* Layout Elements */

body.body-1 {
  overflow: auto;
  background-color: #fffff7;
}

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

  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.container-footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -ms-flex-align: end;
  margin-right: auto;
  margin-left: auto;
  min-height: auto;
  max-width: 1280px;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
}

.container.footer {
  padding: 70px 24px 48px;
  min-height: 0;
  background-color: #ff7518;
}

.container.social-icons-container {
  margin-top: 0;
}

.container.content-hero-wrapper {
  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;
  -ms-flex-pack: start;
  -ms-flex-align: start;
  padding: 48px 16px 48px 48px;
  max-width: 1200px;

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

.container.gocamp-hero-section {
  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;
  -ms-flex-pack: end;
  -ms-flex-align: end;
  min-height: 90vh;
  background-image: url('../images/Pumpkin%20Dash%20Logo%20NO%20Date.JPG');
  background-attachment: fixed;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: contain;
  background-repeat: no-repeat;

  background-blend-mode: normal;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
}

.container.neutral-navbar {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 24px;
  max-width: none;
  width: auto;
  border-bottom-width: .0625rem;
  border-bottom-style: solid;
  background-color: #fffded;
  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;

  -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;
  background-blend-mode: normal;
}

.container.big-content-wrapper {
  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;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  max-width: 930px;
  width: 100%;

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

.container.articles-section {
  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;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 48px 16px;
  min-height: 100vh;
  background-color: #fffdee;

  -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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  grid-area: block-8;
}

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

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

@media screen and (max-width: 60rem) {
  /* Text Elements */

  h1.hero-heading-home {
    max-width: 80%;
    font-size: 6.03vw;
  }

  span.text-element.footer-text {
    margin-bottom: 0;
  }

  /* Layout Elements */

  .container.container-footer-wrapper {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: justify;
    -ms-flex-align: end;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
  }

  .container.social-icons-container {
    margin-top: 16px;
  }
}

@media screen and (max-width: 48rem) {
  /* Text Elements */

  h1.hero-heading-home {
    font-size: 42px;
  }

  a.link-text.logo-navbar {
    display: block;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    width: auto;
  }

  a.link-text.nav-link-menu {
    display: block;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 0;
    width: 100%;
    color: #fffff7;
    text-align: center;
    font-weight: 900;
    font-size: 44px;
  }

  a.link-text.after-school.nav-link-menu {
    font-size: 28px;
  }

  a.link-text.nav-link-menu.summer-camp {
    font-size: 28px;
  }

  a.link-text.about-us.nav-link-menu {
    color: #238dda;
    font-size: 28px;
  }

  /* Layout Elements */

  .container.navigation-links {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 500;
    visibility: hidden;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .95);
    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: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
  }

  .container.neutral-navbar {
    position: static;
    z-index: 1000;
    -ms-flex-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fffded;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.navigation-links.show-menu {
    top: 0;
    visibility: visible;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    opacity: 1;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  a.glyph.mobile-nav-button {
    display: block;
    color: #000;
    text-align: right;
    font-size: 34px;
    line-height: 1;
  }

  a.glyph.close-button-cross.mobile-nav-button {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    padding-top: 20px;
    padding-right: 24px;
    color: #fff;
  }
}

@media screen and (max-width: 35.3125rem) {
  /* Text Elements */

  h1.hero-heading-home {
    font-size: 32px;
  }

  p.paragraph.index-article-paragraph {
    text-align: left;
  }

  span.text-element.footer-text {
    font-size: 28px;
    line-height: 29px;
  }

  /* Layout Elements */

  .container.footer {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container.gocamp-hero-section {
    background-attachment: scroll, scroll;
  }

  .container.content-hero-wrapper {
    padding-bottom: 24px;
    padding-left: 24px;
  }

  .container.big-content-wrapper {
    -ms-flex-align: start;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 20rem) {
  /* Text Elements */

  h1.hero-heading-home {
    font-size: 32px;
    line-height: 1.1;
  }

  span.text-element.footer-text {
    display: block;
    text-align: center;
  }

  /* Layout Elements */

  .container.container-footer-wrapper {
    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;
    -ms-flex-pack: center;
    -ms-flex-align: center;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -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;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
  }
}