/* custom css */

body {font-family: Verdana, sans-serif;} /* Verdana is the default font for w3 css */

#scoreBoard {color: HotPink;}
.scoreStars {color: white;}

.noteButtons {color: white; background-color: DodgerBlue; font-weight: bold; outline: none; box-shadow: none;}
.solfege {color: white; background-color: DodgerBlue; font-weight: bold;}
.keypadButtons {color: white; background-color: LimeGreen; font-weight: bold; margin-right: 1px; margin-bottom: 5px;}
.clearEnterButtons {padding-top: 25px; padding-bottom: 25px;}
.operatorPlayMusic {color: grey; background-color: LightCyan; margin-bottom: 5px;}
.operatorPlay {color: grey; background-color: LightCyan; font-weight: bold; margin-bottom: 5px;}

/* navigation links */ 
.sidebarNav {}
.contentNav {color: Grey;}
.modalsNav {}

.textShadow {text-shadow: 1px 1px 1px #000000;}

h1 {margin: 0px;}
p {margin: 0px;}

/* links */
a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

#mode {background-color: lightGrey}
