body {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 40px;
}

h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 33px;
}

h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
}

h5, h6 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 22px;
  display: block;
}

a {
  color: #2196f3;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 20px;
  padding: 0 20px;
  font-size: 16px;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  color: rgba(51, 51, 51, .56);
  text-align: center;
  margin-top: 7px;
  font-size: 14px;
  line-height: 20px;
}

.mm-contact-form-button {
  color: #fff;
  text-align: center;
  background-color: #2196f3;
  border-radius: 3px;
  margin-top: 0;
  padding: 0 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  transition: transform 1s, box-shadow 1s, background-color 1s, color 1s;
  display: inline-block;
}

.mm-contact-form-button:hover {
  background-color: #1565c0;
  transform: translate(0, -3px);
  box-shadow: 0 4px 9px #000;
}

.mm-contact-form-button.w--current {
  background-color: #2e80b6;
}

.mm-contact-form-button.white {
  color: #333;
  background-color: #fff;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.mm-contact-form-button.white:hover {
  background-color: rgba(255, 255, 255, .77);
}

.mm-contact-form-button.white.w--current {
  margin-top: 6px;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.mm-contact-form-button.black {
  background-color: #333;
}

.mm-contact-form-button.black:hover {
  background-color: #000;
}

.mm-contact-form-button.black.with-field {
  width: 22%;
  float: left;
  margin-left: 2%;
}

.mm-contact-form-button.full-width {
  width: 100%;
  display: block;
}

.mm-contact-form-button.small {
  text-transform: uppercase;
  background-color: #2196f3;
  padding: 7px 12px;
  font-size: 11px;
  line-height: 14px;
}

.mm-contact-form-button.small:hover {
  background-color: #1565c0;
}

.mm-contact-form-button.tab {
  background-color: rgba(0, 0, 0, .56);
  border-radius: 10px;
  margin-top: -3px;
  margin-left: 8px;
  margin-right: 8px;
}

.mm-contact-form-button.tab:hover {
  background-color: #333;
}

.mm-contact-form-button.tab.w--current {
  background-color: rgba(51, 51, 51, .56);
  border-radius: 10px;
}

.mm-contact-form-button.tab.w--current:hover {
  background-color: #1565c0;
}

.mm-contact-form-button.with-field {
  width: 22%;
  float: left;
  margin-left: 2%;
}

.mm-navlin {
  height: 60px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.mm-navlin:hover {
  color: #2196f3;
}

.mm-navlin.white {
  color: #fff;
  display: inline-block;
}

.mm-navlin.white.about, .mm-navlin.white.home {
  display: none;
}

.navigation-bar {
  background-color: #fff;
}

.navigation-bar.dark {
  z-index: 30;
  clear: both;
  color: #fff;
  background-color: #333;
  margin-top: 0;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.navigation-bar.dark:hover {
  color: #fff;
  background-color: #333;
  background-image: url('../images/piano-3112410_1920.jpg');
  background-position: 50%;
  background-size: 960px;
}

.navigation-bar.top {
  background-color: #fff;
  border-radius: 5px;
  margin-top: 58px;
  margin-bottom: 124px;
}

.navigation-menu {
  display: block;
}

.navigation-menu.left {
  float: left;
}

.navigation-menu.on-bottom {
  float: none;
  text-align: center;
}

.brand-text {
  color: #fff;
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 400;
  line-height: 26px;
}

.brand-link {
  height: 60px;
  transition: opacity .2s;
}

.brand-link:hover {
  opacity: .66;
}

.brand-link.right {
  float: right;
}

.brand-link.on-top {
  float: none;
  text-align: center;
  display: block;
}

.brand-link.white {
  color: #fff;
}

.brand-link.left-spacing {
  color: #fff;
  margin-left: 15px;
}

.brand-link.left {
  margin-left: 16px;
}

.mm-hero-section-lessons {
  perspective: 1000px;
  perspective-origin: 50%;
  color: rgba(255, 255, 255, .99);
  text-align: center;
  background-color: #000;
  border: 2px solid #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 32px;
  padding-bottom: 20px;
  position: relative;
}

.mm-hero-section-lessons.centered {
  text-align: center;
}

.mm-hero-section-lessons.accent {
  height: 100vh;
  text-align: center;
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/1_1_Lisa_Marcoe_Recital_InPixio_Saturday.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin: -1px auto 0 1px;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 2px;
  display: block;
  overflow: visible;
}

.mm-hero-section-lessons.accent.recital {
  height: 160vh;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/piano-3112410_1920.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 20px;
  margin-top: 46px;
  padding-top: 94px;
  padding-left: 0;
  position: static;
  overflow: visible;
}

.mm-hero-section-lessons.dark {
  color: #fff;
  background-color: #5d5d5d;
}

.mm-hero-section-lessons.contact-form {
  background-color: #f3f3f3;
  background-image: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, .9)), url('../images/piano-3112410_1920.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 25px;
}

.mm-hero-section-lessons.about {
  background-color: #333;
  background-image: url('../images/piano-3112410_1920.jpg'), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-position: 50%, 0 0;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
  margin-top: 0;
  margin-left: 0;
  padding-top: 70px;
}

.mm-hero-section-lessons.border {
  border-width: 20px;
  border-color: #333;
  margin-top: 0;
  padding-top: 45px;
  padding-bottom: 45px;
}

.mm-hero-section-lessons.testing {
  background-color: #dbdbdb;
}

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

.slide {
  background-color: #dbdbdb;
  padding-top: 82px;
  padding-left: 85px;
  padding-right: 85px;
}

.slide.two {
  background-color: #dbdbdb;
}

.header-section {
  color: #fff;
  text-align: center;
  background-color: #5d5d5d;
  padding-top: 104px;
  padding-bottom: 104px;
}

.page-heading {
  margin-top: 0;
  margin-bottom: 11px;
  display: none;
}

.page-subheading {
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 62px;
  display: none;
}

.cta-section {
  background-color: #dbdbdb;
  padding-top: 50px;
  padding-bottom: 50px;
}

.cta-section.centered {
  text-align: center;
}

.cta-section.centered-accented {
  height: 20vh;
  color: #fff;
  text-align: center;
  background-color: #333;
  margin-top: 0;
  margin-bottom: 1px;
  padding-top: 77px;
  padding-bottom: 0;
  display: flex;
}

.cta-heading {
  margin-top: 3px;
  margin-bottom: 0;
  font-weight: 400;
}

.cta-heading.inline-block {
  margin-top: 0;
  margin-bottom: -1px;
  margin-right: 13px;
  padding-top: 1px;
  padding-bottom: 0;
  line-height: 60px;
  display: inline-block;
}

.align-right {
  text-align: right;
}

.white-box {
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
}

.fixed-image-section {
  height: 100vh;
  color: #fff;
  text-align: center;
  background-image: url('../images/LisaRetouch2-2.jpg'), linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0, 0 0, 50%;
  background-size: cover, auto, 125px;
  background-attachment: fixed, scroll, fixed;
  margin-top: 0;
  padding: 0 20px;
}

.hero-section {
  height: 100vh;
  padding-top: 250px;
}

.hero-section.centered {
  text-align: center;
}

.slider-navigation {
  font-size: 11px;
}

.slider-icon-circle {
  width: 50px;
  height: 50px;
  padding: 6px;
  font-size: 33px;
}

.hero-subheading {
  margin-bottom: 18px;
}

.hollow-button {
  color: #2196f3;
  border: 2px solid #2196f3;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: none;
}

.hollow-button:hover {
  color: #1565c0;
  border-color: #1565c0;
}

.hollow-button.white {
  color: #fff;
  border-color: #fff;
}

.hollow-button.white:hover {
  color: rgba(255, 255, 255, .72);
  border-color: rgba(255, 255, 255, .64);
}

.mm-music-lessons-heading {
  color: #a8a8a8;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.mm-music-lessons-heading.centered {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.mm-music-lessons-heading.centered.sample {
  color: rgba(255, 255, 255, .72);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 60px;
  margin-left: 100px;
  margin-right: auto;
  font-size: 36px;
  font-weight: 300;
  display: block;
}

.mm-music-lessons-heading.centered.sample:hover {
  color: #5d5d5d;
  display: inline-block;
}

.main-container {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.form-label {
  color: #a8a8a8;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 13px;
}

.section-subheading.center {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.section-subheading.center.sasd-asd-as {
  color: #000;
  font-weight: 400;
}

.mm-all-sections-title-group {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 32px;
}

.mm-all-sections-title-group.centered {
  text-align: center;
}

.form-field {
  min-height: 41px;
  color: #000;
  border-style: none;
  border-radius: 3px;
  margin-bottom: 17px;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  transition: box-shadow .15s;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .09);
}

.form-field:focus {
  color: #000;
  box-shadow: 0 0 0 2px #2196f3;
}

.form-field.text-area {
  min-height: 110px;
}

.form-field.with-button {
  width: 75%;
  float: left;
  margin-bottom: 0;
}

.form-div {
  flex-wrap: wrap;
  flex: 1;
  display: block;
}

.form-div.squeezed {
  margin-top: -53px;
  margin-bottom: 6px;
  padding: 0 19%;
}

.picture-border {
  border: 5px solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .12);
}

.round-image {
  border-radius: 100px;
  margin-bottom: 13px;
}

.social-button {
  background-color: #2196f3;
  border-radius: 100px;
  margin-bottom: 8px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 8px;
  transition: background-color .15s;
}

.social-button:hover {
  opacity: 1;
  background-color: #1565c0;
}

.social-button.border {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, .36);
  padding: 6px;
}

.social-button.facebook {
  background-color: #3c5791;
}

.social-button.twitter {
  background-color: #29a9e8;
}

.social-button.red {
  background-color: #d11529;
}

.social-button.pink {
  background-color: #fc488f;
}

.social-button.pink2 {
  background-color: #ed1081;
}

.social-button.orange {
  background-color: #db4e34;
}

.social-button.vimeo {
  background-color: #1ebae7;
}

.social-button.linkdin {
  background-color: #1485c3;
}

.social-button.instagram {
  background-color: #4b769b;
}

.social-button.tumblr {
  background-color: #2e5270;
}

.social-button.webflow {
  background-color: #3278bd;
}

.social-button.medium {
  background-color: #549f63;
}

.social-icon-link {
  opacity: 1;
  color: #fff;
  margin-top: -16px;
  margin-bottom: -4px;
  padding: 3px;
  transition: opacity .15s;
}

.social-icon-link:hover {
  opacity: .5;
}

.profile-image {
  border-radius: 100px;
  margin-bottom: 15px;
}

.hero-with-nav {
  background-color: #dbdbdb;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer.center {
  text-align: center;
}

.footer.centered-smaller {
  padding-top: 33px;
  padding-bottom: 33px;
}

.footer.accent {
  height: 40vh;
  background-color: #000;
  background-image: url('../images/piano-3112410_960x540.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
}

.footer.accent.recital {
  height: 36vh;
  margin-top: 12px;
}

.footer.accent.home {
  margin-top: 0;
}

.footer.accent.about {
  margin-top: 1px;
  margin-bottom: 0;
}

.footer.centered-accented {
  text-align: center;
  background-color: #f1f1f1;
}

.float-right {
  float: right;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.mm-lisas-email-link {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-decoration: none;
  display: block;
}

.mm-lisas-email-link:hover {
  color: #1565c0;
}

.footer-brand-text {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  line-height: 33px;
}

.sidemenu-wrapper {
  margin-left: 10px;
  padding-left: 20px;
}

.sidemenu-title {
  margin-bottom: 10px;
}

.sidemenu-link {
  color: #8f8f8f;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  display: block;
}

.sidemenu-link:hover {
  color: #333;
}

.grid-image {
  border: 1px solid #000;
  border-radius: 10px;
  margin: 0 -4px 20px 0;
}

.grid-image.voice {
  display: block;
}

.info-wrapper {
  margin-bottom: 14px;
}

.info-icon {
  float: left;
}

.info-text {
  margin-left: 34px;
}

.footer-link {
  color: rgba(0, 0, 0, .74);
  margin-bottom: 6px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #3b99d9;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.hero-title-wrapper {
  margin-bottom: 155px;
}

.icon-left {
  float: left;
  color: #919191;
  padding: 6px;
}

.text-right {
  margin-left: 49px;
}

.left-navigation {
  width: 20%;
  height: 100vh;
  float: left;
  background-color: #dbdbdb;
}

.nav-link {
  text-align: center;
  padding: 7px 0;
  display: block;
}

.nav-menu {
  float: none;
}

.logo-link {
  float: none;
  text-align: center;
  margin-top: 216px;
  margin-bottom: 50px;
  display: block;
}

.content {
  width: 80%;
  float: left;
  overflow: hidden;
}

.social-footer {
  text-align: center;
  margin-top: 56px;
}

.grid-fours {
  width: 25%;
  float: left;
  padding: 10px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

.flushed-grid {
  width: 25%;
  float: left;
}

.flushed-grid.thirds {
  width: 33.33%;
}

.flushed-grid.sixths {
  width: 16.66%;
}

.tabs-wrapper {
  position: relative;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.success-wrapper {
  color: #fff;
  background-color: #4caf50;
  border-radius: 5px;
  padding: 31px;
}

.success-message {
  margin-bottom: 0;
}

.error-wrapper {
  color: #fff;
  background-color: #d32f2f;
  border-radius: 5px;
}

.error-message {
  margin-bottom: 0;
}

.social-link-wrapper {
  text-align: center;
}

.background {
  background-color: #dbdbdb;
}

.custom-container {
  max-width: 1000px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.mm-lisa-marco-about-rich-text {
  text-align: left;
  background-color: #333;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 90px;
  padding: 0 20px;
  font-family: Montserrat, sans-serif;
  display: block;
  box-shadow: 1px 1px 29px 7px #000;
}

.mm-lisa-marco-about-rich-text h1 {
  text-align: center;
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.mm-lisa-marco-about-rich-text h3 {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

.mm-lisa-marco-about-rich-text h5 {
  margin-top: 30px;
}

.mm-lisa-marco-about-rich-text h4 {
  text-align: center;
  margin-top: 30px;
  font-size: 39px;
  line-height: 44px;
}

.mm-lisa-marco-about-rich-text h6 {
  margin-top: 30px;
}

.mm-lisa-marco-about-rich-text img {
  margin-top: 0;
  margin-bottom: 0;
}

.image-column {
  text-align: center;
}

.content-column {
  padding-top: 42px;
}

.feature-column {
  text-align: left;
  display: block;
}

.waterfall-image-column {
  text-align: center;
  position: static;
}

.waterfall-text-column {
  position: relative;
}

.heading {
  text-align: left;
  display: block;
}

.paragraph {
  text-align: left;
}

.mm-brand-text {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 9px;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 27px;
  transition: transform 1s, box-shadow 1s, color 1s;
  display: inline-block;
  box-shadow: 0 6px 13px #000;
}

.mm-brand-text:hover {
  color: #2196f3;
  background-color: #333;
  transform: translate(0, -2px);
  box-shadow: 0 6px 13px #000;
}

.image {
  display: inline;
}

.mm-logo-image {
  margin-top: -3px;
}

.mm-contact-form {
  margin-top: 0;
}

.mm-contact-form:hover {
  opacity: 1;
}

.heading-2 {
  text-transform: uppercase;
  font-size: 16px;
}

.section-2 {
  height: 40vh;
}

.mm-footer-div {
  height: 30vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 11px;
}

.mm-navlink {
  color: #fff;
  margin-top: 8px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  transition: transform 1s, box-shadow 1s, color 1s;
  box-shadow: 0 6px 13px #000;
}

.mm-navlink:hover {
  color: #2196f3;
  background-color: #333;
  border-style: none;
  border-color: rgba(0, 0, 0, 0);
  transform: translate(0, -3px);
  box-shadow: 0 6px 13px #000;
}

.mm-navlink.w--current, .mm-navlink.recital-2023 {
  display: none;
}

.mm-music-lessons-div-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.mm-lessons-image-div {
  flex: 0 0 25%;
}

.section-3 {
  display: none;
}

.mm-intro-section {
  z-index: 1;
  background-color: #f3f3f3;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/Lisa_Marcoe_Studio7.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  margin-top: 0;
  padding-bottom: 0;
  position: static;
}

.mm-intro-section-button {
  color: #fff;
  text-align: right;
  background-color: rgba(255, 255, 255, .14);
  border: 1px rgba(255, 255, 255, .37);
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 1px;
  padding: 12px 108px;
  font-size: 19px;
}

.mm-intro-section-button:hover {
  color: #517fa3;
}

.paragraph-2 {
  margin-bottom: 16px;
}

.mm-intro-section-header {
  transform-origin: 50% 0;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: -20px;
  margin-left: 0;
  font-family: Merriweather, serif;
  transition: color .3s cubic-bezier(.667, .176, .175, .779);
  position: relative;
}

.mm-intro-section-header:hover {
  color: #517fa3;
}

.mm-intro-section-image {
  width: 100%;
  text-align: left;
  background-color: rgba(255, 255, 255, .5);
  border-radius: 20px;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  display: block;
}

.mm-intro-bio-paragraphs {
  color: #fff;
  text-align: left;
  margin-top: 20px;
  margin-left: 1px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.column {
  text-align: justify;
  margin-top: 194px;
  padding-left: 157px;
  padding-right: 10px;
  font-size: 12px;
  line-height: 18px;
}

.mm-space-section {
  height: 28vh;
  background-color: rgba(93, 93, 93, .63);
  display: none;
}

.column-2 {
  text-align: left;
  margin-top: 205px;
}

.row {
  margin-top: 128px;
  text-decoration: none;
}

.mm-lisa-bio2 {
  color: #f1f1f1;
  text-align: justify;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-radius: 10px;
  margin-top: 50px;
  margin-bottom: 47px;
  margin-left: 20px;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  transition: opacity 1s;
}

.mm-lisa-bio2.hero {
  color: #fff;
  background-color: rgba(255, 255, 255, .14);
  background-image: linear-gradient(rgba(0, 0, 0, .24), rgba(0, 0, 0, .24));
}

.mm-lisas-bio-div-wrapper {
  transform-origin: 100% 100%;
  background-color: rgba(0, 0, 0, .48);
  border-style: none;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex-flow: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 31px;
  margin-bottom: 12px;
  padding: 0;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 700;
  display: inline;
  position: static;
}

.mm-education-div-wrapper {
  flex-flow: wrap;
  display: flex;
}

.mm-education-div-block {
  flex: 1;
}

.mm-reviews-div-wrapper {
  display: flex;
}

.link-2 {
  color: #fff;
  margin-top: 0;
  padding-top: 0;
}

.container-2 {
  margin-top: -21px;
  display: flex;
}

.mm-lisa-bio {
  color: #fff;
  text-align: justify;
  flex: 1;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  display: block;
}

.mm-instrument-description {
  color: #fff;
  text-align: justify;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  transition: transform 1s, box-shadow 1s, color 1s;
}

.mm-instrument-description:hover {
  transform: translate(0, -3px);
  box-shadow: 0 6px 13px #fff;
}

.mm-instrument-description.vocals {
  display: block;
}

.mm-instrument-description.all-layouts {
  color: #000;
}

.paragraph-4, .paragraph-5 {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.button {
  text-align: left;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.mm-lisa-marcoe-more-link {
  color: #fff;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.text-block-2 {
  color: #fff;
  display: inline-block;
}

.mm-lisa-marcoe-link-block {
  color: #fff;
  text-align: left;
  padding-left: 136px;
  padding-right: 136px;
}

.mm-lisa-marco-div-block {
  z-index: 4;
  text-align: right;
  margin-top: 1px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 23px;
  display: block;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.mm-lisa-marcoe-div-text {
  color: #fff;
  margin-bottom: -14px;
  padding-right: 17px;
}

.link-3 {
  color: #fff;
}

.mm-lessons-paragraph-text {
  color: #fff;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  transition: transform 1s, box-shadow 1s, color 1s;
}

.mm-lessons-paragraph-text:hover {
  transform: translate(0, -3px);
  box-shadow: 0 8px 17px #fff;
}

.mm-lessons {
  width: 35%;
  color: #fff;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 50px;
  margin-left: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 29px;
  transition: transform 1s, box-shadow 1s, color 1s;
  display: block;
}

.mm-lessons:hover {
  color: #2196f3;
  transform: translate(0, -3px);
  box-shadow: 0 4px 9px #fff;
}

.mm-practice {
  width: 36%;
  color: #fff;
  text-align: center;
  margin-top: 29px;
  margin-bottom: 0;
  margin-left: 1px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 29px;
  transition: transform 1s, box-shadow 1s, color 1s;
  display: block;
}

.mm-practice:hover {
  color: #2196f3;
  transform: translate(0, -3px);
  box-shadow: 0 4px 9px #fff;
}

.heading-3 {
  width: 65%;
}

.mm-flexible-student-schedules {
  width: 46%;
  color: #fff;
  text-align: left;
  margin-bottom: 50px;
  margin-left: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 29px;
  transition: transform 1s, box-shadow 1s, color 1s;
  display: block;
}

.mm-flexible-student-schedules:hover {
  color: #2196f3;
  transform: translate(0, -3px);
  box-shadow: 0 4px 9px #fff;
}

.mm-recitals {
  width: 35%;
  color: #fff;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 80px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  transition: transform 1s, box-shadow 1s, color 1s;
  display: block;
}

.mm-recitals:hover {
  color: #2196f3;
  box-shadow: 0 4px 9px #fff;
}

.mm-educexperiencreviews-text {
  transform-origin: 50% 100%;
  color: #fff;
  text-align: left;
  background-color: rgba(0, 0, 0, .56);
  border-radius: 10px;
  margin-top: -30px;
  margin-left: 0;
  margin-right: 1px;
  padding-left: 8px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: visible;
}

.heading-4 {
  width: 20%;
  text-shadow: 1px 1px 1px #000;
  background-color: rgba(0, 0, 0, 0);
}

.mm-creds-music-header {
  color: #fff;
  text-align: left;
  background-color: rgba(0, 0, 0, .56);
  border-radius: 10px;
  margin-top: 4px;
  margin-bottom: 36px;
  padding: 0 7px 2px 8px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  display: block;
}

.mm-creds-music-header:hover {
  color: #517fa3;
  background-color: rgba(0, 0, 0, 0);
}

.image-2 {
  border-radius: 10px;
  margin-top: 13px;
}

.paragraph-6 {
  color: rgba(255, 255, 255, .9);
  text-align: left;
  background-color: rgba(255, 255, 255, .14);
  border-radius: 10px;
  padding-left: 6px;
  padding-right: 32px;
  font-family: Montserrat, sans-serif;
}

.heading-5 {
  width: 50%;
  color: #fff;
  text-align: center;
  background-color: rgba(255, 255, 255, .14);
  border-radius: 10px;
  margin-left: -18px;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.heading-5:hover {
  color: #517fa3;
}

.image-3 {
  background-color: rgba(0, 0, 0, .56);
  border-radius: 10px;
  margin-left: 30px;
  padding-left: 0;
}

.mm-student-reviews-image-div {
  background-color: rgba(168, 168, 168, .37);
  border-radius: 10px;
  padding-right: 45px;
  display: block;
}

.heading-6 {
  width: 60%;
  color: rgba(255, 255, 255, .9);
  text-align: left;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 39px;
  padding-left: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.heading-6:hover {
  color: #2196f3;
}

.text-block-3, .text-block-4 {
  font-family: Montserrat, sans-serif;
}

.text-block-4:hover {
  background-color: #000;
}

.paragraph-7 {
  color: #fff;
  text-align: justify;
  margin-top: 55px;
  margin-bottom: 0;
  padding: 11px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  transition: transform 1s, box-shadow 1s, color .2s;
}

.paragraph-7:hover {
  transform: translate(0, -3px);
  box-shadow: 0 8px 17px #fff;
}

.paragraph-8 {
  color: #fff;
  text-align: justify;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  transition: transform 1s, box-shadow 1s;
}

.paragraph-8:hover {
  box-shadow: 0 8px 17px #fff;
}

.paragraph-9 {
  color: #fff;
  text-align: justify;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  transition: transform 1s, box-shadow 1s;
}

.paragraph-9:hover {
  transform: translate(0, -3px);
  box-shadow: 0 8px 17px #fff;
}

.mm-lessons-link-block {
  width: 100%;
  color: #000;
  margin-top: -2px;
  margin-bottom: 0;
  margin-left: 0;
}

.paragraph-10 {
  color: rgba(255, 255, 255, .9);
  text-align: left;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.wrapper {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.div-block {
  z-index: 10;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 100%;
  left: 0;
}

.overlay {
  z-index: 10;
  width: 100%;
  background-color: #0897f8;
  position: absolute;
  top: 0;
  left: 0;
}

.overlay2 {
  z-index: 10;
  width: 100%;
  height: 100vh;
  background-color: #109cfa;
  position: absolute;
  top: 100%;
  left: 0;
}

.mm-creds-experience-link-block {
  width: 85%;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin-bottom: 20px;
  margin-right: 56px;
  padding-left: 10px;
}

.mm-creds-education-link-block {
  width: 50%;
}

.heading-7 {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.mm-lisa-marco-div-block2 {
  padding: 0 5px 30px;
}

.link-block {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mm-makes-musicians-link-block {
  display: block;
}

.mm-video-button {
  width: 10%;
  text-align: center;
  background-color: #5d5d5d;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  display: block;
}

.mm-video-button:hover {
  background-color: #333;
}

.body {
  color: #000;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.video {
  background-color: #f1f1f1;
  margin-top: 0;
  margin-bottom: 14px;
  padding-bottom: 0;
}

.button-2 {
  width: 10%;
  background-color: #5d5d5d;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-2:hover {
  background-color: #000;
}

.mm-creds-reviews-link-block {
  display: block;
}

.ww-creds-button {
  width: 20%;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, .53);
  border: 1px solid #fff;
  border-radius: 10px;
  margin: 12px auto;
  font-family: Montserrat, sans-serif;
  transition: border 1s, background-color 1s;
  display: block;
}

.ww-creds-button:hover {
  color: #fff;
  background-color: #333;
  border-width: 1px;
  border-color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.mm-lisa-marcoe-1st-link-block {
  padding: 0;
  display: block;
}

.mm-lisa-marco-about-us {
  padding: 0;
}

.mm-footer-spacer-div-wrapper {
  width: 100%;
  flex-flow: wrap;
  flex: 0 auto;
  display: block;
}

.mm-footer-spacer-link-block {
  width: 25%;
  height: 6vh;
  color: #fff;
  background-color: rgba(0, 0, 0, .64);
  margin-top: -74px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  transition: opacity .5s cubic-bezier(.637, .171, .17, .732);
  display: block;
}

.mm-footer-spacer-link-block:hover {
  background-color: #333;
}

.image-4 {
  flex: 0 auto;
  display: block;
  position: absolute;
}

.mm-cecila-photo-cred {
  color: #fff;
  margin-top: -76px;
  margin-bottom: 0;
  margin-left: 78px;
  padding-top: 2px;
  padding-bottom: 0;
  padding-left: 7px;
  font-size: 11px;
}

.container-3 {
  margin-top: -28px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.mm-photo-creds {
  height: 20px;
  color: #f1f1f1;
  background-color: #333;
  margin-top: 0;
  margin-bottom: 0;
  padding: 11px 5px;
  font-size: 12px;
  text-decoration: none;
  display: inline;
}

.column-3 {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.mm-recital-page-yr-paragraph {
  color: #fff;
  text-align: justify;
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, .25);
  margin-bottom: 15px;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.mm-quotes-from-recital-heading {
  color: rgba(241, 241, 241, .8);
  text-align: center;
}

.mm-recital-section-recital-pg {
  width: 70%;
  color: rgba(255, 255, 255, .9);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/1_1_Lisa_HR_Recital_Piano_Boy_Dark_Hair_460x344.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin: 0 auto;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  display: block;
  position: relative;
  top: 0;
}

.mm-list-item {
  width: 50%;
  color: #f1f1f1;
  text-align: justify;
  text-shadow: 1px 1px 6px #000;
  background-color: rgba(0, 0, 0, .26);
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: block;
}

.mm-list-item.quotes-heading {
  margin-top: 0;
  margin-bottom: 29px;
  padding-top: 0;
  font-size: 36px;
  font-weight: 600;
}

.section-4 {
  height: 60px;
}

.mm-makes-musicians-heading {
  width: auto;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 34px;
  display: block;
}

.mm-makes-musicians-yearly-recital {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  display: block;
}

.mm-footer-makes-musicians-text {
  color: #fff;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.heading-8 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.paragraph-12 {
  color: #fff;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  line-height: 19px;
}

.heading-9, .paragraph-13 {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  line-height: 19px;
}

.mm-about-slider {
  height: 160vh;
  color: #333;
  background-image: url('../images/LisaStudent_Lisa_at_Piano_Sitting_420x493.jpg');
  background-position: 50% 0;
  background-size: cover;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.mm-lightbox-div {
  color: #f1f1f1;
  text-align: center;
  background-color: #3e3e3c;
  margin: 0 auto -65px;
  padding-top: 106px;
  padding-bottom: 170px;
  display: block;
}

.image-5 {
  padding: 0;
}

.mm-about-lightbox-image {
  padding: 10px;
}

.mm-footer-cecilia-villegas-div {
  justify-content: flex-start;
  align-items: stretch;
  line-height: 18px;
  display: block;
}

.image-6 {
  margin-top: 0;
  margin-bottom: 0;
}

.mm-recital-page-reviews {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 28px;
}

.mm-about-hidden-column {
  display: none;
}

.mm-student-video-div-wrapper {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 1px;
  margin-bottom: 7px;
  padding-top: 8px;
  display: flex;
}

.row-3 {
  margin-bottom: 86px;
  padding-bottom: 62px;
}

.mm-student-vidoe-section-pg1 {
  background-image: url('../images/piano-2168157_1920.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 0;
}

.mm-student-video-div-block {
  flex: 1;
  margin-bottom: 0;
  padding: 20px;
}

.mm-student-video-div-block._50 {
  flex: 0 0 50%;
}

.mm-student-video1 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.mm-student-video2 {
  margin-top: 0;
}

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

.mm-video-short-thumbnails-wrapper {
  color: #fff;
  background-color: #000;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: none;
}

.mm-video-thumbnails-div-block {
  padding: 10px;
}

.mm-video-short-text-link-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -34px;
  padding-top: 1px;
  display: none;
}

.mm-video-short-link-text {
  color: #fff;
  margin-left: 1px;
  margin-right: -4px;
  padding: 0 0 0 33px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.mm-lesson-practice-container {
  margin-bottom: 0;
}

.mm-practice-video-link-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
}

.mm-practice-video-link-text:hover {
  color: #2196f3;
}

.mm-video-short-link-text2 {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: -3px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.mm-video-short-link-text2:hover {
  color: #2196f3;
}

.mm-about-footer-spacer-div {
  height: 7vh;
}

.paragraph-14, .paragraph-15, .paragraph-16, .paragraph-17, .paragraph-18, .paragraph-19 {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.heading-10, .heading-11, .heading-12, .heading-13, .heading-14, .heading-15, .heading-16, .heading-17 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.mm-instrument-heading {
  color: #fff;
  background-color: rgba(255, 255, 255, .05);
  border-radius: 5px;
  padding: 0 10px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 33px;
  text-decoration: none;
  transition: transform 1s, box-shadow 1s, color 1s;
  box-shadow: 0 6px 13px rgba(255, 255, 255, .75);
}

.mm-instrument-heading:hover {
  color: #2196f3;
  background-color: rgba(255, 255, 255, .05);
  transform: translate(0, -3px);
  box-shadow: 0 8px 17px rgba(255, 255, 255, .5);
}

.mm-instrument-heading.vocals {
  display: block;
}

.mm-home-page-header {
  width: auto;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
  display: block;
}

.mm-home-page-header.makes-musicians-page-1 {
  text-transform: capitalize;
  font-size: 28px;
  line-height: 34px;
}

.heading-19 {
  width: 50%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  display: block;
}

.container-4 {
  margin-top: 35px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 35px;
}

.container-4.recital-23 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-5 {
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.image-7 {
  text-align: justify;
}

.mm-prices-image-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 88px;
  display: flex;
}

.mm-faqs-dropdown {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.mm-lesson-rates-in-div-block {
  width: 50%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  display: block;
}

.mm-lesson-rates-div-block {
  margin-bottom: 87px;
}

.mm-lesson-rate-text {
  width: 50%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mm-lesson-rates-text {
  width: 100%;
  transform-origin: 50%;
  text-align: left;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  line-height: 29px;
  display: block;
}

.mm-lesson-rates-text:hover {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  transform-origin: 50%;
}

.text-block-7, .text-block-8 {
  width: 50%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mm-lesson-rates-container {
  color: #fff;
  background-color: rgba(51, 51, 51, .29);
  background-image: linear-gradient(rgba(0, 0, 0, .73), rgba(0, 0, 0, .73)), url('../images/piano-3112410_1920.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 20px;
  margin-top: 80px;
  padding: 20px;
  transition: opacity .2s;
}

.mm-rich-text-div {
  color: #fff;
  text-align: left;
  background-color: rgba(51, 51, 51, .29);
  border-radius: 20px;
  padding: 10px;
}

.mm-new-schedule-lesson-today-section {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: block;
}

.mm-schedule-button {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
  margin-left: 19px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  transition: border 1s, transform 1s, color 1s, border-color 1s;
  box-shadow: 0 2px 5px #fff;
}

.mm-schedule-button:hover {
  color: #2196f3;
  background-color: rgba(0, 0, 0, 0);
  border-color: #2196f3;
  font-weight: 700;
  transform: translate(0, -3px);
}

.mm-footer-spacer-div-block {
  height: 60px;
}

.mm-footer-section-spacer {
  height: 6vh;
}

.mm-recital-video-wrapper {
  height: 100vh;
  background-image: url('../images/1_1_LIsaStudent10_Piano5_460x344.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.div-block-6, .div-block-7, .div-block-8 {
  flex: 1;
}

.mm-recital-video-div {
  flex: 1;
  margin-top: 15px;
  padding: 10px;
}

.mm-recital-video-div._50 {
  flex: 0 0 50%;
}

.mm-recital-video-div._100 {
  flex: 0 0 100%;
}

.mm-recital-video-div._25 {
  background-color: rgba(0, 0, 0, .37);
  flex: 0 0 25%;
}

.mm-lisas-video-commercial-div {
  width: 50%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.heading-20 {
  flex: 0 auto;
}

.image-8 {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-21 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.mm-student-solo-container {
  margin-top: 0;
  padding-top: 10px;
}

.bold-text, .bold-text-2 {
  display: none;
}

.schedule-your-lesson-today-h2 {
  margin-bottom: 72px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.video-2 {
  margin-bottom: 0;
}

.mm-recital-video {
  display: block;
}

.form-2 {
  text-align: center;
  flex: 1;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.column-5 {
  position: static;
}

.mm-footer-row {
  color: rgba(0, 0, 0, 0);
  flex: 1;
  margin-top: -37px;
  margin-bottom: 0;
  padding-top: 3px;
}

.section-6:hover {
  transform-origin: 0 100%;
}

.div-block-9 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.button-4 {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin-top: -15px;
  padding: 5px;
  transition: transform 1s, box-shadow 1s, color 1s;
  display: inline;
}

.button-4:hover {
  color: #2196f3;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  transform: translate(0, -6px);
  box-shadow: 0 2px 5px #000;
}

.link-4 {
  color: #fff;
  text-decoration: none;
}

.text-block-9 {
  font-size: 12px;
}

.link-5 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  position: static;
  bottom: 0;
  left: 0;
}

.div-block-10 {
  background-color: #dbdbdb;
  margin-top: -19px;
}

.mm-photos-by-cecilia-villegas-link {
  color: rgba(255, 255, 255, .5);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
  position: relative;
}

.mm-new-lisa-marco-bio-section {
  position: static;
  top: 0;
  left: 0;
}

.mm-new-lisa-marcoe-bio-heading {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
  transition: color 1s, transform 1s, box-shadow 1s;
  display: block;
  box-shadow: 0 6px 13px #000;
}

.mm-new-lisa-marcoe-bio-heading:hover {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  color: #2196f3;
  font-size: 35px;
  transform: translate(0, -3px);
}

.image-9 {
  width: 45%;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.block-quote {
  color: #fff;
  text-align: justify;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 20px;
  margin-bottom: 31px;
  padding: 20px;
  font-size: 19px;
}

.mm-new-bio-link-block {
  width: 30%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mm-new-bio-section {
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Marco_Music_West_Covina_Music_Lessons_Home_Studio.JPG.HEIC.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: 65px;
  padding-top: 30px;
  padding-bottom: 30px;
  transition: border 1s, transform 1s, background-color 1s, box-shadow 1s, color 1s;
}

.mm-new-bio-section:hover {
  color: #2196f3;
}

.mm-bio-button {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  border-color: rgba(0, 0, 0, 0);
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  transition: color 1s, transform 1s, box-shadow 1s;
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 6px 13px #000;
}

.mm-bio-button:hover {
  color: #2196f3;
  background-color: rgba(0, 0, 0, 0);
  transform: translate(0, -3px);
  box-shadow: 4px 4px 13px #000;
}

.mm-bio-cred-button-div {
  text-align: center;
  padding-top: 28px;
  padding-bottom: 6px;
}

.mm-back-to-top-button {
  width: 30%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  margin: 20px auto -20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: transform 1s, box-shadow 1s, color 1s;
  display: block;
}

.mm-back-to-top-button:hover {
  color: #2196f3;
  text-decoration: underline;
  transform: translate(0, -3px);
  box-shadow: 0 2px 5px #000;
}

.tab-pane {
  position: static;
  overflow: visible;
}

.paragraph-20, .heading-23 {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.mm-creds-section {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/1_1_Lisa_Marcoe_Recital_InPixio_Saturday.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  margin: 0 auto -2px;
  padding-top: 30px;
  display: block;
}

.mm-creds-container-div-for-buttons {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.mm-creds-button {
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
}

.mm-formal-education-image {
  margin-bottom: 36px;
  display: block;
}

.heading-24, .text-block-10 {
  color: #000;
}

.mm-creds-heading {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.mm-creds-heading-subtext {
  color: #000;
  text-align: center;
  margin-top: 1px;
  margin-bottom: 28px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.mm-creds-button2 {
  width: 30%;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .45);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 31px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Montserrat, sans-serif;
  transition: background-color 1s, transform 1s, border-color 1s, color 1s;
}

.mm-creds-button2:hover {
  color: rgba(255, 255, 255, .64);
  background-color: rgba(0, 0, 0, .4);
  border-color: rgba(255, 255, 255, .64);
}

.list-item, .list-item-2, .list-item-3 {
  color: #000;
}

.div-block-11 {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 51px;
  margin-left: 0;
  display: flex;
}

.mm-experience-heading {
  color: #fff;
  text-align: center;
  margin-top: 1px;
  margin-bottom: 62px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.mm-experience-heading.experience2 {
  margin-bottom: 0;
}

.mm-formal-education-div-block {
  width: 100%;
  background-color: rgba(255, 255, 255, .07);
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 36px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mm-formal-education-div-block.formal {
  width: 60%;
  padding: 10px;
}

.mm-formal-education-div-block.experience {
  margin-bottom: 36px;
}

.mm-formal-education-div-block.reviews4 {
  width: 100%;
}

.mm-creds-button3 {
  color: #fff;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 5px 5px 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.mm-creds-button3.formal {
  font-size: 15px;
}

.mm-creds-button3.experience3 {
  padding: 10px;
}

.mm-creds-button3.wvu {
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  padding: 0;
  display: inline;
}

.link-8, .link-9 {
  flex: 1;
}

.mm-experience-image {
  margin-bottom: 36px;
  display: block;
}

.mm-student-reviews-image {
  margin-top: 0;
  margin-bottom: 36px;
  display: block;
}

.column-6 {
  display: block;
}

.mm-experience-column {
  color: #fff;
  font-weight: 300;
}

.mm-container-lisas-marcoes-cred-container {
  margin-top: 0;
  padding-top: 27px;
}

.link-10 {
  text-align: left;
}

.mm-click-for-more-div-block {
  text-align: center;
  margin-top: -31px;
  margin-bottom: 35px;
}

.mm-click-for-more-link-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.mm-click-for-less-link-text {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.mm-marcoe-music-phone-heading {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 36px;
}

.mm-makes-musicians-phone-heading {
  color: #2196f3;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 36px;
}

.mm-marcoe-music-phone-container {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.container-5 {
  color: #fff;
  text-align: justify;
  background-color: rgba(255, 255, 255, .05);
  border-radius: 20px;
  margin-bottom: 55px;
  padding: 10px;
  font-size: 18px;
  line-height: 32px;
}

.mm-intro-paragraph-below-instruments {
  padding: 10px;
  line-height: 28px;
}

.mm-intro-paragraph-below-instruments:hover {
  color: #fff;
}

.paragraph-22 {
  color: #fff;
  line-height: 28px;
}

.paragraph-22:hover {
  color: #fff;
}

.paragraph-23 {
  color: #fff;
  line-height: 28px;
}

.paragraph-23:hover {
  color: #fff;
}

.paragraph-24 {
  color: #fff;
  line-height: 28px;
}

.paragraph-24:hover {
  color: #fff;
}

.paragraph-25 {
  perspective: 1000px;
  color: #fff;
  line-height: 28px;
  transition: opacity 1s;
}

.paragraph-25:hover {
  color: #fff;
}

.link-11 {
  position: relative;
  top: 300px;
}

.mm-footer-main-container {
  text-align: center;
  margin-top: 0;
  padding-top: 37px;
}

.column-7 {
  color: #fff;
  text-align: center;
  display: block;
  position: static;
}

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

.mm-footer-dive-wrapper {
  background-color: #a8a8a8;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 29px 29px 36px;
  display: flex;
}

.text-block-11 {
  color: #000;
}

.mm-marcoe-contact-info-text {
  color: #000;
  margin-top: 2px;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 36px;
}

.text-block-13 {
  color: #000;
}

.mm-footer-image-of-lisas-house {
  margin-bottom: -23px;
  padding: 60px;
  display: block;
}

.mm-footer-icon {
  border-radius: 5px;
  margin: 9px 30px;
  padding: 0;
}

.mm-footer-contact-div-block {
  text-align: center;
  flex: 1;
  margin-top: -55px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.mm-lisas-house-div-block {
  text-align: center;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  display: block;
  position: static;
}

.mm-social-div-block {
  text-align: center;
  flex: 1;
  margin-top: -132px;
}

.mm-photo-credits-link {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.mm-leave-a-review-form-div-block {
  flex: 1;
  margin-right: 51px;
}

.button-5 {
  color: #000;
}

.mm-back-to-top-link-block {
  width: 60%;
  color: #fff;
  background-color: #333;
  border-radius: 5px;
  margin-top: 51px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 0;
  font-family: Montserrat, sans-serif;
  display: block;
}

.section-7 {
  background-color: #333;
}

.mm-photo-creds-link-text {
  color: #000;
  text-align: center;
  margin-top: 0;
  text-decoration: none;
}

.mm-contact-phone {
  color: #000;
  font-size: 25px;
  font-weight: 700;
  line-height: 27px;
  text-decoration: none;
}

.slider {
  height: 5%;
}

.instrument-div-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mm-instrument-image-div {
  flex: 1;
  display: block;
}

.container-7 {
  flex-wrap: wrap;
  flex: 1;
  display: flex;
}

.mm-div-below-small-images {
  background-color: rgba(255, 255, 255, .08);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/piano-3112410_1920.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 20px;
}

.mm-container-for-misc-marco-text {
  text-align: justify;
  background-color: rgba(255, 255, 255, .08);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/piano-3112410_1920.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 20px;
  padding: 10px;
}

.mm-container-for-intro-text {
  border-radius: 20px;
  margin-top: 63px;
  margin-bottom: 0;
  padding: 0;
}

.heading-25, .mm-footer-marcoe-music-subtext, .mm-footer-marcoe-music-header {
  color: #fff;
  text-align: center;
}

.mm-footer-div-social-media {
  justify-content: center;
  align-items: center;
  margin-left: -1px;
  margin-right: -1px;
  padding: 10px 0;
  display: flex;
}

.mm-social-media-image-footer {
  text-align: left;
  margin-left: 46px;
  margin-right: 46px;
}

.div-block-13 {
  text-align: center;
}

.mm-footer-button-div {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-8 {
  position: static;
}

.image-10 {
  position: static;
  top: 0;
  left: 0;
}

.mm-main-footer-div {
  width: 100%;
  text-align: center;
  flex-wrap: wrap;
  display: block;
}

.image-11 {
  width: 20%;
  text-align: center;
  flex: 1;
  display: block;
}

.mm-above-footer-image-div-wrapper {
  background-color: #dbdbdb;
  flex-wrap: wrap;
  display: flex;
}

.image-12 {
  width: 50%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mm-above-footer-image-div {
  flex: 0 0 25%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-13 {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}

.mm-footer-div-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mm-rich-text-block-in-footer, .heading-26 {
  color: #000;
}

.mm-founder-text {
  color: #000;
  font-size: 19px;
}

.mm-founder-text.hide {
  color: #fff;
}

.mm-footer-div-block {
  flex: 1;
  padding: 10px;
}

.div-block-14 {
  display: flex;
}

.mm-footer-div-wrapper-address-phone-email-etc {
  justify-content: center;
  align-items: center;
  display: flex;
}

.mm-footer-div-block-address {
  text-align: left;
}

.footer-text-mm {
  color: #000;
  text-align: center;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 29px;
}

.column-8 {
  text-align: center;
}

.mm-footer-text {
  color: #000;
  text-align: center;
  font-size: 16px;
}

.mm-footer-text.spacer {
  color: rgba(0, 0, 0, 0);
}

.mm-footer {
  background-image: url('../images/piano-3112410_960x540.jpg');
  background-position: 50%;
  background-size: cover;
}

.mm-footer-text-div {
  background-color: rgba(255, 255, 255, .5);
}

.mm-footer-button {
  color: #fff;
  background-color: rgba(0, 0, 0, .33);
  border-radius: 10px;
  font-size: 16px;
}

.column-9 {
  font-size: 10px;
}

.mm-cecilia-footer-cred {
  font-size: 12px;
}

.div-block-15 {
  height: 55vh;
}

.image-14, .image-15 {
  display: inline;
}

.div-block-16 {
  display: none;
}

.mm-quotes-from-the-recital-heading {
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 39px;
  position: static;
}

.container-8 {
  position: static;
  overflow: visible;
}

.mm-footer-image-div-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.mm-video-div-wrapper {
  background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/1_mm_logo_256x256_IPhone_WebClip.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, 128px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mm-video-thumb-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.mm-lightbox-link-videos {
  flex: 1;
  margin-left: 30px;
  padding: 11px;
}

.mm-student-video-wrapper1 {
  background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/1_mm_logo_256x256_IPhone_WebClip.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, 128px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mm-video-description-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.mm-student-video-wrapper2, .mm-video-div-wrapper2 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-15 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.lightbox-link {
  flex: 1;
  padding: 0;
}

.lightbox-link-2, .lightbox-link-3 {
  flex: 1;
}

.row-4 {
  font-family: Montserrat, sans-serif;
}

.list-item-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
}

.list-item-5 {
  color: #fff;
}

.list-item-6 {
  color: #fff;
  margin-top: 10px;
}

.mm-creds-text-image-div-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.image-16 {
  display: inline;
}

.image-17 {
  margin-bottom: 40px;
}

.mm-footer-webmaster-link {
  color: rgba(255, 255, 255, .5);
  margin-top: 0;
  font-size: 12px;
  line-height: 16px;
}

.mm-experience-sub-header-2009 {
  color: #fff;
  background-color: rgba(255, 255, 255, .07);
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.mm-experience-sub-heading-15years {
  color: #fff;
  background-color: rgba(255, 255, 255, .07);
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.mm-experience-sub-heading-text-block1, .mm-experience-header-text-block2 {
  background-color: rgba(255, 255, 255, .07);
  margin-bottom: 12px;
  margin-left: 0;
  padding: 10px;
}

.section-9 {
  height: 100vh;
  background-image: url('../images/Copy-of-Piano-Lessons-12.jpg');
  background-position: 0 0;
  background-size: cover;
}

.mm-flier-page-div {
  background-image: linear-gradient(#000, #000), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, 125px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-18 {
  text-align: center;
}

.mm-bc-message-div {
  height: 100vh;
  background-image: linear-gradient(#000, #000);
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-27 {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.west-covina-music-lessons-h1-header {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

.heading-28 {
  text-align: center;
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
}

.heading-29 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

.heading-30 {
  color: #2196f3;
  text-align: center;
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
}

.heading-31 {
  text-align: center;
  object-fit: fill;
  object-position: 0% 50%;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  display: block;
  position: static;
  overflow: visible;
}

.text-block-16 {
  width: 50%;
  direction: rtl;
  text-align: right;
  margin-left: auto;
  margin-right: auto;
  font-size: 36px;
  line-height: 40px;
}

.heading-32 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.div-block-17 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-17 {
  text-align: left;
  text-transform: uppercase;
  margin-top: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 29px;
}

.image-19 {
  margin: 12px;
}

.link-block-2 {
  background-color: rgba(255, 255, 255, .53);
}

.columns {
  margin-top: 0;
}

.link-block-3 {
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.link-block-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-link-block {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.cta-div-block-bottom-of-page {
  justify-content: center;
  align-items: center;
  display: flex;
}

.mm-new-name-text-block {
  color: #2196f3;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 58px;
  font-weight: 600;
  line-height: 64px;
}

.mm-new-name-text-block.recital-text-block, .mm-new-name-text-block.pricing-page {
  text-align: center;
}

.heading-33 {
  display: none;
}

.text-block-18 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 33px;
}

.text-block-19 {
  color: #2196f3;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 600;
  line-height: 34px;
}

.text-block-19.recital-text-block {
  text-align: center;
}

.text-block-19.pricing-page {
  text-align: center;
  font-style: italic;
}

.div-block-18 {
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-9 {
  justify-content: center;
  align-items: center;
  padding: 56px;
  display: flex;
}

.image-20 {
  margin-right: 0;
}

.image-21 {
  margin-left: 16px;
  padding-left: 10px;
}

.div-block-19 {
  margin-left: 0;
}

.div-block-20 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-34 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 32px;
}

.paragraph-26 {
  color: #fff;
  margin-top: 20px;
  padding: 12px;
}

.div-block-21 {
  flex: 0 auto;
  order: 0;
  align-self: auto;
}

.div-block-22 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-10 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-22 {
  text-align: left;
  padding: 0 26px 26px;
}

.div-block-23 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  margin-right: 12px;
  padding: 10px;
  display: flex;
}

.div-block-24 {
  display: flex;
}

.heading-35 {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 57px;
  font-weight: 700;
  line-height: 69px;
}

.heading-35.sample {
  color: #000;
}

.heading-36 {
  color: #000;
  text-align: center;
}

.section-11 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/LisaRetouch2-2.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  padding-top: 40px;
}

.section-12 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Lisa_Guitar_HR_400x.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, contain;
}

.div-block-25 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-26 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-27, .section-13 {
  background-color: #000;
}

html.w-mod-js [data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  transform: translate(50px);
}

html.w-mod-js [data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  transform: translate(0, -50px);
}

html.w-mod-js [data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  transform: scale(.6);
}

html.w-mod-js [data-ix="scale-on-scroll"] {
  opacity: 0;
  transform: scale(.01);
}

@media screen and (max-width: 991px) {
  .navigation-bar.dark {
    background-color: #000;
    margin-top: 0;
  }

  .hamburger-button:hover {
    color: #2196f3;
  }

  .hamburger-button.w--open {
    background-color: #333;
  }

  .hamburger-button.left {
    float: left;
  }

  .hamburger-button.white {
    color: #fff;
    background-color: #000;
  }

  .mm-hero-section-lessons {
    margin-top: 0;
    padding-top: 33px;
  }

  .mm-hero-section-lessons.accent {
    height: 70vh;
    margin-top: 0;
    padding-top: 35px;
  }

  .mm-hero-section-lessons.accent.recital {
    height: 155vh;
  }

  .mm-hero-section-lessons.contact-form {
    background-image: linear-gradient(rgba(0, 0, 0, .78), rgba(0, 0, 0, .78)), url('../images/piano-3112410_1920.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .mm-hero-section-lessons.about {
    padding-bottom: 0;
  }

  .hero-slider {
    height: 400px;
  }

  .mm-music-lessons-heading.centered {
    color: #fff;
  }

  .mm-music-lessons-heading.centered.sample {
    width: 90%;
    margin: 50px auto -7px 50px;
    font-size: 30px;
    display: block;
  }

  .section-subheading.center.sasd-asd-as {
    color: rgba(255, 255, 255, .9);
  }

  .mm-all-sections-title-group {
    color: #a8a8a8;
  }

  .form-div.squeezed {
    padding-left: 10%;
    padding-right: 10%;
  }

  .footer.accent {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/1_1_Lisa_Marcoe_Recital_InPixio_shadow.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    margin-left: 0;
  }

  .mm-lisas-email-link {
    color: #fff;
    margin-bottom: -12px;
  }

  .left-navigation {
    width: 100%;
    height: auto;
    float: none;
  }

  .nav-link {
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-menu {
    background-color: #333;
    padding: 17px;
  }

  .logo-link {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
  }

  .content {
    width: 100%;
    height: auto;
  }

  .social-footer {
    margin-top: 0;
  }

  .mm-lisa-marco-about-rich-text {
    margin-left: 70px;
    padding-bottom: 19px;
  }

  .mm-lisa-marco-about-rich-text h1 {
    margin-left: 66px;
  }

  .content-column {
    padding-top: 0;
  }

  .mm-brand-text {
    text-align: left;
    font-size: 20px;
  }

  .mm-intro-section {
    margin-top: -1px;
  }

  .mm-intro-section-button {
    margin-top: 0;
    margin-bottom: 83px;
    margin-left: -1px;
    padding-top: 13px;
    padding-left: 56px;
    padding-right: 56px;
  }

  .mm-intro-section-header {
    margin-top: -69px;
    margin-bottom: 526px;
    margin-left: 172px;
    display: block;
  }

  .mm-intro-section-image {
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: -182px;
  }

  .row {
    margin-top: -19px;
  }

  .mm-lisa-bio2 {
    margin-top: 48px;
  }

  .mm-lisas-bio-div-wrapper {
    width: 200%;
    justify-content: flex-start;
    margin: -3px 31px 0 17px;
    padding: 0 11px;
  }

  .mm-lisa-bio {
    margin-top: 0;
    padding-right: 0;
  }

  .mm-lisa-marco-div-block {
    padding-right: 0;
  }

  .link-3 {
    z-index: 4;
    margin-top: -8px;
    padding-left: 0;
    display: block;
    position: relative;
  }

  .mm-educexperiencreviews-text {
    margin-left: -3px;
  }

  .mm-creds-music-header {
    width: 100%;
    margin-left: -95px;
  }

  .heading-5 {
    width: 65%;
    margin-left: -13px;
  }

  .heading-7 {
    margin-bottom: 0;
  }

  .mm-lisa-marco-div-block2 {
    padding-bottom: 6px;
  }

  .body {
    margin-bottom: 0;
  }

  .button-3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .ww-creds-button {
    width: 20%;
    color: #fff;
    text-align: center;
    background-color: #000;
    border: 1px solid #fff;
    margin: 10px auto;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    transition: background-color .5s cubic-bezier(.702, .089, .193, .773), border .5s cubic-bezier(.743, .118, .152, .744);
    display: block;
  }

  .ww-creds-button:hover {
    color: #f1f1f1;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #f1f1f1;
  }

  .div-block-2 {
    margin-left: 29px;
    margin-right: -1px;
  }

  .mm-lisa-marcoe-1st-link-block {
    width: 100%;
    display: block;
  }

  .column-3 {
    padding-bottom: 0;
  }

  .mm-recital-page-yr-paragraph {
    color: #fff;
  }

  .mm-list-item {
    width: 100%;
  }

  .mm-list-item.quotes-heading {
    width: 75%;
    font-size: 28px;
  }

  .mm-makes-musicians-heading {
    width: 80%;
    color: #fff;
  }

  .mm-makes-musicians-yearly-recital {
    color: #fff;
    font-weight: 500;
  }

  .mm-footer-makes-musicians-text {
    margin-top: -13px;
  }

  .paragraph-12 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-9 {
    margin-top: 6px;
    margin-bottom: 0;
  }

  .paragraph-13 {
    margin-bottom: 0;
  }

  .mm-recital-page-reviews {
    margin-top: 20px;
  }

  .mm-about-hidden-column {
    display: none;
  }

  .mm-student-video-div-wrapper {
    flex-direction: row;
  }

  .mm-student-video-div-block._50 {
    flex: 0 0 50%;
  }

  .mm-home-page-header {
    width: 40%;
  }

  .heading-19 {
    width: 50%;
  }

  .container-4 {
    margin-top: 32px;
  }

  .mm-recital-video-wrapper {
    height: 50vh;
  }

  .mm-recital-video-div._50, .mm-recital-video-div._25 {
    margin-top: 0;
  }

  .mm-back-to-top-button {
    width: 35%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .column-7 {
    display: block;
  }

  .mm-footer-dive-wrapper {
    margin-top: 0;
    padding-top: 87px;
  }

  .mm-leave-a-review-form-div-block {
    margin-right: -81px;
  }

  .mm-back-to-top-link-block {
    margin-top: 29px;
  }

  .mm-photo-creds-link-text {
    margin-top: 0;
  }

  .div-block-16 {
    display: none;
  }

  .mm-video-thumb-text {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .mm-video-description-text {
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    font-weight: 500;
  }

  .mm-formal-education-text-block {
    color: #fff;
    text-align: left;
    padding: 10px;
    font-family: Montserrat, sans-serif;
  }
}

@media screen and (max-width: 767px) {
  .mm-contact-form-button {
    width: 100px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: block;
  }

  .mm-contact-form-button.full-width {
    width: 60%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .brand-link.on-top {
    float: left;
  }

  .brand-link.left-spacing {
    padding-left: 0;
  }

  .mm-hero-section-lessons {
    padding: 10px 20px;
  }

  .mm-hero-section-lessons.accent {
    height: 100vh;
    margin-top: 0;
    margin-bottom: 12px;
    margin-left: 21px;
    padding-bottom: 70px;
  }

  .mm-hero-section-lessons.accent.recital {
    height: 190vh;
    background-image: linear-gradient(rgba(0, 0, 0, .08), rgba(0, 0, 0, .08)), url('../images/piano-3112410_1920.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .hero-slider {
    height: 528px;
  }

  .slide {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cta-section {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-heading {
    margin-bottom: 10px;
  }

  .mm-music-lessons-heading.centered {
    color: rgba(255, 255, 255, .9);
    margin-top: -30px;
    margin-bottom: 12px;
    font-size: 28px;
  }

  .mm-music-lessons-heading.centered.sample {
    text-align: justify;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-left: 70px;
    font-size: 22px;
    display: flex;
  }

  .form-label {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-subheading.center.sasd-asd-as {
    color: #fff;
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 16px;
  }

  .mm-all-sections-title-group {
    margin-top: 0;
    padding-top: 0;
  }

  .form-field {
    width: 60%;
    height: 10px;
    color: #333;
    background-color: #dbdbdb;
    margin: 6px auto 7px;
    display: block;
  }

  .form-div {
    padding-top: 0;
    padding-bottom: 0;
  }

  .form-div.squeezed {
    padding-left: 0;
    padding-right: 9px;
  }

  .picture-border {
    margin-bottom: 13px;
  }

  .social-icon-link {
    margin-top: -4px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer.accent {
    height: 60vh;
  }

  .footer.accent.about {
    height: 55vh;
    margin-top: 0;
    padding-top: 0;
  }

  .mm-lisas-email-link {
    color: #fff;
    margin-top: -4px;
    margin-bottom: -8px;
    margin-left: -3px;
  }

  .footer-brand-text {
    text-align: center;
    margin-bottom: 34px;
  }

  .grid-image {
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .grid-fours {
    width: 33.33%;
  }

  .success-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .mm-lisa-marco-about-rich-text {
    margin-left: -1px;
  }

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

  .content-column {
    text-align: center;
    margin-bottom: 13px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mm-footer-div {
    padding-top: 0;
  }

  .mm-intro-section-header {
    margin: 25px auto 25px -120px;
    font-size: 35px;
    display: block;
  }

  .mm-intro-section-image {
    margin-top: -161px;
    margin-left: -10px;
  }

  .column {
    margin-top: 12px;
  }

  .mm-lisa-bio2 {
    text-align: justify;
    margin-top: 31px;
    font-size: 16px;
  }

  .mm-lisas-bio-div-wrapper {
    background-color: rgba(0, 0, 0, .5);
    margin-top: 0;
    margin-left: -146px;
    padding-right: 5px;
    display: flex;
  }

  .mm-lisa-bio {
    flex-direction: row;
    flex: 1;
    justify-content: flex-start;
    align-items: stretch;
    margin: 0 200px 0 -55px;
    padding: 8px 60px 60px;
    display: block;
  }

  .mm-lisa-marco-div-block {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 71px;
  }

  .link-3.w--current {
    z-index: 4;
    position: relative;
  }

  .mm-lessons-paragraph-text {
    font-size: 16px;
  }

  .mm-lessons {
    text-align: center;
    margin: 0 auto 12px;
    font-size: 22px;
    display: block;
  }

  .mm-practice {
    text-align: center;
    margin: 0 auto 13px;
    font-size: 22px;
    display: block;
  }

  .mm-flexible-student-schedules {
    text-align: center;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    display: block;
  }

  .mm-recitals {
    text-align: center;
    margin: 0 auto 12px;
    font-size: 22px;
    display: block;
  }

  .mm-creds-music-header {
    width: 66%;
    margin-left: -135px;
    padding-left: 3px;
  }

  .paragraph-7 {
    margin-top: 0;
    margin-bottom: 12px;
    padding-bottom: 0;
  }

  .paragraph-8, .paragraph-9 {
    margin-bottom: 12px;
  }

  .mm-lessons-link-block {
    margin-top: 0;
  }

  .heading-7 {
    color: #fff;
    margin-top: -11px;
    margin-bottom: 14px;
    padding-top: 0;
    font-family: Montserrat, sans-serif;
  }

  .container-3 {
    margin-top: -18px;
  }

  .mm-photo-creds {
    width: 50%;
    height: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 6px;
    display: block;
  }

  .column-3 {
    border-radius: 10px;
    margin-top: 10px;
  }

  .mm-recital-page-yr-paragraph {
    color: #fff;
  }

  .mm-recital-section-recital-pg {
    width: 100%;
  }

  .mm-list-item {
    width: 100%;
    margin-left: -18px;
  }

  .mm-makes-musicians-heading {
    width: 100%;
    color: #fff;
    font-size: 32px;
  }

  .mm-makes-musicians-yearly-recital {
    width: 60%;
    color: #fff;
    font-weight: 500;
  }

  .mm-footer-makes-musicians-text {
    text-align: center;
    margin-top: -24px;
    margin-bottom: 7px;
    padding-top: 0;
    padding-left: 1px;
  }

  .heading-8 {
    text-align: center;
    margin-top: 2px;
    margin-bottom: -2px;
  }

  .paragraph-12 {
    color: #fff;
    margin-top: -12px;
    margin-bottom: 12px;
    font-family: Montserrat, sans-serif;
    line-height: 18px;
  }

  .heading-9 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 6px;
    font-family: Montserrat, sans-serif;
  }

  .paragraph-13 {
    color: #fff;
    margin-top: -10px;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
  }

  .mm-footer-cecilia-villegas-div {
    text-align: center;
    margin-top: 0;
  }

  .form {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .mm-student-video-div-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
    padding-top: 0;
  }

  .mm-student-vidoe-section-pg1 {
    height: 80vh;
    padding-top: 3px;
    padding-bottom: 12px;
  }

  .mm-student-video-div-block {
    padding-left: 20px;
  }

  .mm-student-video-div-block._50 {
    flex: 0 0 50%;
  }

  .paragraph-17 {
    margin-top: 0;
    margin-bottom: 12px;
  }

  .heading-10, .heading-11, .heading-12, .heading-13, .heading-14, .heading-15, .heading-16, .heading-17 {
    font-size: 24px;
  }

  .mm-instrument-heading {
    font-size: 22px;
    display: block;
  }

  .mm-home-page-header, .heading-19 {
    font-size: 32px;
  }

  .container-4 {
    margin-top: -1px;
    padding-top: 0;
  }

  .mm-lesson-rates-in-div-block {
    font-size: 28px;
  }

  .mm-lesson-rates-text {
    font-size: 16px;
  }

  .mm-rich-text-div {
    color: #fff;
    margin-bottom: 0;
  }

  .mm-footer-section-spacer {
    display: none;
  }

  .mm-recital-video-wrapper {
    height: 40vh;
  }

  .schedule-your-lesson-today-h2 {
    font-size: 28px;
  }

  .bold-text-3 {
    font-weight: 400;
  }

  .mm-link-block-for-heading {
    display: block;
  }

  .form-2 {
    width: 205px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .column-5 {
    margin-bottom: 10px;
  }

  .mm-footer-row {
    text-align: center;
  }

  .block-quote {
    font-size: 16px;
  }

  .mm-bio-button {
    font-size: 28px;
  }

  .mm-back-to-top-button {
    width: 20%;
    background-color: rgba(255, 255, 255, .15);
    margin-top: 10px;
  }

  .mm-creds-heading {
    font-size: 28px;
  }

  .mm-creds-heading-subtext {
    font-size: 14px;
  }

  .mm-creds-button2 {
    font-size: 12px;
  }

  .mm-experience-heading, .mm-marcoe-music-phone-heading, .mm-makes-musicians-phone-heading {
    font-size: 28px;
  }

  .mm-marcoe-music-phone-container {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .column-7 {
    margin-top: -37px;
    padding-right: 10px;
    display: block;
    position: relative;
  }

  .mm-footer-dive-wrapper {
    margin-top: -21px;
  }

  .mm-marcoe-contact-info-text {
    margin-top: -6px;
    font-size: 19px;
    line-height: 24px;
  }

  .mm-footer-image-of-lisas-house {
    padding-top: 65px;
    padding-bottom: 25px;
  }

  .mm-social-div-block {
    margin-top: -13px;
  }

  .mm-back-to-top-link-block {
    margin-top: 9px;
  }

  .mm-photo-creds-link-text {
    margin-top: 1px;
    font-size: 10px;
    line-height: 11px;
  }

  .container-7 {
    margin-top: 0;
  }

  .image-11 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-13 {
    margin-bottom: 4px;
  }

  .div-block-16 {
    height: 20px;
  }

  .mm-quotes-from-the-recital-heading {
    text-align: center;
    font-size: 26px;
    line-height: 32px;
    display: block;
  }

  .mm-video-thumb-text {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 500;
  }

  .mm-video-description-text {
    font-size: 12px;
  }

  .mm-new-name-text-block {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 32px;
  }

  .text-block-19 {
    font-size: 22px;
    line-height: 29px;
  }
}

@media screen and (max-width: 479px) {
  .mm-contact-form-button {
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
    display: block;
  }

  .mm-contact-form-button.white {
    margin-top: -2px;
  }

  .mm-contact-form-button.tab {
    width: 87%;
    background-color: rgba(0, 0, 0, .56);
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .mm-contact-form-button.tab.w--current {
    width: 87%;
    background-color: rgba(0, 0, 0, .56);
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .navigation-bar.dark {
    color: #000;
    background-color: #000;
    border-style: none;
    border-color: rgba(0, 0, 0, 0);
    margin-top: 82px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: Montserrat, sans-serif;
    display: block;
  }

  .hamburger-button.white {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .hamburger-button.white.w--open {
    background-color: #000;
    position: relative;
  }

  .navigation-menu {
    background-color: #000;
    margin-top: 124px;
  }

  .mm-hero-section-lessons {
    background-color: #000;
    border-style: none;
    border-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    display: block;
  }

  .mm-hero-section-lessons.accent {
    margin-top: 0;
    margin-left: 5px;
    padding-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mm-hero-section-lessons.accent.recital {
    height: 300vh;
  }

  .mm-hero-section-lessons.contact-form {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-slider {
    height: 550px;
  }

  .slide {
    padding-left: 53px;
    padding-right: 53px;
  }

  .cta-section.centered-accented {
    margin-top: 0;
    padding-top: 68px;
    padding-bottom: 23px;
  }

  .cta-heading.inline-block {
    margin-top: -20px;
    padding-top: 4px;
    font-size: 22px;
  }

  .fixed-image-section {
    height: 60vh;
  }

  .mm-music-lessons-heading.centered {
    color: #fff;
    margin-top: 0;
    margin-bottom: 18px;
    margin-left: 4px;
    padding-bottom: 0;
    font-size: 28px;
  }

  .mm-music-lessons-heading.centered.sample {
    width: 100%;
    text-align: center;
    margin-top: 0;
    margin-left: 26px;
    margin-right: auto;
    font-size: 18px;
    display: block;
  }

  .section-subheading.center {
    margin-bottom: 80px;
    margin-left: 4px;
  }

  .section-subheading.center.sasd-asd-as {
    font-size: 16px;
  }

  .mm-all-sections-title-group {
    margin-bottom: 12px;
  }

  .form-field {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .social-icon-link {
    margin-bottom: -1px;
  }

  .footer.accent {
    height: 50vh;
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    line-height: 24px;
  }

  .footer.accent.about {
    height: 60vh;
  }

  .mm-lisas-email-link {
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -1px;
    font-size: 14px;
  }

  .footer-brand-text {
    text-align: center;
    margin-top: -1px;
    margin-bottom: 11px;
    font-size: 19px;
    line-height: 22px;
  }

  .grid-image {
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .grid-fours {
    width: 50%;
  }

  .tab-menu {
    width: 100%;
    margin-left: 0;
  }

  .mm-lisa-marco-about-rich-text {
    margin-left: -1px;
  }

  .waterfall-text-column {
    padding-bottom: 0;
    padding-left: 25px;
    display: block;
  }

  .mm-brand-text {
    margin-top: 7px;
    margin-left: 6px;
    font-size: 22px;
  }

  .mm-logo-image {
    margin-left: 0;
  }

  .mm-navlink {
    background-color: #000;
  }

  .mm-intro-section-button {
    margin-top: -13px;
    margin-bottom: 16px;
    padding-top: 12px;
  }

  .mm-intro-section-header {
    width: 100%;
    text-align: left;
    margin: -318px 102px 192px 49px;
    padding-top: 0;
    padding-right: 0;
    font-size: 28px;
    line-height: 28px;
  }

  .mm-intro-section-image {
    margin-top: -182px;
    margin-bottom: 0;
    margin-left: -13px;
  }

  .mm-intro-bio-paragraphs {
    margin-top: -17px;
    font-size: 14px;
  }

  .column {
    margin-top: 124px;
    padding-left: 38px;
  }

  .row {
    height: 120vh;
    text-align: left;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  }

  .mm-lisa-bio2 {
    margin-top: 65px;
    font-size: 12px;
  }

  .mm-lisas-bio-div-wrapper {
    width: 120%;
    margin-top: -172px;
    margin-left: -28px;
    margin-right: 0;
    padding: 0 26px 2px;
    display: block;
  }

  .mm-lisa-bio {
    flex: 0 auto;
    margin-top: 0;
    margin-bottom: 13px;
    margin-left: -24px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 5px;
    font-size: 16px;
    line-height: 19px;
    display: inline-block;
  }

  .mm-instrument-description {
    font-size: 12px;
  }

  .mm-lisa-marco-div-block {
    margin-bottom: -1px;
  }

  .link-3 {
    z-index: 4;
    margin-bottom: 13px;
    margin-right: 20px;
    position: relative;
  }

  .mm-lessons-paragraph-text {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .mm-lessons {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 22px;
  }

  .mm-practice {
    text-align: center;
    margin: 0 auto 12px;
    font-size: 22px;
    display: block;
  }

  .mm-flexible-student-schedules {
    text-align: center;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    display: block;
  }

  .mm-recitals {
    text-align: center;
    margin: 0 auto 12px;
    font-size: 22px;
    display: block;
  }

  .mm-creds-music-header {
    width: 100%;
    margin-left: -72px;
    font-size: 22px;
  }

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

  .heading-6 {
    margin-bottom: 44px;
  }

  .paragraph-7 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 12px;
  }

  .paragraph-8, .paragraph-9 {
    margin-bottom: 12px;
    font-size: 12px;
  }

  .mm-lessons-link-block {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading-7 {
    color: #fff;
    text-align: center;
    margin-top: -31px;
    margin-bottom: 20px;
    font-size: 12px;
  }

  .mm-makes-musicians-link-block {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }

  .body {
    margin-top: -75px;
  }

  .video {
    margin-bottom: 73px;
  }

  .mm-lisa-marcoe-1st-link-block {
    margin-top: 321px;
    display: block;
  }

  .mm-photo-creds {
    width: 90%;
    height: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
    display: block;
  }

  .column-3 {
    margin-top: 25px;
    padding-top: 0;
  }

  .mm-recital-section-recital-pg {
    background-image: linear-gradient(rgba(0, 0, 0, .19), rgba(0, 0, 0, .19)), url('../images/1_1_Lisa_HR_Recital_Piano_Boy_Dark_Hair_460x344.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding-top: 1px;
  }

  .mm-list-item {
    width: 100%;
    font-size: 12px;
  }

  .mm-list-item.quotes-heading {
    width: 100%;
    text-align: center;
    margin-bottom: 3px;
    font-size: 20px;
  }

  .mm-makes-musicians-heading {
    margin-top: 67px;
    font-size: 18px;
    line-height: 24px;
  }

  .mm-makes-musicians-yearly-recital {
    width: 70%;
    font-size: 22px;
    font-weight: 500;
  }

  .mm-footer-makes-musicians-text {
    text-align: center;
    margin-top: -12px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 24px;
  }

  .heading-8 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
  }

  .paragraph-12 {
    color: #fff;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 14px;
  }

  .heading-9 {
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph-13 {
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .mm-footer-cecilia-villegas-div {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .image-6 {
    text-align: center;
  }

  .mm-student-video-div-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
    padding-top: 21px;
  }

  .mm-student-vidoe-section-pg1 {
    height: 50vh;
    margin-bottom: 0;
  }

  .mm-student-video-div-block._50 {
    flex: 0 0 50%;
  }

  .mm-student-video-div-block._100 {
    flex: 0 0 100%;
  }

  .paragraph-18, .heading-10, .heading-11, .heading-12, .heading-13, .heading-14, .heading-15, .heading-16, .mm-instrument-heading {
    margin-bottom: 12px;
  }

  .mm-home-page-header {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 28px;
    display: block;
  }

  .heading-19 {
    border-style: none;
    font-size: 18px;
    font-weight: 300;
  }

  .container-4 {
    margin-top: 0;
    padding-top: 0;
  }

  .mm-lesson-rates-in-div-block {
    width: auto;
    font-size: 22px;
  }

  .mm-lesson-rates-div-block {
    margin-bottom: 0;
    margin-left: 9px;
    padding-left: 11px;
    padding-right: 11px;
  }

  .mm-lesson-rates-text {
    margin-bottom: 12px;
    font-size: 13px;
  }

  .mm-lesson-rates-container {
    margin-top: 0;
    margin-bottom: 12px;
    padding: 10px;
  }

  .mm-new-schedule-lesson-today-section {
    width: 80%;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mm-schedule-button {
    font-size: 12px;
  }

  .mm-recital-video-wrapper {
    height: 35vh;
    flex-direction: row;
    align-content: flex-end;
    padding-bottom: 71px;
  }

  .heading-21 {
    font-size: 20px;
  }

  .rich-text-block {
    color: #fff;
    font-size: 16px;
  }

  .bold-text {
    margin-left: -8px;
    font-size: 22px;
  }

  .bold-text-2 {
    margin-left: -10px;
    font-size: 22px;
  }

  .schedule-your-lesson-today-h2 {
    width: 100%;
    margin-bottom: 12px;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
  }

  .bold-text-3 {
    font-weight: 400;
  }

  .form-2 {
    width: 80%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .column-5 {
    margin-top: 0;
    margin-bottom: 12px;
  }

  .text-span {
    margin-top: 0;
  }

  .mm-photos-by-cecilia-villegas-link {
    margin-top: 0;
    margin-bottom: 0;
  }

  .block-quote {
    font-size: 12px;
  }

  .mm-bio-button {
    font-size: 22px;
  }

  .mm-back-to-top-button {
    width: 30%;
    margin-top: 0;
    margin-bottom: -28px;
    padding: 5px 0 0;
    font-size: 12px;
  }

  .mm-creds-heading {
    font-size: 22px;
  }

  .mm-creds-heading-subtext {
    font-size: 14px;
  }

  .mm-creds-button2 {
    font-size: 12px;
  }

  .mm-experience-heading {
    font-size: 22px;
  }

  .mm-creds-button3 {
    font-size: 12px;
  }

  .mm-marcoe-music-phone-heading {
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 24px;
  }

  .mm-makes-musicians-phone-heading {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
  }

  .mm-marcoe-music-phone-container {
    margin-top: 4px;
    margin-bottom: 0;
    display: none;
  }

  .paragraph-22, .paragraph-23, .paragraph-24, .paragraph-25 {
    font-size: 12px;
  }

  .mm-footer-main-container {
    margin-top: 0;
    padding-top: 12px;
  }

  .column-7 {
    margin-top: -14px;
    padding-top: 0;
  }

  .mm-footer-dive-wrapper {
    margin-top: -34px;
    margin-bottom: 0;
  }

  .mm-footer-image-of-lisas-house {
    margin-top: -25px;
    margin-bottom: 2px;
    padding: 38px 60px 4px;
  }

  .mm-back-to-top-link-block {
    margin-top: -1px;
    margin-bottom: 12px;
  }

  .mm-photo-creds-link-text {
    margin-top: 0;
    margin-bottom: -7px;
  }

  .container-7 {
    margin-top: 0;
    font-size: 14px;
  }

  .mm-container-for-intro-text {
    margin-top: 19px;
    margin-bottom: 0;
  }

  .image-11 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-13 {
    margin-bottom: 0;
  }

  .bold-text-4 {
    margin-top: 0;
  }

  .mm-quotes-from-the-recital-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 28px;
  }

  .mm-video-thumb-text {
    font-family: Montserrat, sans-serif;
    font-size: 9px;
  }

  .mm-video-description-text {
    font-size: 8px;
  }

  .text-block-15 {
    font-size: 9px;
  }

  .mm-formal-education-text-block {
    font-size: 12px;
  }

  .mm-formal-educ-text-block-details {
    color: #fff;
    font-family: Montserrat, sans-serif;
  }

  .heading-27 {
    font-size: 14px;
  }

  .west-covina-music-lessons-h1-header {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 29px;
    display: block;
  }

  .west-covina-music-lessons-h1-header.pricing-page {
    width: auto;
    min-height: auto;
    min-width: auto;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-size: 22px;
    position: static;
  }

  .heading-30 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .text-block-17 {
    font-size: 12px;
  }

  .mm-new-name-text-block {
    color: #2196f3;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 29px;
  }

  .mm-new-name-text-block.recital-text-block {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 29px;
  }

  .mm-new-name-text-block.pricing-page {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 29px;
  }

  .heading-33 {
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: block;
  }

  .heading-33.recital {
    display: none;
  }

  .text-block-19 {
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-19.recital-text-block, .text-block-19.pricing-page {
    font-size: 18px;
    line-height: 22px;
  }

  .heading-35 {
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 29px;
  }

  .icon {
    background-color: #000;
  }

  .image-recital-2023 {
    display: none;
  }
}


