@charset "utf-8";
/* CSS Document */

#header {
  position: fixed;
  top: 0;
  left: 0;
  background: #F7f7f7;
  width: 100%;
  HEIGHT: 66px;
}

/*.anchor::before {
  content:"";
  display:block;
  height: 100px; /* fixed header height*
  margin:-100px 0 0; /* negative fixed header height *
  z-index: -4;
}*/

#header #mp_break, #header #mp_mobile_break {
  display: none;
}

#header #mainly_piano { 
  font-size: 44px; 
  font-family: 'Tangerine', cursive; 
  position: absolute;
  color: white;
  top: 11px;
  left: 50px;
  text-decoration: none;
}

#header #mainly_piano:hover{
  text-decoration: none;
  color: black;
}

#header #subtitle { display: none; font-size: 11px; white-space: nowrap; }
#header #main_menu {
  text-align: center;
  background: blueviolet;
  width: 100%;
  white-space: nowrap;
  height: 63px;
}

#header #mobile_menu {
  position: fixed;
  top: 0;
  left: 0;
  font-weight: bold;
  width: 100%;
  display: none;
  background: blueviolet;
  color: white;
  height: 63px;
}

#header #mobile_menu #mp {
  color: white;
  font-family: 'Tangerine', cursive; 
  font-size: 40px;
  position: fixed;
  left: 70px;
  top: 12px;
  text-decoration: none;
}

#header #mobile_menu #mp:hover {
  color: black;
  text-decoration: none;
}

#header #mobile_logo {
  display: none;
  position: fixed;
  left: 12px;
  top: 10px;
  z-index: 1;
}

#header #main_menu .menu_reviews_text {
  display: inline-block;
  color: white;
  padding: 6px 6px 4px 6px;
  font-weight: bold;
}

#header #main_menu .menu_break {
  border-top: 1px solid white;
  width: 30%;
  margin: auto;
}

#header #main_menu .menu_entry {
  display: inline-block;
  text-decoration: none;
  color: white;
  padding: 6px 6px 6px 6px;
}

#header #main_menu .menu_entry:hover {
  background: black;
  color: white;
  padding-bottom: 5px;
}

@media all and (max-width:1025px) {
  #header #main_menu .menu_entry {
    font-size: 14px;
  }
}

@media all and (max-width:960px) {
  #header #mainly_piano { 
    left: 12px;
    font-size: 36px;
    top: 16px;
    font-weight: bold;
  }
  
  #header #main_menu .menu_first_row, #header #main_menu .menu_second_row {
    margin-left: 220px;
    width: 500px;
    text-align: center;
  }
  
  #header #main_menu .menu_break {
    width: 200px;
  }
}

@media all and (max-width:920px) {
  #header #mp_break {
    display: block;
  }
  
  #header #mainly_piano {
    font-weight: bold;
    font-size: 26px;
    top: 6px;
    text-align: center;
  }
  
  #header #main_menu .menu_first_row, #header #main_menu .menu_second_row {
    margin-left: 120px;
  }
}

@media all and (min-width:801px) {
  .mobile_only {
    display: none !important;
  }
}

@media all and (max-width: 800px) {
  #header #main_menu {
    display: none;
  }
  
  #header #mobile_menu, #header #mobile_logo {
    display : block;
  }
  
  #header #mobile_logo img {
    width: 40px;
  }
}

@media all and (max-width: 500px) {
  #header #mp_mobile_break {
    display: block;
  }
  
  #header #mobile_menu #mp {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    top: 5px;
    left: 110px;
  }
}

@media all and (max-width:390px) {
  #header #mobile_menu #mp {
    left: 70px;
  }
}

@media all and (max-width:390px) {
  #header #mobile_menu #mp {
    left: 70px;
    font-size: 16px;
    top: 15px;
    
  }
}

#mobile_menu_close_button img {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 40px;
  height: 40px;
  z-index: 60;
  display: none;
}

#mobile_dropdown_menu {
  display:none;
  background: purple;
  position: fixed;
  top: 0;
  left: 0px;
  z-index: 50;
  border: 1px solid #1EB297;
  padding: 8px 8px 8px 60px;
}

#mobile_dropdown_menu .menu_entry, #mobile_dropdown_menu .menu_reviews_text {
  display: block;
  text-decoration: none;
  color: white;
  padding: 6px;
}

#mobile_dropdown_menu .mobile_reviews {
  padding-left: 20px;
}

#footer {
  border-top: 2px solid blueviolet;
  text-align:center;
  padding-top: 14px;
  padding-bottom: 30px;
  margin-top: 20px;
  clear: both;
}

#footer_kathy {
  margin-bottom: 6px;
}

#footer_links {
  margin-top: 10px;
  line-height: 1.8;
}

#footer_links a {
  display: inline-block;
  margin-right: 12px;
}

#footer #neucart, #footer_amazon {
  margin-top: 10px;
  font-size: 11px;
}