@charset "UTF-8";

* {
  box-sizing: border-box;
}

a,
article,
aside,
body,
div,
em,
footer,
form,
h1,
h2,
h3,
header,
html,
img,
li,
main,
nav,
p,
section,
span,
table,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
}

body {
  font-size: 1.4em;
  line-height: 1.4em;
  font-family: 'Quicksand', sans-serif;
  letter-spacing: -0.5px;
  font-weight: normal;
  color: #333333;
}

/** For LARGE NAV CURRENT PAGE **/
 #thispage {
    color: #F9812A !important;
  }

/** CLASS FOR SPANISH TEXT = BLUE **/
.esp {
  color: #4aa3df !important; 
}

/** MY BRAND: TITLE & SUBTITLE - MY NAME **/
#title {
  font-size: 0.94em;
}

/** MAKES LINE UNDER TITLE **/
#title::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.06em;
  background: #999999;
  margin: -2px auto 5px auto;

}

.subtitle {
  text-align: center;
  line-height: 1.2em;
  font-size: 0.70em;
}

h1 {
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.15em;
  margin-bottom: 5px;
}

h2 {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 5px;
}

h3 {
  font-size: 1.0em;
  font-weight: 600;
}

em {
  font-weight: 700;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  font-weight: 500;
  transition: all 0.5s ease;
  text-decoration: none;
  color: #F9812A;
}

a:focus,
a:hover,
a:focus .esp,
a:hover .esp  {
  color: #AFC325 !important;
  font-weight: 500 !important;
  transition: all 0.5s ease !important;
  text-decoration: none !important;
}



/** IMAGE FLOATS **/
.left {
  float: left;
  margin-right: 10px;
}


/** HR tag Horizontal Line **/
#divider {
  font-size: 1.5em;
  color: #AFC325;
  padding-bottom: 40px;
  text-align: center;
  letter-spacing: 0.05em;
}


/** SMALL FONT FOR COPYRIGHT, ETC **/
.tiny {
  font-size: 0.75em;
}

ol,
ul {
  list-style: none;
}

main ul {
  margin: 8px 0px 20px 0px;
}

main ul li {
  list-style-type: disc;
  list-style-position: initial;
  margin-left: 23px;
  padding: 5px 0px 20px 0px;
}

/** PLACING TEXT IN WHITE ROUNDED CORNER BOX **/
.white-bubble {
  text-align: center;
  padding: 26px 20px;
  border-radius: 8px;
  background-color: #FFFFFF;
}

/** STYLING QUOTES in SPAN **/
.italic {
  font-style: italic;
}


/** MAKE RECAPTCHA NICE ON MOBILE **/
@media only screen and (max-width: 575px) {
  .g-recaptcha {
    transform: scale(0.82);
    -webkit-transform: scale(0.82);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

#index ul li {
  list-style-type: none;
}

/** IMAGE ON ABOUT PAGE **/
#about-img, #mycolorimg{
  width: 200px;
  height: auto;
  border-radius: 8px;
}



