:root {
  --cma-green: #61a60c;
  --dark-green: #3d6808;
  --white: white;
  --purple: #36084e;
  --yellow-green: #a8e063;
  --orange: #ff6a00;
  --gray: #4c4f54;
  --black: black;
}

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

.top-bar-wrapper {
  background-color: var(--cma-green);
  background-image: linear-gradient(to right, var(--cma-green), var(--dark-green));
  padding: 10px 20px;
}

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

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

.topbar-text {
  color: #efefef;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.navbar {
  background-color: #fff;
  padding: 20px;
}

.brand-logo {
  background-image: url("https://cdn.prod.website-files.com/60a7bc870dd8169f68c6114b/61967e16063771d9092575c7_M%26M%20Music%20200x200.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 65%;
  width: 200px;
  height: 60px;
}

.brand-logo.w--current {
  background-image: url("https://cdn.prod.website-files.com/60a7bc870dd8169f68c6114b/619683029af269c521a8e9ac_M%26M%20Music%20200x200%201.png");
  background-position: 50%;
  background-size: 65%;
}

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

.navlink {
  color: #000;
  margin-left: 5px;
  margin-right: 5px;
  padding: 15px;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}

.navlink:hover, .navlink.w--current {
  border-bottom: 4px solid var(--purple);
  color: var(--purple);
}

.section-home-banner {
  background-color: #0000;
  min-height: 700px;
  position: relative;
}

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

.section-footer {
  margin-top: 234px;
}

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

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

.caps-text {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0 10px #00000080;
  font-family: Rubik, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.heading-h2-white {
  color: #fff;
  font-family: Rubik, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 46px;
}

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

.paragraph-white {
  color: #fff;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

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

.paragraph-white.large {
  text-shadow: 0 0 10px #00000080;
  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-2 {
  background-color: var(--cma-green);
  margin-top: 70px;
}

.button-border-white.margin-top-2:hover {
  background-color: var(--dark-green);
  color: var(--white);
}

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

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

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

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

.footer-content-box {
  margin-bottom: 30px;
  font-family: Rubik, sans-serif;
}

.footer-content-box.margin-left {
  margin-left: 50px;
  font-family: Rubik, sans-serif;
}

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

.footer-paragraph {
  color: #000;
  font-family: Rubik, sans-serif;
  font-size: 15px;
}

.footer-paragraph.lineheight {
  letter-spacing: normal;
  letter-spacing: normal;
  line-height: 45px;
}

.footer-heading-h3 {
  color: #000;
  margin-top: 0;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.footer-link {
  color: #000;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  font-size: 15px;
  text-decoration: none;
  display: block;
}

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

.footer-link.w--current {
  transition: all .25s;
}

.footer-hours {
  width: 150px;
  display: inline-block;
}

.divider-green {
  background-color: var(--cma-green);
  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: #000;
  font-family: Rubik, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.follow-us {
  color: #000;
  margin-right: 30px;
  font-family: Rubik, sans-serif;
  font-weight: 500;
}

.follow-us-line {
  background-color: #747474;
  width: 40px;
  height: 2px;
  margin-left: 10px;
  display: inline-block;
  position: relative;
  top: -2px;
  overflow: hidden;
}

.social-btn {
  background-color: #0000;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.social-btn:hover {
  background-color: #955df17d;
}

.social-btn.twitter {
  background-image: url("https://cdn.prod.website-files.com/60a7bc870dd8169f68c6114b/60a7bc870dd81663ccc61174_twitter.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
}

.social-btn.twitter:hover {
  background-color: #61a60c99;
}

.social-btn.facebook {
  background-image: url("https://cdn.prod.website-files.com/60a7bc870dd8169f68c6114b/60a7bc870dd816f278c61170_fb.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
}

.social-btn.facebook:hover {
  background-color: #61a60c99;
}

.social-btn.insta {
  background-image: url("https://cdn.prod.website-files.com/60a7bc870dd8169f68c6114b/60a7bc870dd8167c34c61173_insta.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
}

.social-btn.insta:hover {
  background-color: #61a60c99;
}

.social-btn.youtube {
  background-image: url("https://cdn.prod.website-files.com/60a7bc870dd8169f68c6114b/60a7bc870dd8162839c611e3_youtube.svg");
  background-position: 50%;
  background-size: 100% 100%;
  padding-right: 40px;
}

.social-btn.youtube:hover {
  background-color: #61a60c99;
}

.home-banner-slider-wrapper {
  background-color: #0000;
  height: 700px;
}

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

.slide-1 {
  background-image: linear-gradient(to bottom, #fff0 50%, var(--purple)), url("https://cdn.prod.website-files.com/60a7bc870dd8169f68c6114b/619678528b596def159ad7c0_pexels-photo-7520790.jpeg");
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-2 {
  background-image: linear-gradient(to bottom, transparent 50%, var(--yellow-green)), url("https://cdn.prod.website-files.com/60a7bc870dd8169f68c6114b/60a7bc870dd8161cb0c611b9_AdobeStock_239034647.jpeg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-3 {
  background-image: linear-gradient(to bottom, #fff0 50%, var(--yellow-green)), url("https://cdn.prod.website-files.com/60a7bc870dd8169f68c6114b/60a7bc870dd8161287c611d6_6049107e33f3b36678585c62_pexels-pixabay-236149.jpeg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-4 {
  background-image: linear-gradient(to bottom, #fff0 50%, var(--yellow-green)), url("https://cdn.prod.website-files.com/60a7bc870dd8169f68c6114b/60a7bc870dd816d0ecc611c9_HM-Piano2.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: #0000;
  padding-top: 400px;
  padding-left: 100px;
  padding-right: 100px;
  position: absolute;
  inset: 0% 0% auto;
}

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

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

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

.section-content {
  margin-top: 69px;
  margin-bottom: 80px;
  padding: 0 50px;
  font-family: Rubik, sans-serif;
}

.section-content.light-purple {
  background-color: #ffa73c33;
}

.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: 50px;
}

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

.heading-h2-dark {
  color: #000;
  margin-top: 0;
  font-family: Rubik, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

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

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

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

.paragraph-dark {
  color: #000;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  position: static;
  overflow: visible;
}

.paragraph-dark.large {
  text-shadow: 0 0 10px #00000080;
  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.margin-bottom {
  margin-bottom: 40px;
}

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

.heading-h3-dark {
  color: #000;
  margin-top: 0;
  font-family: Rubik, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

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

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

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

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

.big-text.large {
  text-shadow: 0 0 10px #00000080;
  margin-top: 30px;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

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

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

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

.thumb-item.thumb-img-5 {
  background-image: linear-gradient(#fff0, #000), url("https://cdn.prod.website-files.com/60a7bc870dd8169f68c6114b/614778ca75e044f5937bac38_20130515_AD_ChildrensMA_184.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 5px #0000;
  transition: all .2s;
  overflow: hidden;
}

.thumb-item.thumb-img-5:hover {
  border: 5px none var(--orange);
  background-image: linear-gradient(to bottom, #fff0, var(--cma-green)), url("https://cdn.prod.website-files.com/60a7bc870dd8169f68c6114b/614778ca75e044f5937bac38_20130515_AD_ChildrensMA_184.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.thumb-item.thumb-img-6 {
  background-image: linear-gradient(#fff0, #000), url("https://cdn.prod.website-files.com/60a7bc870dd8169f68c6114b/60a7bc870dd8167e71c61191_thumb-6.jpg");
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 5px #0000;
  transition: all .2s;
  overflow: hidden;
}

.thumb-item.thumb-img-6:hover {
  border: 5px none var(--orange);
  background-image: linear-gradient(to bottom, #fff0, var(--orange)), url("https://cdn.prod.website-files.com/60a7bc870dd8169f68c6114b/60a7bc870dd8167e71c61191_thumb-6.jpg");
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.thumb-item.thumb-img-7 {
  background-image: linear-gradient(#fff0, #000), url("https://cdn.prod.website-files.com/60a7bc870dd8169f68c6114b/60a7bc870dd816ea3bc611a6_thumb-7.jpg");
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 5px #0000;
  transition: all .2s;
  overflow: hidden;
}

.thumb-item.thumb-img-7:hover {
  border: 5px none var(--orange);
  background-image: linear-gradient(to bottom, #fff0, var(--orange)), url("https://cdn.prod.website-files.com/60a7bc870dd8169f68c6114b/60a7bc870dd816ea3bc611a6_thumb-7.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(#fff0, #000), url("https://cdn.prod.website-files.com/60a7bc870dd8169f68c6114b/60a7bc870dd81634adc611ba_pexels-tima-miroshnichenko-6670751.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 5px #0000;
  transition: all .2s;
  overflow: hidden;
}

.thumb-item.thumb-img-8:hover {
  border: 5px none var(--orange);
  background-image: linear-gradient(to bottom, #fff0, var(--cma-green)), url("https://cdn.prod.website-files.com/60a7bc870dd8169f68c6114b/60a7bc870dd81634adc611ba_pexels-tima-miroshnichenko-6670751.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.thumb-item.thumb-img-3-copy {
  background-image: linear-gradient(#fff0, #000), url("https://cdn.prod.website-files.com/60a7bc870dd8169f68c6114b/60a7bc870dd816b694c611b7_Stock-Vocalist1.jpg");
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 5px #0000;
  transition: all .2s;
  overflow: hidden;
}

.thumb-item.thumb-img-3-copy:hover {
  border: 5px none var(--orange);
  background-image: linear-gradient(to bottom, #fff0, var(--cma-green)), url("https://cdn.prod.website-files.com/60a7bc870dd8169f68c6114b/60a7bc870dd816b694c611b7_Stock-Vocalist1.jpg");
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.thumb-item.thumb-img-1 {
  background-image: linear-gradient(#fff0, #000), url("https://cdn.prod.website-files.com/60a7bc870dd8169f68c6114b/60a7bc870dd8167d29c611b8_AdobeStock_56788171-min.jpeg");
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 5px #0000;
  transition: all .2s;
  overflow: hidden;
}

.thumb-item.thumb-img-1:hover {
  border: 5px none var(--orange);
  background-image: linear-gradient(to bottom, #fff0, var(--cma-green)), url("https://cdn.prod.website-files.com/60a7bc870dd8169f68c6114b/60a7bc870dd8167d29c611b8_AdobeStock_56788171-min.jpeg");
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.thumb-item.thumb-img-1.thumb-img-trumpet {
  background-image: linear-gradient(#fff0, #000), url("https://cdn.prod.website-files.com/60a7bc870dd8169f68c6114b/632bc1527ef102211c86a28a_pexels-pnw-production-7577154.jpg");
}

.thumb-item.thumb-img-1.thumb-img-trumpet:hover {
  background-image: linear-gradient(to bottom, #fff0, var(--cma-green)), url("https://cdn.prod.website-files.com/60a7bc870dd8169f68c6114b/632bc1527ef102211c86a28a_pexels-pnw-production-7577154.jpg");
}

.thumb-item.thumb-img-2 {
  background-image: linear-gradient(#fff0, #000), url("https://cdn.prod.website-files.com/60a7bc870dd8169f68c6114b/60a7bc870dd8161cb0c611b9_AdobeStock_239034647.jpeg");
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 5px #0000;
  transition: all .2s;
  overflow: hidden;
}

.thumb-item.thumb-img-2:hover {
  border: 5px none var(--orange);
  background-image: linear-gradient(to bottom, #fff0, var(--cma-green)), url("https://cdn.prod.website-files.com/60a7bc870dd8169f68c6114b/60a7bc870dd8161cb0c611b9_AdobeStock_239034647.jpeg");
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.thumb-item.thumb-img-2.thumb-img-1-copy.img-new-position {
  background-position: 0 0, 0 0;
}

.thumb-item.thumb-img-3 {
  background-image: linear-gradient(#fff0, #000), url("https://cdn.prod.website-files.com/60a7bc870dd8169f68c6114b/60a7bc870dd816b694c611b7_Stock-Vocalist1.jpg");
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 5px #0000;
  transition: all .2s;
  overflow: hidden;
}

.thumb-item.thumb-img-3:hover {
  border: 5px none var(--orange);
  background-image: linear-gradient(to bottom, #fff0, var(--cma-green)), url("https://cdn.prod.website-files.com/60a7bc870dd8169f68c6114b/60a7bc870dd816b694c611b7_Stock-Vocalist1.jpg");
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.thumb-item.thumb-img-3.thumb-img-1-copy.img-new-position {
  background-position: 0 0, 0 0;
}

.thumb-item.thumb-img-4 {
  background-image: linear-gradient(#fff0, #000), url("https://cdn.prod.website-files.com/60a7bc870dd8169f68c6114b/614778ca75e044f5937bac38_20130515_AD_ChildrensMA_184.jpg");
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 5px #0000;
  transition: all .2s;
  overflow: hidden;
}

.thumb-item.thumb-img-4:hover {
  border: 5px none var(--orange);
  background-image: linear-gradient(to bottom, #fff0, var(--cma-green)), url("https://cdn.prod.website-files.com/60a7bc870dd8169f68c6114b/614778ca75e044f5937bac38_20130515_AD_ChildrensMA_184.jpg");
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.thumb-item.thumb-img-1-copy {
  background-image: linear-gradient(#fff0, #000), url("https://cdn.prod.website-files.com/60a7bc870dd8169f68c6114b/63e1edc5fd3b41c4bfab5d5b_pexels-boris-pavlikovsky-7714293-min.jpg");
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border: 5px #0000;
  transition: all .2s;
  overflow: hidden;
}

.thumb-item.thumb-img-1-copy:hover {
  border: 5px none var(--orange);
  background-image: linear-gradient(to bottom, #fff0, var(--cma-green)), url("https://cdn.prod.website-files.com/60a7bc870dd8169f68c6114b/63e1edc5fd3b41c4bfab5d5b_pexels-boris-pavlikovsky-7714293-min.jpg");
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.thumb-item.thumb-img-3-copy-copy {
  background-image: linear-gradient(#fff0, #000), url("https://cdn.prod.website-files.com/60a7bc870dd8169f68c6114b/632bc1527ef102211c86a28a_pexels-pnw-production-7577154.jpg");
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 5px #0000;
  transition: all .2s;
  overflow: hidden;
}

.thumb-item.thumb-img-3-copy-copy:hover {
  border: 5px none var(--orange);
  background-image: linear-gradient(to bottom, #fff0, var(--cma-green)), url("https://cdn.prod.website-files.com/60a7bc870dd8169f68c6114b/632bc1527ef102211c86a28a_pexels-pnw-production-7577154.jpg");
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.thumb-item.thumb-img-3-copy-copy.thumb-img-4-copy {
  background-image: linear-gradient(#fff0, #000), url("https://cdn.prod.website-files.com/60a7bc870dd8169f68c6114b/63e1fe735665c73c28c3daa8_pexels-mart-production-8471817.jpg");
  background-position: 0 0, -120px 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.thumb-item.thumb-img-3-copy-copy.thumb-img-4-copy:hover {
  background-image: linear-gradient(to bottom, #fff0, var(--cma-green)), url("https://cdn.prod.website-files.com/60a7bc870dd8169f68c6114b/63e1fe735665c73c28c3daa8_pexels-mart-production-8471817.jpg");
  background-position: 0 0, -120px 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.thumb-item.thumb-img-1-copy-copy {
  background-image: linear-gradient(#fff0, #000), url("https://cdn.prod.website-files.com/60a7bc870dd8169f68c6114b/63e1e857f3d2d0ded9b166ac_pexels-shvets-production-8929267.jpg");
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border: 5px #0000;
  transition: all .2s;
  overflow: hidden;
}

.thumb-item.thumb-img-1-copy-copy:hover {
  border: 5px none var(--orange);
  background-image: linear-gradient(to bottom, #fff0, var(--cma-green)), url("https://cdn.prod.website-files.com/60a7bc870dd8169f68c6114b/63e1e857f3d2d0ded9b166ac_pexels-shvets-production-8929267.jpg");
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.thumb-name {
  color: #fff;
  background-image: url("https://cdn.prod.website-files.com/60a7bc870dd8169f68c6114b/60a7bc870dd816134dc61176_right-arrow.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 12px;
  margin-bottom: 10px;
  padding-right: 40px;
  font-family: Rubik, sans-serif;
  font-size: 30px;
  line-height: 40px;
  display: inline-block;
  position: static;
  inset: auto auto 10% 10%;
}

.thumb-name:hover {
  display: block;
}

.link-block {
  z-index: 99;
  width: auto;
  height: auto;
  position: absolute;
  inset: 0%;
  overflow: auto;
}

.parallax-box-1 {
  text-align: center;
  background-image: linear-gradient(#a8e063b3, #fff0), url("https://cdn.prod.website-files.com/60a7bc870dd8169f68c6114b/60a7bc870dd816f4b8c611c2_joel-drzycimski-lvm7UxUOrW4-unsplash.jpg");
  background-position: 0 0, 0 0;
  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(--purple);
  color: #fff;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  font-family: Rubik, sans-serif;
  font-size: 40px;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  inset: auto 0% -10%;
}

.heading-h3-green {
  float: none;
  clear: none;
  color: var(--cma-green);
  margin-top: 0;
  font-family: Rubik, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 46px;
  position: static;
}

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

.heading-h3-green.center {
  text-align: center;
}

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

.thumb-img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  font-size: 100%;
  line-height: 215px;
  display: block;
}

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

.side-tabs {
  z-index: 999;
  background-color: #0000;
  width: 140px;
  min-height: 100px;
  position: fixed;
  inset: auto 0% 15% auto;
}

.side-button {
  background-color: var(--cma-green);
  background-image: linear-gradient(135deg, var(--yellow-green), var(--cma-green));
  box-shadow: 1px 1px 4px 0 var(--yellow-green);
  text-align: center;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 15px 20px;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}

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

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

.side-button.call {
  background-color: var(--cma-green);
  background-image: url("https://cdn.prod.website-files.com/60a7bc870dd8169f68c6114b/60a7bc870dd8162480c6119f_phone-white.svg"), linear-gradient(135deg, var(--yellow-green), var(--cma-green));
  box-shadow: 1px 1px 4px 0 var(--yellow-green);
  background-position: 11%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 16px, auto;
  padding-left: 40px;
  font-weight: 700;
}

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

.announcement-bar-link {
  color: #efefef;
  font-weight: 700;
  text-decoration: none;
}

.announcement-bar-link:hover {
  color: var(--yellow-green);
}

.dropdown-toggle {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

.dropdown-link {
  background-color: var(--cma-green);
  color: var(--white);
  display: block;
}

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

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

.dropdown-link.w--current {
  color: var(--purple);
  display: block;
}

.navlink-dropdown {
  color: #000;
  margin-left: 0;
  margin-right: 5px;
  padding: 15px 0;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

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

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

.text-us-button-2 {
  background-color: var(--cma-green);
  background-image: linear-gradient(135deg, var(--yellow-green), var(--cma-green));
  box-shadow: 1px 1px 4px 0 var(--yellow-green);
  width: 100%;
  margin-top: 5px;
  padding: 15px 20px 15px 43px;
}

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

.green {
  color: var(--cma-green);
}

.link-2 {
  color: var(--black);
  text-decoration: none;
}

.link-2:hover {
  color: var(--dark-green);
}

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

.dropdown {
  display: inline-block;
}

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

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

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

  .navlink:hover {
    color: #fff;
    background-color: #fff3;
    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-top: 30px;
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .button-dark-green.margin-top-1, .button-dark-green.margin-top-bottom, .button-dark-green.margin-top-1, .button-dark-green.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-green-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-green-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-green-phone.margin-top-1, .button-dark-green-phone.margin-top-bottom, .button-dark-green-phone.margin-top-1, .button-dark-green-phone.margin-top-bottom, .button-dark-green-2.margin-top-1, .button-dark-green-2.margin-top-bottom, .button-dark-green-2.margin-top-1, .button-dark-green-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(--cma-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: 30%;
  }

  .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: #fff3;
    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;
  }

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

  .navlink-2:hover {
    color: #fff;
    background-color: #fff3;
    border-bottom-style: none;
  }

  .navlink-2.w--current {
    color: #fff;
  }

  .topbar-text-2 {
    text-align: center;
    width: 50%;
    font-size: 14px;
  }

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

  .navlink-dropdown-2:hover {
    color: #fff;
    background-color: #fff3;
    border-bottom-style: none;
  }

  .dropdown-toggle-2 {
    color: #fff;
  }

  .navmenu-2 {
    background-color: #61a60c;
    padding: 20px;
  }

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

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

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

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

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

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

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

@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-gray-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-slider {
    height: 500px;
  }

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

  .button {
    flex: 0 auto;
  }

  .div-block {
    flex-direction: column;
    align-items: center;
  }

  .container-1601 {
    justify-content: center;
  }
}

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

  .navmenu {
    background-color: var(--cma-green);
  }

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

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

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

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

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

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

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

  .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;
  }

  .slider-content-wrapper {
    padding-top: 220px;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

  .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, .thumb-item.thumb-img-1:hover {
    background-position: 0 0, 60% 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .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-3-copy, .thumb-item.thumb-img-3-copy:hover {
    background-position: 0 0, 70%;
  }

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

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

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

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

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

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

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

  .parallax-box-2.margin-bottom {
    background-position: 50% 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;
  }

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

  .testimonial-right-arrow {
    width: 40px;
    inset: auto 0% 0% auto;
  }

  .testimonial-left-arrow {
    width: 40px;
    inset: auto auto 0% 0%;
  }

  .testimonail-text {
    font-size: 16px;
    line-height: 20px;
  }

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

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

  .timing-day {
    width: 50%;
  }

  .parallax-box-piano-lessons-banner {
    background-image: linear-gradient(#a8e0634d, #a8e0634d), url("https://cdn.prod.website-files.com/60a7bc870dd8169f68c6114b/60a7bc870dd816d0ecc611c9_HM-Piano2.jpg");
    background-position: 0 0, 60%;
  }

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

  .parallax-box-about-cma-banner {
    margin-bottom: 20px;
  }

  .button-dark-green-phone {
    padding-right: 0;
    font-size: 28px;
  }

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

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

  .side-tabs {
    background-color: var(--cma-green);
    min-height: 70px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .side-button {
    background-image: none;
    width: 32%;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 14px;
  }

  .side-button.call {
    background-image: url("https://cdn.prod.website-files.com/60a7bc870dd8169f68c6114b/60a7bc870dd8162480c6119f_phone-white.svg");
    background-position: 11%;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: 2px;
  }

  .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(--yellow-green);
    text-align: center;
    background-image: none;
    width: 32%;
    margin-top: 0;
    padding-bottom: 15px;
    padding-left: 20px;
    font-size: 12px;
  }

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

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

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

  .navlink-2.w--current {
    color: #fff;
  }

  .topbar-text-2 {
    font-size: 13px;
  }

  .navmenu-2 {
    background-color: #61a60c;
  }

  .side-tabs-2 {
    background-color: #61a60c;
    min-height: 70px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .side-button-2 {
    background-image: none;
    width: 32%;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 14px;
  }

  .side-button-2.call {
    background-image: url("https://cdn.prod.website-files.com/60a7bc870dd8169f68c6114b/60a7bc870dd8162480c6119f_phone-white.svg");
    background-position: 11%;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: 2px;
  }

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

  .footer-blue-box-2, .footer-links-wrapper-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

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

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

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

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

  .button {
    background-color: #61a60c;
    order: 0;
    justify-content: center;
    display: flex;
  }

  .button:hover {
    background-color: #61a60ca6;
  }

  .div-block {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    margin-left: 0;
  }

  .div-block:hover {
    background-color: #0000;
  }

  .container-1601 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}
