@font-face {
    font-family: 'ThetaMusicTrainer';
    src: url('ThetaMusicTrainer.woff2') format('woff2'),
         url('ThetaMusicTrainer.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ThetaMusicTrainer2';
    src: url('ThetaMusicTrainer2.woff2') format('woff2'),
         url('ThetaMusicTrainer2.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ThetaMusicTrainer2';
    src: url('ThetaMusicTrainer2-Bold.woff2') format('woff2'),
         url('ThetaMusicTrainer2-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

#gameArea {
    font-family: 'ThetaMusicTrainer', sans-serif;
    font-size: 20;
}

.fingering_svg {
    fill: #ffffff;
    stroke: #c3c3e5;
}

/* The order of these is important! Must put the unselected before the selected */

.fingering_unselected {
    fill: #ffffff;
    stroke: #000000;
    stroke-width: 2;
    cursor: pointer;
}

.fingering_unselected:hover {
    fill: #ffffb8;
    stroke: #0000bb;
    stroke-width: 4;
}

.fingering_unselected_blackkey {
    fill: #000000;
    stroke: #000000;
    stroke-width: 2;
    cursor: pointer;
}

.fingering_unselected_blackkey:hover {
    fill: #999999;
    stroke: #0000bb;
    stroke-width: 4;
}

.fingering_selected {
    fill: #ffab00;
    stroke: #000000;
    stroke-width: 2;
    cursor: pointer;
}

.fingering_selected:hover {
    fill: #ffab00;
    stroke: #0000bb;
    stroke-width: 4;
}

.fingering_disabled {
    fill: #ffffff;
    stroke: #ddddff;
    stroke-width: 1;
}

.fingering_disabled:hover {
    fill: #ffffff;
    stroke: #ddddff;
    stroke-width: 1;
}

.no-pointer-events {
    pointer-events:none;
}

.trombone_base {
    fill: #000000;
    stroke: #000000;
}

.trombone_slide {
    fill: #ffffff;
    stroke: #000000;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

#course_unit_title_and_navigation_mobile {
	margin: auto;
	text-align: center;
	position: absolute;
	font-family: 'ThetaMusicTrainer2', sans-serif;
}

#course_unit_title_and_navigation_mobile a {
	text-decoration: none;
}

#course_unit_title_mobile {
	font-weight: bold;
	font-size: 1.8em;
	/*margin-bottom: 0.3em;*/
	color:white;
}

#course_unit_navigation_mobile {
	transform: scale(0.7);
}
