:root {
  --green: #c3e0b2;
  --g-e-blue: #2973b8;
  --white: white;
  --gold: #a38e6c;
  --hover-blue: #053766;
  --black: black;
  --dusty-blue: #4d5c6a;
  --fuchsia: #da0974;
  --dark-fuchsia: #620434;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.header {
  z-index: 999;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.top-bar-wrapper {
  background-color: var(--green);
  padding: 10px 20px;
}

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

.topbar-box {
  justify-content: center;
  align-items: center;
  display: flex;
}

.topbar-text {
  color: var(--g-e-blue);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.body-test {
  height: 20000px;
}

.navbar {
  background-color: var(--white);
  padding: 20px;
}

.brand-logo {
  background-image: url('../images/greenelliott.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 250px;
  height: 100px;
}

.brand-logo.w--current {
  background-image: url('../images/greenelliott.png');
  background-position: 50%;
  width: 250px;
  height: 100px;
  padding-bottom: 0;
}

.navmenu {
  background-color: var(--white);
  text-align: center;
  justify-content: flex-start;
  width: 100%;
  display: inline-block;
}

.navlink {
  color: var(--g-e-blue);
  margin-left: 5px;
  margin-right: 5px;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.navlink:hover {
  border-bottom: 2px solid var(--hover-blue);
  color: var(--hover-blue);
}

.navlink.w--current {
  border-bottom: 0px solid var(--hover-blue);
  color: var(--hover-blue);
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.navlink.w--current:active {
  border-bottom-width: 2px;
}

.navlink.outline {
  border: 2px solid var(--white);
  color: var(--g-e-blue);
  border-radius: 0;
  transition: all .3s;
}

.navlink.outline:hover {
  border-color: var(--hover-blue);
  color: var(--hover-blue);
}

.section-home-banner {
  background-color: rgba(0, 0, 0, 0);
  min-height: 650px;
  position: relative;
}

.content-body-wrapper {
  min-height: 100px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-blue-box {
  background-color: var(--gold);
  padding-top: 50px;
  padding-bottom: 50px;
}

.content-box {
  margin-left: 50px;
  margin-right: 50px;
}

.caps-text {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, .5);
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.heading-h2-white {
  color: var(--black);
  font-family: Cormorant, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

.heading-h2-white.margin-1 {
  margin-top: 0;
}

.paragraph-white {
  color: #fff;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 33px;
}

.paragraph-white.large {
  text-shadow: 0 0 10px rgba(0, 0, 0, .5);
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
}

.paragraph-white.center {
  text-align: center;
  line-height: 40px;
}

.paragraph-white.short {
  text-shadow: 0 0 10px rgba(0, 0, 0, .5);
  max-width: 800px;
  margin-top: 30px;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

.button-border-white {
  background-color: #6138b6;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 20px 20px 20px 30px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
}

.button-border-white:hover {
  color: #6b6b6b;
  background-color: #fff;
}

.button-border-white.margin-top-1 {
  background-color: var(--gold);
  margin-top: 20px;
  padding-left: 20px;
}

.button-border-white.margin-top-1:hover {
  background-color: var(--white);
  color: var(--gold);
}

.button-border-white.margin-top-2 {
  background-color: var(--g-e-blue);
  margin-top: 70px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
}

.button-border-white.margin-top-2:hover {
  background-color: var(--white);
  color: var(--g-e-blue);
}

.button-border-white.margin-top-3 {
  background-color: var(--g-e-blue);
  margin-top: 30px;
}

.footer-links-wrapper {
  background-color: var(--white);
  padding: 50px;
}

.footer-content-box {
  text-align: center;
  margin-bottom: 30px;
}

.footer-content-box.margin-left {
  margin-left: 50px;
}

.footer-logo {
  width: 200px;
  margin-bottom: 20px;
}

.footer-paragraph {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 23px;
}

.footer-paragraph.lineheight {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  line-height: 30px;
}

.footer-heading-h3 {
  color: var(--g-e-blue);
  margin-top: 0;
  font-family: Cormorant, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.footer-link {
  color: var(--black);
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: var(--hover-blue);
}

.footer-link.w--current {
  color: var(--g-e-blue);
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.footer-link.w--current:hover {
  color: var(--gold);
}

.footer-hours {
  color: var(--black);
  width: 150px;
  font-family: Montserrat, sans-serif;
  display: inline-block;
}

.divider-pink {
  background-color: var(--g-e-blue);
  width: 100%;
  height: 2px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.copywrite-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.social-wrapper {
  align-items: center;
  display: flex;
}

.copyright-text {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.follow-us {
  color: var(--g-e-blue);
  margin-right: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.follow-us-line {
  background-color: var(--g-e-blue);
  width: 40px;
  height: 2px;
  margin-left: 10px;
  display: inline-block;
  position: relative;
  top: -2px;
  overflow: hidden;
}

.social-btn {
  background-color: rgba(0, 0, 0, 0);
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.social-btn:hover {
  background-color: rgba(149, 93, 241, .49);
}

.social-btn.facebook {
  background-image: url('../images/fb.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
}

.social-btn.facebook:hover {
  background-color: rgba(255, 167, 60, .6);
}

.social-btn.twitter {
  background-image: url('../images/twitter.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
}

.social-btn.twitter:hover {
  background-color: rgba(255, 167, 60, .5);
}

.social-btn.insta {
  background-image: url('../images/insta.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
}

.social-btn.insta:hover {
  background-color: var(--dusty-blue);
}

.social-btn.youtube {
  background-image: url('../images/youtube.svg');
  background-position: 50%;
  background-size: 100% 100%;
}

.social-btn.youtube:hover {
  background-color: rgba(255, 167, 60, .5);
}

.home-banner-slider-wrapper {
  background-color: rgba(0, 0, 0, 0);
  height: 650px;
}

.left-arrow, .right-arrow, .slidenav {
  display: none;
}

.slide-1 {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, var(--g-e-blue)), url('../images/AdobeStock_287173619-1-min.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-2 {
  background-image: linear-gradient(to bottom, transparent 50%, var(--g-e-blue)), url('../images/Kids-Band-min.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-3 {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, var(--g-e-blue)), url('../images/AdobeStock_332175739-1-min.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-4 {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, var(--g-e-blue)), url('../images/Violin.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slider-mask-gradient {
  position: relative;
}

.slider-content-wrapper {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 220px;
  padding-left: 100px;
  padding-right: 100px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.content-box-slider {
  margin-left: 0;
  margin-right: 0;
}

.heading-h1-white {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, .5);
  font-family: Cormorant, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 72px;
}

.heading-h1-white.margin-1 {
  margin-top: 0;
}

.section-content {
  padding: 50px;
}

.section-content.light-purple {
  background-color: rgba(195, 224, 178, .4);
}

.row {
  margin-top: 70px;
  margin-bottom: 70px;
}

.row.margin {
  margin-top: 0;
  margin-bottom: 0;
}

.row.margin-top-bottom {
  margin-top: 0;
}

.content-box-2 {
  margin-left: 0;
  margin-right: 0;
}

.content-box-2.center {
  text-align: center;
}

.heading-h2-dark {
  color: var(--g-e-blue);
  margin-top: 0;
  font-family: Cormorant, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 71px;
}

.heading-h2-dark.margin-1 {
  color: var(--g-e-blue);
  margin-top: 0;
  margin-bottom: 40px;
}

.heading-h2-dark.center {
  text-align: center;
}

.heading-h2-dark.center.margin-bottom {
  color: var(--hover-blue);
  margin-bottom: 40px;
}

.paragraph-dark {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.paragraph-dark.large {
  text-shadow: 0 0 10px rgba(0, 0, 0, .5);
  margin-top: 30px;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

.paragraph-dark.small {
  font-size: 16px;
  line-height: 20px;
}

.paragraph-dark.margion-top {
  margin-top: 40px;
}

.paragraph-dark.center {
  text-align: center;
}

.blue-link {
  color: var(--g-e-blue);
  text-decoration: none;
}

.blue-link:hover {
  text-decoration: underline;
}

.heading-h3-dark {
  color: var(--g-e-blue);
  margin-top: 0;
  font-family: Cormorant, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 43px;
}

.heading-h3-dark.margin-1 {
  margin-top: 0;
}

.heading-h3-dark.margin-bottom {
  margin-bottom: 40px;
}

.heading-h3-dark.center {
  color: var(--g-e-blue);
  text-align: center;
}

.caps-text-dark {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.caps-text-dark.margin-bottom {
  margin-bottom: 30px;
  font-family: Jost, sans-serif;
}

.caps-text-dark.margin-bottom-2 {
  margin-bottom: 10px;
  font-family: Jost, sans-serif;
}

.caps-text-dark.center {
  text-align: center;
}

.features-on-logo {
  margin-top: 30px;
}

.badge-img-box {
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

.badge-img {
  width: 50px;
  height: 50px;
  margin-left: 5px;
  margin-right: 5px;
}

.badge-img.height {
  height: 46px;
}

.big-text {
  color: #293047;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

.big-text.large {
  text-shadow: 0 0 10px rgba(0, 0, 0, .5);
  margin-top: 30px;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

.big-text.center {
  color: var(--gold);
  text-align: center;
  font-family: Jost, sans-serif;
}

.row-thumb {
  margin-top: 20px;
  margin-bottom: 20px;
}

.thumb-item {
  height: 400px;
  padding: 50px;
  position: relative;
}

.thumb-item.thumb-img-1 {
  background-image: linear-gradient(rgba(255, 255, 255, 0), #000), url('../images/logan-weaver-lgnwvr-iNwQoKbyezc-unsplash.jpg');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 5px rgba(0, 0, 0, 0);
  height: 400px;
  transition: all .2s;
  overflow: hidden;
}

.thumb-item.thumb-img-1:hover {
  border: 5px none var(--g-e-blue);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), var(--green)), url('../images/logan-weaver-lgnwvr-iNwQoKbyezc-unsplash.jpg');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.thumb-item.thumb-img-2 {
  background-image: linear-gradient(rgba(255, 255, 255, 0), #000), url('../images/young-woman-putting-contact-in-eye-1-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 5px rgba(0, 0, 0, 0);
  height: 400px;
  transition: all .2s;
  overflow: hidden;
}

.thumb-item.thumb-img-2:hover {
  border: 5px none var(--g-e-blue);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), var(--green)), url('../images/young-woman-putting-contact-in-eye-1-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.thumb-item.thumb-img-3 {
  background-image: linear-gradient(rgba(255, 255, 255, 0), #000), url('../images/pexels-ksenia-chernaya-5765827.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 5px rgba(0, 0, 0, 0);
  transition: all .2s;
  overflow: hidden;
}

.thumb-item.thumb-img-3:hover {
  border: 5px none var(--g-e-blue);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), var(--green)), url('../images/pexels-ksenia-chernaya-5765827.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.thumb-item.thumb-img-4 {
  background-image: linear-gradient(rgba(255, 255, 255, 0), #000), url('../images/pexels-gustavo-fring-5621856.jpg');
  background-position: 0 0, 50% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 5px rgba(0, 0, 0, 0);
  transition: all .2s;
  overflow: hidden;
}

.thumb-item.thumb-img-4:hover {
  border: 5px none var(--g-e-blue);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), var(--green)), url('../images/pexels-gustavo-fring-5621856.jpg');
  background-position: 0 0, 50% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.thumb-item.thumb-img-5 {
  background-image: linear-gradient(rgba(255, 255, 255, 0), #000), url('../images/AdobeStock_279066367-min.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 5px rgba(0, 0, 0, 0);
  transition: all .2s;
  overflow: hidden;
}

.thumb-item.thumb-img-5:hover {
  border: 5px none var(--g-e-blue);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--g-e-blue)), url('../images/AdobeStock_279066367-min.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.thumb-item.thumb-img-6 {
  background-image: linear-gradient(rgba(255, 255, 255, 0), #000), url('../images/thumb-6.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 5px rgba(0, 0, 0, 0);
  transition: all .2s;
  overflow: hidden;
}

.thumb-item.thumb-img-6:hover {
  border: 5px none var(--g-e-blue);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--g-e-blue)), url('../images/thumb-6.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.thumb-item.thumb-img-8 {
  background-image: linear-gradient(rgba(255, 255, 255, 0), #000), url('../images/pexels-tima-miroshnichenko-6670751.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 5px rgba(0, 0, 0, 0);
  transition: all .2s;
  overflow: hidden;
}

.thumb-item.thumb-img-8:hover {
  border: 5px none var(--g-e-blue);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--g-e-blue)), url('../images/pexels-tima-miroshnichenko-6670751.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.thumb-item.thumb-img-7 {
  background-image: linear-gradient(rgba(255, 255, 255, 0), #000), url('../images/pexels-charles-parker-6647467.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 5px rgba(0, 0, 0, 0);
  transition: all .2s;
  overflow: hidden;
}

.thumb-item.thumb-img-7:hover {
  border: 5px none var(--g-e-blue);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--g-e-blue)), url('../images/pexels-charles-parker-6647467.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.thumb-item.thumb-img-9 {
  background-image: linear-gradient(rgba(255, 255, 255, 0), #000), url('../images/pexels-pnw-production-7577333.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 5px rgba(0, 0, 0, 0);
  transition: all .2s;
  overflow: hidden;
}

.thumb-item.thumb-img-9:hover {
  border: 5px none var(--g-e-blue);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--g-e-blue)), url('../images/pexels-pnw-production-7577333.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.thumb-name {
  color: #fff;
  background-image: url('../images/right-arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 12px;
  margin-bottom: 10px;
  padding-right: 40px;
  font-family: Cormorant, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  display: inline-block;
  position: static;
  top: auto;
  bottom: 10%;
  left: 10%;
  right: auto;
}

.link-block {
  z-index: 99;
  width: auto;
  height: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.parallax-box-1 {
  background-image: linear-gradient(180deg, var(--green), rgba(255, 255, 255, 0)), url('../images/DSC_0115---Copy.jpeg');
  text-align: center;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 400px;
  margin-bottom: 100px;
  position: relative;
}

.parallax-text {
  background-color: var(--g-e-blue);
  color: #fff;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 40px;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: -10%;
  left: 0%;
  right: 0%;
}

.heading-h3-orange {
  color: var(--g-e-blue);
  margin-top: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

.heading-h3-orange.margin-1 {
  margin-top: 0;
}

.heading-h3-orange.center {
  color: var(--g-e-blue);
  text-align: center;
}

.thumb-img-box {
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
}

.thumb-img.small {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.parallax-box-2 {
  text-align: center;
  background-image: url('../images/DSC_0127.jpeg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
  margin-bottom: 0;
  position: relative;
}

.section-facilities {
  margin-bottom: 0;
}

.facilities-blue-box {
  background-color: var(--green);
  padding: 100px 50px;
}

.button-dark-blue {
  border: 2px solid var(--hover-blue);
  background-color: var(--g-e-blue);
  border-radius: 8px;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
}

.button-dark-blue:hover {
  border-color: var(--g-e-blue);
  background-color: var(--hover-blue);
  color: var(--white);
}

.button-dark-blue.margin-top-1 {
  background-color: var(--g-e-blue);
  border-style: solid;
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Jost, sans-serif;
}

.button-dark-blue.margin-top-1:hover {
  background-color: var(--gold);
  color: var(--white);
  border-style: solid;
}

.button-dark-blue.margin-top-bottom {
  margin-top: 20px;
  margin-bottom: 30px;
}

.upcoming-event-list {
  margin-top: 50px;
}

.upcoming-event-item {
  background-color: rgba(255, 167, 60, .2);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 30px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.upcoming-event-item:hover {
  box-shadow: 0 0 20px 0 var(--g-e-blue);
}

.event-name {
  color: #000;
  font-family: Rubik, sans-serif;
  font-size: 28px;
  line-height: 40px;
}

.event-closed {
  color: var(--gold);
  font-family: Rubik, sans-serif;
}

.event-date {
  font-family: Rubik, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.news-item-box {
  margin-top: 60px;
  margin-bottom: 60px;
}

.news-item {
  position: relative;
}

.news-img-box {
  height: auto;
  margin-bottom: 20px;
  overflow: hidden;
}

.heading-h4-orange {
  color: var(--g-e-blue);
  margin-top: 0;
  font-family: Cormorant, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.heading-h4-orange.margin-1 {
  margin-top: 0;
}

.parallax-box-3 {
  text-align: center;
  background-image: url('../images/DSC_0213.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
  margin-bottom: 0;
  position: relative;
}

.testimonial-orange-box {
  background-color: var(--g-e-blue);
  text-align: center;
  padding: 100px 50px;
}

.testimonial-orange-box.white-color {
  background-color: var(--g-e-blue);
}

.testimonial-box {
  z-index: 99;
  background-color: #fff;
  width: 90%;
  margin-top: -200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.testimonial-box.white {
  width: 100%;
  margin-top: 0;
}

.testimonial-slider {
  background-color: rgba(0, 0, 0, 0);
  height: 450px;
}

.testimonial-right-arrow, .testimonial-left-arrow {
  height: 60px;
}

.testimonial-item {
  text-align: center;
  background-image: url('../images/quote.svg');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: 50px;
  padding: 120px 12% 100px;
}

.testimonail-text {
  color: #4b4a4a;
  margin-bottom: 30px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.right-arrow-icon, .left-arrow-icon {
  color: #ccc;
}

.thumb-item-content-box {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 150px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 50px;
  left: 50px;
  right: 50px;
}

.parallax-box-lessons-banner {
  text-align: center;
  background-image: linear-gradient(rgba(255, 167, 60, .3), rgba(255, 167, 60, .3)), url('../images/kelly-sikkema-jrFNMM6K0VI-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 400px;
  margin-bottom: 100px;
  position: relative;
}

.lessons-banner-content-box {
  text-align: left;
  padding: 80px 80px 50px;
}

.breadcrumb-box {
  text-align: left;
  border-bottom: 2px solid #efefef;
  height: 50px;
}

.breadcrumb-links {
  color: #efefef;
  text-transform: uppercase;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.breadcrumb-links:hover {
  color: var(--g-e-blue);
  border-bottom: 3px solid #efefef;
  padding-bottom: 3px;
  display: inline-block;
}

.breadcrumb-links.w--current {
  font-family: Jost, sans-serif;
}

.breadcrumb-divider {
  color: #efefef;
  text-shadow: 1px 1px 8px #000;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  display: inline-block;
}

.parallax-box-guitar-lessons-banner {
  text-align: center;
  background-image: linear-gradient(rgba(41, 115, 184, .3), rgba(41, 115, 184, .3)), url('../images/DSC_0213.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 400px;
  margin-bottom: 100px;
  position: relative;
}

.content-box-3 {
  margin-left: 0;
  margin-right: 0;
}

.video-box {
  margin-top: 50px;
}

.timing-box {
  margin-bottom: 30px;
}

.timing-box.margin-left {
  margin-left: 50px;
}

.timing-row {
  color: #000;
  text-align: left;
  font-family: Rubik, sans-serif;
  font-size: 15px;
  line-height: 30px;
}

.timing-row.lineheight {
  line-height: 30px;
}

.timing-day {
  text-align: left;
  width: 70%;
  display: inline-block;
}

.parallax-box-piano-lessons-banner {
  text-align: center;
  background-image: linear-gradient(rgba(255, 167, 60, .3), rgba(255, 167, 60, .3)), url('../images/HM-Piano2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 400px;
  margin-bottom: 100px;
  position: relative;
}

.thumb-name-2 {
  color: #fff;
  background-image: url('../images/right-arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-right: 40px;
  font-family: Rubik, sans-serif;
  font-size: 30px;
  line-height: 40px;
  display: inline-block;
  position: static;
  top: auto;
  bottom: 10%;
  left: 10%;
  right: auto;
}

.parallax-box-voice-lessons-banner {
  text-align: center;
  background-image: linear-gradient(rgba(77, 92, 106, .2), rgba(77, 92, 106, .2)), url('../images/DSC_0258.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 400px;
  margin-bottom: 0;
  position: relative;
}

.parallax-box-drum-lessons-banner {
  text-align: center;
  background-image: linear-gradient(rgba(255, 167, 60, .3), rgba(255, 167, 60, .3)), url('../images/shawn-sim-9lfubBqLbRc-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 400px;
  margin-bottom: 100px;
  position: relative;
}

.parallax-box-news-banner {
  text-align: center;
  background-image: linear-gradient(rgba(77, 92, 106, .2), rgba(77, 92, 106, .2)), url('../images/DSC_0265.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 400px;
  margin-bottom: 100px;
  position: relative;
}

.button-dark-orange-phone {
  color: var(--g-e-blue);
  background-color: #fff;
  background-image: url('../images/phone.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 30px;
  border: 2px #fff;
  border-radius: 8px;
  padding: 20px 20px 20px 50px;
  font-family: Jost, sans-serif;
  font-size: 30px;
  font-weight: 500;
  transition: all .2s;
}

.button-dark-orange-phone:hover {
  color: var(--dusty-blue);
  background-color: #fff;
}

.button-dark-orange-phone.margin-top-1 {
  margin-top: 20px;
}

.button-dark-orange-phone.margin-top-bottom {
  margin-top: 20px;
  margin-bottom: 30px;
}

.button-dark-orange-2 {
  background-color: #6e2ed8;
  border: 2px solid #6e2ed8;
  border-radius: 8px;
  padding: 20px 20px 20px 30px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
}

.button-dark-orange-2:hover {
  color: #6e2ed8;
  background-color: #fff;
}

.button-dark-orange-2.margin-top-1 {
  margin-top: 20px;
}

.button-dark-orange-2.margin-top-bottom {
  border-color: var(--hover-blue);
  background-color: var(--g-e-blue);
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 20px;
  font-family: Jost, sans-serif;
}

.button-dark-orange-2.margin-top-bottom:hover {
  border-color: var(--g-e-blue);
  background-color: var(--hover-blue);
  color: var(--white);
}

.button-dark-orange-2.width {
  border-color: var(--hover-blue);
  background-color: var(--g-e-blue);
  width: 100%;
  font-family: Montserrat, sans-serif;
}

.button-dark-orange-2.width:hover {
  border-color: var(--g-e-blue);
  background-color: var(--hover-blue);
  color: var(--white);
}

.other-location-box {
  margin-top: 30px;
  margin-bottom: 30px;
}

.other-location-box.margin-left {
  margin-left: 50px;
}

.map-box {
  margin-left: 0;
}

.map {
  height: 600px;
}

.form-wrapper {
  background-color: #efefef;
  border-radius: 0;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
}

.input {
  border-radius: 5px;
  min-height: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.form-row {
  margin-bottom: 20px;
}

.form-label {
  font-family: Cormorant, sans-serif;
}

.textbox {
  border-radius: 5px;
  min-height: 120px;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.side-tabs {
  z-index: 999;
  background-color: rgba(0, 0, 0, 0);
  width: 140px;
  min-height: 100px;
  display: block;
  position: fixed;
  top: auto;
  bottom: 15%;
  left: auto;
  right: 0%;
}

.side-button {
  background-color: var(--g-e-blue);
  box-shadow: 1px 1px 4px 0 var(--hover-blue);
  text-align: center;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 15px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}

.side-button:hover {
  background-color: var(--hover-blue);
  box-shadow: 1px 1px 4px 0 var(--g-e-blue);
}

.side-button.call {
  background-color: var(--g-e-blue);
  box-shadow: 1px 1px 4px 0 var(--hover-blue);
  background-image: url('../images/phone-white.svg');
  background-position: 11%;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.side-button.call:hover {
  background-color: var(--hover-blue);
  box-shadow: 1px 1px 4px 0 var(--g-e-blue);
}

.side-button.news-button {
  float: none;
  position: absolute;
  left: 0%;
  right: 0%;
}

.announcement-bar-link {
  color: var(--g-e-blue);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.announcement-bar-link:hover {
  color: var(--g-e-blue);
}

.divider-orange {
  background-color: var(--g-e-blue);
  width: 100%;
  height: 2px;
  margin-top: 0;
  margin-bottom: 10px;
}

.parallax-box-violin-lessons-banner {
  text-align: center;
  background-image: linear-gradient(rgba(255, 167, 60, .3), rgba(255, 167, 60, .3)), url('../images/call-me-hangry-a3YXYC1n5ao-unsplash.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 400px;
  margin-bottom: 100px;
  position: relative;
}

.blue-row {
  background-color: var(--gold);
  margin-top: 70px;
  margin-bottom: 70px;
  padding: 20px;
}

.blue-row.margin {
  margin-top: 0;
  margin-bottom: 0;
}

.blue-row.margin-top-bottom {
  margin-top: 0;
}

.html-embed {
  text-align: center;
}

.dropdown-toggle {
  color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
}

.dropdown-toggle:hover {
  color: var(--green);
}

.dropdown-toggle.w--open {
  padding-top: 0;
}

.dropdown-link {
  background-color: var(--g-e-blue);
  color: var(--white);
  font-family: Jost, sans-serif;
}

.dropdown-link:hover {
  background-color: var(--hover-blue);
  color: var(--white);
}

.dropdown-link:active {
  color: var(--white);
}

.dropdown-link.w--current {
  background-color: var(--g-e-blue);
  color: var(--white);
}

.dropdown-link.w--current:hover {
  background-color: var(--hover-blue);
}

.navlink-dropdown {
  color: var(--g-e-blue);
  margin-left: 0;
  margin-right: 5px;
  padding: 15px 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.navlink-dropdown:hover {
  color: var(--hover-blue);
  border: 0 #000;
}

.navlink-dropdown.w--current {
  border-bottom: 4px solid var(--g-e-blue);
  color: var(--g-e-blue);
}

.parallax-box-rock-band-banner {
  text-align: center;
  background-image: linear-gradient(rgba(255, 167, 60, .5), rgba(255, 167, 60, .5)), url('../images/actionvance-eXVd7gDPO9A-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 400px;
  margin-bottom: 20px;
  position: relative;
}

.parallax-box-online-tour-banner {
  text-align: center;
  background-image: linear-gradient(rgba(255, 167, 60, .3), rgba(255, 167, 60, .3)), url('../images/pexels-donald-tong-189295.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 400px;
  margin-bottom: 0;
  position: relative;
}

.online-tour-gallery-row {
  margin-top: 20px;
  margin-bottom: 20px;
}

.online-tour-gallery-row.margin {
  margin-top: 0;
  margin-bottom: 0;
}

.online-tour-gallery-row.margin-top-bottom {
  margin-top: 0;
}

.html-embed-2 {
  margin-top: -54px;
}

.text-us-button {
  background-color: var(--gold);
  width: 100%;
  margin-top: 5px;
  padding: 15px 20px 15px 43px;
  box-shadow: 1px 1px 4px #125cb2;
}

.text-us-button-2 {
  background-color: var(--g-e-blue);
  box-shadow: 1px 1px 4px 0 var(--hover-blue);
  width: 100%;
  margin-top: 5px;
  padding: 15px 20px 15px 43px;
}

.text-us-button-2:hover {
  background-color: var(--hover-blue);
  box-shadow: 1px 1px 4px 0 var(--g-e-blue);
}

.netscore-text {
  color: var(--black);
  text-align: center;
  margin-top: 20px;
  font-family: Rubik, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.netscore-text:hover {
  color: var(--g-e-blue);
}

.link {
  text-decoration: none;
}

.parallax-box-newsletter-banner {
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 400px;
  margin-bottom: 20px;
  position: relative;
}

.heading-h1-white-newsletter {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, .5);
  font-family: Rubik, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 70px;
}

.heading-h1-white-newsletter.margin-1 {
  margin-top: 0;
}

.breadcrumb-links-newsletter {
  color: #efefef;
  text-transform: uppercase;
  text-shadow: 1px 1px 8px #000;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.breadcrumb-links-newsletter:hover {
  color: var(--g-e-blue);
  border-bottom: 3px solid #efefef;
  padding-bottom: 3px;
  display: inline-block;
}

.collection-item {
  min-height: 500px;
  margin-bottom: 60px;
}

.news-button {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.newsletter-link-block, .link-block-2 {
  text-decoration: none;
}

.parallax-box-woodwind-lessons-banner {
  text-align: center;
  background-image: linear-gradient(rgba(255, 167, 60, .3), rgba(255, 167, 60, .3)), url('../images/pexels-teddy-yang-2254140.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 400px;
  margin-bottom: 100px;
  position: relative;
}

.parallax-box-brass-lessons-banner {
  text-align: center;
  background-image: linear-gradient(rgba(41, 115, 184, .2), rgba(41, 115, 184, .2)), url('../images/DSC_0213.jpeg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 400px;
  margin-bottom: 100px;
  position: relative;
}

.parallax-box-songwriting-lessons-banner {
  text-align: center;
  background-image: linear-gradient(rgba(255, 167, 60, .3), rgba(255, 167, 60, .3)), url('../images/sarah-le-2zHGVCrdxHw-unsplash.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 400px;
  margin-bottom: 100px;
  position: relative;
}

.parallax-box-calendar-event-banner {
  text-align: center;
  background-image: linear-gradient(rgba(255, 167, 60, .3), rgba(255, 167, 60, .3)), url('../images/joel-drzycimski-lvm7UxUOrW4-unsplash.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 400px;
  margin-bottom: 100px;
  position: relative;
}

.parallax-box-summer-camps-banner {
  text-align: center;
  background-image: linear-gradient(rgba(255, 167, 60, .3), rgba(255, 167, 60, .3)), url('../images/Kids-Band-min.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 400px;
  margin-bottom: 0;
  position: relative;
}

.parallax-box-summer-camps {
  text-align: center;
  background-image: linear-gradient(rgba(255, 167, 60, .7), rgba(255, 255, 255, 0)), url('../images/AdobeStock_245783811-min.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 400px;
  margin-bottom: 100px;
  position: relative;
}

.parallax-box-summer-camps-2 {
  text-align: center;
  background-image: url('../images/AdobeStock_240397658-min.jpeg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
  margin-bottom: 0;
  position: relative;
}

.summer-camps-box {
  background-color: var(--gold);
  padding: 100px 50px;
}

.home-1 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, var(--dusty-blue)), url('../images/DSC_0051.jpeg');
  background-position: 0 0, 0 0, 50% 40%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.home-2 {
  background-image: linear-gradient(to bottom, transparent 50%, var(--g-e-blue)), url('../images/Piano-5-min.png');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.home-3 {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, var(--g-e-blue)), url('../images/Voice-8-min.png');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.home-4 {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, var(--g-e-blue)), url('../images/Drums-11-min.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.body {
  background-color: var(--white);
}

.section-content-blue {
  background-color: var(--g-e-blue);
  padding: 50px;
}

.section-content-blue.light-purple {
  background-color: rgba(255, 167, 60, .2);
}

.image {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bold-text {
  color: var(--g-e-blue);
}

.div-block {
  justify-content: center;
  display: flex;
}

.dropdown {
  display: inline-block;
}

.row-2 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.background {
  background-color: var(--green);
  height: 150%;
  margin-left: -100px;
  margin-right: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.thumb-img-box-2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.thumb-img-box-2.overlap-2 {
  margin-top: 60px;
  margin-left: -30px;
  margin-right: 80px;
}

.thumb-img-box-2.overlap {
  margin-top: 60px;
  margin-left: 80px;
  margin-right: -30px;
}

.heading-h3-orange-2 {
  color: #0489b1;
  margin-top: 10px;
  font-family: Cormorant, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
}

.paragraph-dark-2 {
  color: #000;
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.background-2 {
  background-color: var(--green);
  height: 150%;
  margin-left: 40px;
  margin-right: -80px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-box-4 {
  margin-top: 120px;
  margin-left: 0;
  margin-right: 0;
}

.button-border-white-2 {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 20px;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .2s;
}

.button-border-white-2:hover {
  color: #6b6b6b;
  background-color: #fff;
}

.button-border-white-2.margin-top-1 {
  background-color: #0489b1;
  margin-top: 20px;
  padding-left: 20px;
  font-family: Jost, sans-serif;
}

.button-border-white-2.margin-top-1:hover {
  color: #0489b1;
  background-color: #fff;
}

.content-box-home {
  margin-top: 140px;
  margin-left: 0;
  margin-right: 0;
}

.content-box-home.center {
  text-align: center;
}

.image-2 {
  overflow: hidden;
}

.logo-row, .logo-row.margin {
  margin-top: 0;
  margin-bottom: 0;
}

.logo-row.margin-top-bottom {
  margin-top: 0;
}

.icon-2 {
  color: var(--g-e-blue);
}

.small-block {
  background-color: var(--green);
  border-radius: 12px;
  width: 300px;
  height: 170px;
  padding: 20px;
}

.parallax-box-about-banner {
  text-align: center;
  background-image: linear-gradient(rgba(41, 115, 184, .3), rgba(41, 115, 184, .3)), url('../images/DSC_0213.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 400px;
  margin-bottom: 100px;
  position: relative;
}

.parallax-box-contacts-banner {
  text-align: center;
  background-image: linear-gradient(rgba(41, 115, 184, .4), rgba(41, 115, 184, .4)), url('../images/esther-ann-I14Pch1oK60-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 400px;
  margin-bottom: 100px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .topbar-text {
    text-align: center;
    width: 28%;
    font-size: 14px;
  }

  .brand-logo {
    background-image: url('../images/greenelliott.png');
  }

  .navmenu {
    background-color: var(--gold);
    padding: 20px;
  }

  .navlink {
    color: #fff;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .navlink:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .2);
    border-bottom-style: none;
  }

  .navlink.w--current {
    color: var(--white);
  }

  .section-home-banner {
    min-height: 550px;
  }

  .footer-blue-box {
    padding-left: 50px;
    padding-right: 50px;
  }

  .content-box {
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-links-wrapper {
    padding-bottom: 80px;
  }

  .footer-content-box {
    margin-bottom: 50px;
  }

  .footer-content-box.margin-left {
    margin-left: 0;
  }

  .home-banner-slider-wrapper {
    height: 550px;
  }

  .slider-content-wrapper {
    padding-top: 150px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .heading-h1-white {
    font-size: 50px;
    line-height: 50px;
  }

  .content-box-2 {
    margin: 0 0 20px;
  }

  .thumb-item {
    margin-bottom: 30px;
  }

  .parallax-text {
    width: 90%;
    font-size: 34px;
  }

  .button-dark-blue.margin-top-1, .button-dark-blue.margin-top-bottom {
    margin-bottom: 30px;
  }

  .event-name {
    font-size: 22px;
    line-height: 30px;
  }

  .event-date-box {
    text-align: right;
    width: 200px;
    font-size: 14px;
  }

  .event-date {
    font-size: 14px;
  }

  .testimonial-orange-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-orange-box.white-color {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .testimonial-box {
    width: 100%;
  }

  .testimonial-slider {
    height: 450px;
  }

  .testimonail-text {
    font-size: 24px;
    line-height: 30px;
  }

  .lessons-banner-content-box {
    padding-left: 60px;
    padding-right: 60px;
  }

  .content-box-3 {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .timing-box {
    margin-bottom: 50px;
  }

  .timing-box.margin-left {
    margin-left: 0;
  }

  .button-dark-orange-phone.margin-top-1, .button-dark-orange-phone.margin-top-bottom, .button-dark-orange-2.margin-top-1, .button-dark-orange-2.margin-top-bottom {
    margin-bottom: 30px;
  }

  .other-location-box {
    margin-bottom: 50px;
  }

  .other-location-box.margin-left {
    margin-left: 0;
  }

  .side-tabs {
    background-color: var(--green);
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 80px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    bottom: 0%;
  }

  .side-button {
    text-align: center;
    width: 48%;
  }

  .side-button.call {
    padding-left: 20px;
  }

  .dropdown-toggle {
    color: var(--white);
  }

  .navlink-dropdown {
    color: #fff;
    margin-left: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 0;
  }

  .navlink-dropdown:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .2);
    border-bottom-style: none;
  }

  .text-us-button-2 {
    text-align: center;
    width: 30%;
    padding-left: 20px;
  }

  .heading-h1-white-newsletter {
    font-size: 50px;
    line-height: 50px;
  }

  .menu-button {
    border: 1px none var(--green);
  }

  .bold-text {
    font-size: 60px;
    line-height: 50px;
  }

  .div-block {
    justify-content: space-between;
  }

  .icon {
    color: var(--g-e-blue);
  }

  .content-box-4, .content-box-home {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .small-block {
    height: 150px;
    margin-top: auto;
    margin-bottom: auto;
  }
}

@media screen and (max-width: 767px) {
  .topbar-box {
    flex-wrap: nowrap;
    display: block;
  }

  .topbar-text {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .slider-content-wrapper {
    padding-top: 100px;
  }

  .section-content {
    padding-left: 0;
    padding-right: 0;
  }

  .parallax-text {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 30px;
  }

  .facilities-blue-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-slider {
    height: 500px;
  }

  .summer-camps-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-content-blue {
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 479px) {
  .topbar-text {
    font-size: 13px;
  }

  .brand-logo {
    background-image: url('../images/greenelliott.png');
  }

  .brand-logo.w--current {
    width: 70%;
    height: 80px;
  }

  .navmenu {
    background-color: var(--g-e-blue);
  }

  .navlink.w--current {
    color: var(--white);
  }

  .section-home-banner {
    min-height: 450px;
  }

  .footer-blue-box {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-box, .caps-text {
    margin-bottom: 10px;
  }

  .heading-h2-white {
    font-size: 28px;
    line-height: 40px;
  }

  .paragraph-white {
    font-size: 16px;
    line-height: 30px;
  }

  .paragraph-white.large {
    margin-top: 10px;
    font-size: 20px;
    line-height: 26px;
  }

  .paragraph-white.center {
    text-align: left;
    line-height: 30px;
  }

  .paragraph-white.short {
    font-size: 20px;
    line-height: 26px;
  }

  .footer-links-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .copywrite-wrapper {
    text-align: center;
    margin-top: 50px;
    display: block;
  }

  .social-wrapper {
    margin-bottom: 30px;
    display: block;
  }

  .follow-us {
    width: 100%;
    margin-bottom: 10px;
  }

  .home-banner-slider-wrapper {
    height: 500px;
  }

  .slide-1 {
    background-position: 0 0, 20%;
  }

  .slider-content-wrapper {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-h1-white {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 40px;
  }

  .section-content {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .row {
    margin: 40px 10px 10px;
    padding-bottom: 20px;
  }

  .row.margin-top-bottom {
    margin-left: 0;
    margin-right: 0;
  }

  .content-box-2 {
    display: block;
  }

  .heading-h2-dark {
    font-size: 30px;
    line-height: 34px;
  }

  .heading-h2-dark.margin-1 {
    margin-bottom: 10px;
    line-height: 30px;
  }

  .heading-h2-dark.center.margin-bottom {
    font-size: 38px;
  }

  .paragraph-dark {
    font-size: 18px;
    line-height: 28px;
  }

  .heading-h3-dark {
    font-size: 22px;
    line-height: 30px;
  }

  .badge-img-box {
    text-align: center;
    display: block;
  }

  .badge-img {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .big-text {
    font-size: 22px;
    line-height: 30px;
  }

  .thumb-item.thumb-img-1 {
    background-position: 0 0, 50% 0;
    height: 350px;
  }

  .thumb-item.thumb-img-1:hover {
    background-position: 0 0, 50% 0;
  }

  .thumb-item.thumb-img-2 {
    background-position: 0 0, 50%;
    height: 350px;
  }

  .thumb-item.thumb-img-2:hover {
    background-position: 0 0, 50%;
  }

  .thumb-item.thumb-img-3, .thumb-item.thumb-img-3:hover {
    background-position: 0 0, 50% 0;
  }

  .thumb-item.thumb-img-4, .thumb-item.thumb-img-4:hover, .thumb-item.thumb-img-5 {
    background-position: 0 0, 50%;
  }

  .thumb-item.thumb-img-8, .thumb-item.thumb-img-8:hover {
    background-position: 0 0, 50% 0;
  }

  .thumb-item.thumb-img-7, .thumb-item.thumb-img-7:hover {
    background-position: 0 0, 70% 0;
  }

  .thumb-item.thumb-img-9 {
    background-position: 0 0, 50% 0;
  }

  .thumb-item.thumb-img-9:hover {
    background-position: 0 0, 70% 0;
  }

  .thumb-name {
    padding-right: 30px;
    font-size: 18px;
    line-height: 20px;
  }

  .parallax-box-1 {
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 200px;
    margin-bottom: 0;
  }

  .parallax-text {
    font-size: 20px;
  }

  .heading-h3-orange {
    font-size: 24px;
    line-height: 30px;
  }

  .heading-h3-orange.center {
    font-size: 28px;
  }

  .thumb-img.small {
    max-width: 80%;
  }

  .parallax-box-2 {
    background-position: 50%;
    height: 300px;
  }

  .facilities-blue-box {
    padding-top: 0;
    padding-bottom: 0;
  }

  .upcoming-event-item {
    display: block;
  }

  .event-name-box {
    float: left;
    width: 100%;
  }

  .event-name {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .event-date-box {
    float: left;
    text-align: left;
    width: 100%;
    margin-top: 20px;
  }

  .news-item {
    margin-bottom: 30px;
  }

  .news-img-box {
    height: 160px;
    margin-bottom: 20px;
  }

  .parallax-box-3 {
    background-position: 50%;
    background-size: cover;
  }

  .testimonial-orange-box {
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonial-right-arrow {
    width: 40px;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .testimonial-left-arrow {
    width: 40px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .testimonail-text {
    font-size: 18px;
    line-height: 23px;
  }

  .thumb-item-content-box {
    left: 20px;
    right: 20px;
  }

  .lessons-banner-content-box {
    padding-left: 10px;
    padding-right: 10px;
  }

  .timing-day {
    width: 50%;
  }

  .thumb-name-2 {
    padding-right: 30px;
    font-size: 18px;
    line-height: 20px;
  }

  .parallax-box-voice-lessons-banner {
    margin-bottom: 20px;
  }

  .button-dark-orange-phone {
    font-size: 25px;
  }

  .map-box {
    margin-left: 0;
  }

  .form-wrapper {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .side-tabs {
    background-color: var(--hover-blue);
    min-height: 70px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: -1px -8px 8px rgba(0, 0, 0, .2);
  }

  .side-button {
    box-shadow: 1px 1px 4px 0 var(--hover-blue);
    width: 48%;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 13px;
  }

  .side-button.call {
    box-shadow: 1px 1px 4px 0 var(--hover-blue);
  }

  .html-embed {
    margin-left: -10px;
  }

  .column {
    padding-left: 0;
  }

  .column-2 {
    display: none;
  }

  .parallax-box-online-tour-banner {
    margin-bottom: 20px;
  }

  .online-tour-gallery-row {
    margin-top: 0;
    margin-bottom: 0;
  }

  .gallery-image {
    margin-bottom: 10px;
  }

  .text-us-button {
    text-align: center;
    width: 32%;
    margin-top: 0;
    padding-bottom: 15px;
    padding-left: 20px;
    font-size: 12px;
    box-shadow: 1px 1px 4px #125cb2;
  }

  .text-us-button-2 {
    box-shadow: 1px 1px 4px 0 var(--hover-blue);
    text-align: center;
    width: 32%;
    margin-top: 0;
    padding-bottom: 15px;
    padding-left: 20px;
    font-size: 12px;
  }

  .heading-h1-white-newsletter {
    font-size: 30px;
    line-height: 36px;
  }

  .parallax-box-summer-camps-banner {
    margin-bottom: 20px;
  }

  .parallax-box-summer-camps {
    background-position: 0 0, 50%;
  }

  .home-1 {
    background-position: 0 0, 70%;
  }

  .home-3 {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, var(--g-e-blue)), url('../images/Voice-8-min.png');
  }

  .section-content-blue {
    padding-top: 140px;
    padding-bottom: 10px;
  }

  .image {
    max-width: 90%;
  }

  .menu-button {
    color: var(--gold);
  }

  .bold-text {
    font-size: 28px;
    line-height: 40px;
  }

  .icon {
    color: var(--g-e-blue);
  }

  .columns {
    flex-direction: column-reverse;
    display: flex;
  }

  .thumb-img-box-2.overlap-2 {
    margin-top: 20px;
  }

  .heading-h3-orange-2 {
    font-size: 28px;
    line-height: 30px;
  }

  .paragraph-dark-2 {
    font-size: 18px;
    line-height: 28px;
  }

  .background-2 {
    margin-right: -30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .content-box-4 {
    display: block;
  }

  .button-border-white-2.margin-top-1 {
    text-align: center;
    display: block;
  }

  .content-box-home {
    display: block;
  }

  .logo-row {
    margin: 40px 10px 10px;
    padding-bottom: 20px;
  }

  .parallax-box-about-banner {
    background-image: linear-gradient(to bottom, null, null), url('../images/DSC_0047.jpeg');
    background-position: 0 0, 50% -20%;
  }

  .parallax-box-contacts-banner {
    background-image: linear-gradient(to bottom, null, null), url('../images/esther-ann-I14Pch1oK60-unsplash.jpg');
    background-position: 0 0, 0%;
  }
}

#w-node-f615276a-75fd-f59f-e6eb-c292a439ec20-4cff19a0, #w-node-_50e0de16-588c-c7ec-be5c-e76cf7af0fe8-4cff19b3, #w-node-_51573282-fd49-8aa1-c025-96f9dbcd6b1c-4cff19b4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_50e0de16-588c-c7ec-be5c-e76cf7af0fe8-4cff19b3, #w-node-_51573282-fd49-8aa1-c025-96f9dbcd6b1c-4cff19b4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_50e0de16-588c-c7ec-be5c-e76cf7af0fe8-4cff19b3, #w-node-_51573282-fd49-8aa1-c025-96f9dbcd6b1c-4cff19b4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f615276a-75fd-f59f-e6eb-c292a439ec20-4cff19a0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_50e0de16-588c-c7ec-be5c-e76cf7af0fe8-4cff19b3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