/******************************/
/***  320px MOBILE STYLES  ******/
/*****************************/
@media only screen and (min-width: 320px) {


  /** HIDE THIS NAV ON MOBILE **/
  #fullsize {
    display: none;
  }


  /** STRUCTURE **/
  header,
  #wrapper,
  footer {
    width: 100%;
  }

  section,
  aside,
  article,
  footer {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  header,
  section,
  aside,
  article,
  footer {
    padding-left: 11%;
    padding-right: 11%;
  }

  /** Generic SECTION Styles **/
  section {
    background-color: #EEEEEE;
  }

  /** GENERAL PARAGRAPH STYLE **/
  main p,
  aside p {
    margin-bottom: 30px;
  }

  main p,
  aside p,
  main a,
  main li,
  .declaration,
  blockquote,
  #process p {
    font-weight: 500;
  }

  /** FOR ALL H1 EXCEPT ON INDEX **/
  h1:not(#invitation) {
    font-size: 1.3em;
  }

  /** HEADER UNIVERSAL **/
  header {
    padding-bottom: 25px;
    border-bottom: 0.02em solid #CCCCCC;
    background-color: #FFFFFF;
  }

  /** CLEAR THE FLOATS **/
  header::after {
    content: "";
    clear: both;
    display: table;
  }

  #brand {
    margin-top: 20px;
    float: left;
  }


  /*********************/
  /** INTRO on INDEX **/

  #intro {
    text-align: center;
    background-color: #EEEEEE;
  }

  /** IMAGE ABOVE INTRO on INDEX **/
  #main-image {
    display: block;
    border-radius: 8px;
    width: 200px;
    height: auto;
    margin: 0px auto 0px auto;
  }

  #invitation {
    font-weight: 700;
    padding: 12px 10px 10px 12px;
  }

  .declaration {
    width: 100%;
    max-width: 500px;
    padding: 12px 0px 0px 0px;
    margin: 0px auto 0px auto;
  }

  /** EXAMPLE IMG on EQUIPMENT PAGE **/
  /** CONTAINER FIGURE **/
  .exampleimg {
    width: 100%;
    margin: 0px 0px 28px 0px;
    padding: 0px 0px 0px 0px;
    
  }
  /** IMG inside FIGURE **/
  .exampleimg img {
    border-radius: 8px;
    border: 1px solid #333333;
    width: 100%;
    height: auto;
  }

  /** FIGCAPTION TEXT **/
  .exampleimg figcaption {
    line-height: 1.4em;
    font-size: 0.8em;
    margin: -5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  
  

  /** CHALLENGES AND SOLUTIONS **/
  #challenges {
    background-image: url("images/pianokeysbackground.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
  }

  #solutions {
    background-color: #FFFFFF;
  }

  /***********************************/
  /** TESTIONIALS on INDEX **/

  #testimonials {
    padding-top: 80px;
    padding-bottom: 1px;
    /* 1px keeps distance correct */
    background-color: #EEEEEE;
  }

  /** INDIVIDUAL TESTIMONIES on INDEX **/
  .testimony {
    margin-bottom: 50px;
    padding: 25px 30px 30px 30px;
    background-color: #FFFFFF;
    border-radius: 3px;
  }

  /** SVG IMAGE of QUOTE DECORATION PLACEMENT **/
  .testimony::before {
    background-image: url("images/treble-circle.svg");
    background-size: 40px 40px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 40px;
    content: "";
    margin: -45px 0px 20px 0px;
  }

  /** IMAGES IN TESTIMONIALS **/
  .student-img {
    display: block;
    /* block makes center with margins */
    width: 120px;
    height: auto;
    margin: 0px auto 20px auto;
    border-radius: 8px;
  }

  .testimony p,
  blockquote {
    line-height: 1.5em;
    font-size: 0.85em;
  }

  /** STYLING QUOTES in TESTIMONIALS **/
  blockquote {
    margin: 0px 0px 40px 0px;
    padding: 0px;
    quotes: "“""”""‘""’";
  }

  blockquote::before {
    content: open-quote;
  }

  blockquote::after {
    content: close-quote;
  }

  .name {
    font-weight: 700;
  }

  /** STATEMENTS on INDEX **/
  .statement {
    background-color: #EEEEEE;
    /** CENTERED ON MOBILE **/
    text-align: center;

  }

  /**  SIGNUP & BUTTON on INDEX **/
  .signup {
    text-align: center;
    background-color: #FFFFFF;
  }

  .button {
    font-size: 0.9em;
    padding: 8px 12px 8px 12px;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #F9812A;
    background-color: #FFFFFF;
    box-shadow: 2px 3px 8px #999999;
  }

  .button:hover {
    border: 1px solid #AFC325;
  }

  /** GREETING on INDEX **/
  #greeting {
    background-color: #EEEEEE;
    text-align: center;
  }

  /** MY IMAGE IN GREETING **/
  #myimage {
    display: block;
    margin: 0px auto 12px auto;
    width: 200px;
    height: auto;
    border-radius: 8px;
  }

  /** PROCESS SECTION on INDEX **/
  #process {
    background-color: #FFFFFF;
  }

  .element {
    padding: 20px 20px 30px 25px;
    margin-bottom: 30px;
    border-radius: 3px;
  }

  .element p {
    font-size: 0.85em;
    line-height: 1.35em;
    margin: 0px 0px;
    padding: 0px 0px;
    font-weight: 400;
  }

  .element h3 {
    font-size: 0.95em;
    font-weight: 700;
    margin-bottom: 3px;
  }

  .e1 {
    border: 2px solid #F5B043;
  }

  .e2 {
    border: 2px solid #EB9CF4;
  }

  .e3 {
    border: 2px solid #75B9E7;
  }

  .e4 {
    border: 2px solid #36d278;
  }


  /** ABOUT ME SECTION ON INDEX **/
  #about {
    background-color: #EEEEEE;
  }

  .more {
    background-color: #EEEEEE;
  }

  #contact {
    background-color: #333333;
    /** TOP PADDING to clear MAP **/
    max-width: 600px;
    padding: 0px 0px 0px 0px;
    margin: 20px auto 40px auto;
  }


  aside {
    background-color: #FFFFFF;
  }

  /** TO MAKE IFRAMEs RESPONSIVE **/
  #videocontainer {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    margin-bottom: 40px;
  }

  #videocontainer iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
  }


  /** FOOTER **/
  footer {
    padding-top: 80px;
    background-color: #333333;
    color: #CCCCCC;
    text-align: center;
  }

  footer p {
    padding-bottom: 26px;
  }


  #footer-nav {
    font-size: 0.8em;
    background-color: #333333;
    padding-left: 0px;
    padding-right: 0px;
  }

  #footer-nav a {
    line-height: 2.5em;
    padding: 0px 10px 0px 10px;
  }

  /** CONTACT PAGE IMAGE **/
  main #grandpiano {
    display: block;
    padding-top: 40px;
    margin: 20px auto;
    width: 100%;
    max-width: 450px;
    height: auto;
  }


  /***************************/
  /***  MAIL FORM STYLES ****/
  /* (A) NOTIFICATION */
  #notify {
    color: #FF0000;
    font-weight: 500;
    background: #EEEEEE;
    padding: 5px;
    margin-bottom: 10px;
  }

  /* (B) FORM */
  #cform {
    width: 100%;
    background-color: #cccccc;
    padding: 40px 20px 40px 20px;
  }

  #cform h2 {
    margin-bottom: 16px;
    font-weight: 500;
    color: #333333;
    text-align: left;
  }

  #cform input,
  #cform textarea {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 16px;
    resize: none;
    margin-bottom: 10px;
    border: 1px solid #F9812A;
    border-radius: 5px;
    font-family: 'Quicksand', sans-serif;
    font-size: 0.85em;
  }

  /** FOR CONTACT FORMS THROUGHOUT **/
  #cform textarea {
    height: 150px;
  }

  #cform input[type=submit] {
    margin-top: 15px;
    font-size: 1.0em;
    width: 180px;
    background-color: #F9812A;
    color: #FFFFFF;
    transition: all 0.5s ease;
  }

  #cform input[type=submit]:hover {
    background-color: #AFC325;
    border: 1px solid #AFC325;
  }

  /** FOR CONTACT FORM ON CONSULTATION PAGE ONLY **/
  #consultation #cform textarea {
    font-size: 0.8em;
    height: 250px;
  }

  /** CONSULTATION CONTACT FORM **/
  #diagnostic-form {
    padding-top: 0px;
  }


}


