@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: #EDD1CD; */
		fill: #f8f8d8;
    stroke: #000000;
    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: #EC7A69; */
	fill: #dddd00;
    stroke: #000000;
    stroke-width: 2;
    cursor: pointer;
}

.fingering_selected:hover {
    /* fill: #f39587; */
		fill: #ebeb02;
    stroke: #000000;
    stroke-width: 4;
}

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

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

.fingering_incorrect_answer:hover {
	/* fill: #d9432d; */
	fill: #f39587;
    stroke: #000000;
    stroke-width: 2;
}

.fingering_correct_answer {
       fill: #57bbb3;
    stroke: #000000;
    stroke-width: 2;
}

.fingering_correct_answer:hover {
       fill: #57bbb3;
    stroke: #000000;
    stroke-width: 2;
}

.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);
}

.send-feedback {
	font-size: 1.1em;
	margin: 10px auto auto;
	text-align: center;
	display: none;
}

.send-feedback .fa-comment-dots {
	font-size: 1.4em;
	position: relative;
	top: 2px;
}

.send-feedback a, .send-feedback a:hover, .send-feedback a:focus {
	text-decoration: none;
}


@media( max-width: 600px ) {
	.send-feedback {
		display: block;
	}
	
	.send-feedback a, .send-feedback a:hover, .send-feedback a:focus {
		color: white;
	}
}

@media( max-width: 350px ) {
	#course_unit_title_mobile {
		font-size: 1.4em;
	}

	/* #course_unit_navigation_mobile { */
		/* transform: scale(0.5); */
		/* margin-top: -13px; */
	/* } */
}