/*******************************************/
/********  632px MOBILE STYLES ************/
/*** FOR INTRO  & MAIN IMAGE SECTION ******/
/******************************************/
@media only screen and (min-width: 632px) {


  /** SET GRID FOR INTRO SECTION ON INDEX **/
  #intro {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0px 0px;
    column-gap: 15px;
    align-items: center;
  }

  /** IMAGE ON INDEX TOP **/
  #main-image {
    grid-column: 1/2;
    width: 100%;
    max-width: 300px;
  }

  #opening-text {
    grid-column: 2/3;
  }

  /** EXAMPLE IMG on EQUIPMENT PAGE **/
  /** CONTAINER FIGURE **/
  .exampleimg {
    display: inline-block;
    width: 46%;
    margin: 4px 0px 28px 4px;
    padding: 0px 0px 0px 0px;
  }

  /** FIGCAPTION TEXT **/
  .exampleimg figcaption {
    padding: 0px 10px 0px 5px;
  }
  


}



/******************************/
/***  768px MOBILE STYLES  ******/
/*****************************/
@media only screen and (min-width: 768px) {


  /** IMAGE FLOATS **/
  #left-better,
  #about-img {
    width: 180px;
    height: auto;
    float: left;
    margin: 12px 20px 0px 0px;
  }

  /** HR tag Horizontal Line **/
  #divider {
    letter-spacing: 0.2em;
  }


  /** INCREASE FONT SIZE FOR LARGER SCREENS **/
  main p {
    font-size: 1.3em;
    line-height: 1.35em;
    margin-bottom: 34px;
  }

  main li {
    font-size: 1.1em;
  }

  /** FOR ALL H1 EXCEPT ON INDEX **/
  h1:not(#invitation) {
    font-size: 2.4em;
  }

  h2 {
    font-size: 1.85em;
    padding-bottom: 12px;
  }

  h3 {
    font-size: 1.3em;
  }

  /* Contact FORM */
  #cform {
    padding: 40px 40px 40px 40px;
  }

 
  footer {
    text-align: center;
  }

  /** CONTACT PAGE ONLY FORM DIV SETTINGS **/
  #contactFormPageOnly {
    padding-top: 20px;
  }

}



/******************************/
/***  981px Larger STYLES  ******/
/*****************************/
@media only screen and (min-width: 981px) {

  main p,
  aside p,
  main a,
  main li,
  .declaration,
  blockquote,
  #process p {
    font-weight: 400;
  }

  header {
    padding-left: 5%;
    padding-right: 5%;
    position: fixed;
    z-index: 2;
  }

  #wrapper {
    padding-top: 100px;
  }

  /** FOR MAIN AREAS THAT NEED A SPECIAL STYLE **/
  main:not(.no-padding) {
    padding-top: 40px;
    background-color: #EEEEEE;
  }

  #intro {
    padding-top: 80px;
  }

  section,
  aside,
  article,
  footer {
    padding-left: 15%;
    padding-right: 15%;
  }

  /** HIDE MOBILE NAV ON BIG SCREENS **/
  .outer-menu {
    display: none;
  }

  /** SHOW THIS NAV ON BIG SCREENS **/
  #fullsize {
    padding-top: 66px;
    display: block;
    float: right;
    /** THIS MAKES SAFARI RENDER CORRECTLY **/
    /** width: 300px; **/
  }

  /** FULL SIZE NAV's UL **/
  #menu li {
    display: inline;
  }

  #menu li a:link,
  #menu li a:visited,
  #menu li a:hover,
  #menu li a:active {
    font-size: 0.75em;
    padding: 5px 8px 5px 8px;
    color: #333333;
    text-decoration: none;
  }

  #menu li a:hover {
    color: #CCCCCC;
  }

  #menu li:not(:last-child) {
    padding-right: 10px;
  }

  /** BLOG HEADER ADJUST **/
  #blog-heading {
    padding-top: 70px;
  }

  aside {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0px 0px;
    column-gap: 40px;
  }

  aside p {
    background-color: #EEEEEE;
    padding: 14px 18px;
  }

  aside p:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }

  aside p:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/2;
  }

  aside p:nth-child(3) {
    grid-column: 1/3;
    grid-row: 2;
  }

  

  #contact {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }

}

/******************************/
/***  1100px Larger STYLES  ******/
/*****************************/
@media only screen and (min-width: 1100px) {

  /** SET GRID ON TESTIMONIALS ON INDEX **/
  #testimonials {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0px 0px;
    column-gap: 30px;
  }

  .testimony:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/6;
  }

  .testimony:nth-child(2) {
    grid-column: 3/5;
    grid-row: 1/6;
  }

  .testimony:nth-child(3) {
    grid-column: 2/4;
    grid-row: 6/11;
  }


  /** SET GRID ON PROCESS SECTION ON INDEX **/
  #process-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    margin: 0px 0px;
    column-gap: 20px;
  }

  .e1 {
    grid-column: 1/3;
    grid-row: 1/4;
  }

  .e2 {
    grid-column: 3/5;
    grid-row: 1/4;
  }

  .e3 {
    grid-column: 5/7;
    grid-row: 1/4;
  }

  .e4 {
    grid-column: 7/9;
    grid-row: 1/4;
  }

}

/**  FOR MOBILE TEL link issues **/
a[href^="tel"] {
  color: #F9812A;
  text-decoration: none;
}

a:hover[href^="tel"] {
  color: #AFC325;
  text-decoration: none;
}