body {
	background-color: #FFFCEC;
	font-family: "Verdana", serif;
}
h1 {
    font-size: 4vh;
	font-weight: bold;
	text-decoration: underline;
}
h2 {
    font-size: 2.5vh;
}
h3 {
    font-size: 3vh;
}
p {
    font-size: 1.7vh;
}
p2 {
    font-size: 2vh;
}

#bigbox {
    position: static;
	background-color: white;
    width: 90vw;
	height: 70vh;
    border: 2px solid #00376C; 
	margin: auto;
}
#topbox {
    position: relative;
	margin: auto;
	padding: 4vh 0vw 4vh 0vw;
	width: 80vw;
	overflow: auto;
}
#topleftbox {
    position: relative;
	float: left;
}
#toprightbox {
    position: relative;
	float: right;
}
#resultscontainer {
	overflow: auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
#results1 {
	padding: 2vh 2vw 2vh 2vw;
	flex: auto;
}
#results2 {
	padding: 2vh 2vw 2vh 2vw;
	flex: auto;
}
#results3 {
	padding: 2vh 2vw 2vh 2vw;
	flex: auto;
}
#notationcontainer {
	margin: auto;
	overflow: auto;
	padding: 2vh 2vw 2vh 2vw;
	text-align: center;
}
#modalcontainer {
	position: relative;
}
#grad1 {
    position: absolute;
	z-index: 1;
    height: 35vh;
    width: 90vw;
    background-image: repeating-linear-gradient(90deg,#0F7EEA, white 20%);
}
#grad2 {
    position: absolute;
	z-index: 1;
	margin-top: 35vh;
    height: 35vh;
    width: 90vw;
    background-image: repeating-linear-gradient(90deg,#0F7EEA, white 16.66%);
}
#guide {
	position: absolute;
	display: none;
	z-index: 1;
	width: 90vw;
	height: 70vh;
	background-image: repeating-linear-gradient(90deg,transparent, rgba(0, 0, 0, 0.2) 2px, transparent 2px, transparent 3.33%);
}
#scroll {
  display: none;
  position: relative;
  z-index: 2;
  height: 70vh;
  width: 5px;
  height: 70vh;
  background-color: #FF0D00;
  animation: road infinite linear 1500ms 0s;
}
@keyframes road {
  0% {transform: translateX(0vw); }
  100% {transform: translateX(89.4vw)
}
}
#guidebutton {
  width: 10vh;
  height: 8vh;
  background-color: rgb(169, 182, 196);
  border-radius: 30px;
  border: none;
  box-shadow: 0 .5vw #9EA4AA;
}
#guidebutton:active {
	box-shadow: 0 .1vw #8A9197;
	transform: translateY(.4vw);
	outline:none;
}
#guidebutton:focus {
	outline:none;
}
#guidebuttoncontent {
  padding-top: 1vh;
  margin: auto;
  color: white;
  text-align:center;
  font-size: 6vh;
}
#mutebutton1 {
  width: 10vh;
  height: 8vh;
  background-color: rgb(169, 182, 196);
  border-radius: 30px;
  border: none;
  box-shadow: 0 .5vw #9EA4AA;
}
#mutebutton1:active {
	box-shadow: 0 .1vw #8A9197;
	transform: translateY(.4vw);
	outline:none;
}
#mutebutton1:focus {
	outline:none;
}
#mutebutton1content {
  padding-top: 1vh;
  margin: auto;
  color: white;
  text-align:center;
  font-size: 6vh;
}
#mutebutton2 {
  width: 10vh;
  height: 8vh;
  background-color: rgb(169, 182, 196);
  border-radius: 30px;
  border: none;
  box-shadow: 0 .5vw #9EA4AA;
}
#mutebutton2:active {
	box-shadow: 0 .1vw #8A9197;
	transform: translateY(.4vw);
	outline:none;
}
#mutebutton2:focus {
	outline:none;
}
#mutebutton2content {
  padding-top: 1vh;
  margin: auto;
  color: white;
  text-align:center;
  font-size: 6vh;
}
#refreshbutton {
  width: 10vh;
  height: 8vh;
  background-color: rgb(255, 217, 0);
  border-radius: 30px;
  border: none;
  box-shadow: 0 .5vw #9EA4AA;
}
#refreshbutton:active {
	box-shadow: 0 .1vw #8A9197;
	transform: translateY(.4vw);
	outline:none;
}
#refreshbutton:focus {
	outline:none;
}
#refreshbuttoncontent {
  padding-top: 1vh;
  margin: auto;
  color: white;
  text-align:center;
  font-size: 6vh;
}
#notatebutton {
  width: 10vh;
  height: 8vh;
  background-color: rgb(255, 170, 6);
  border-radius: 30px;
  border: none;
  box-shadow: 0 .5vw #9EA4AA;

}
#notatebutton:active {
	box-shadow: 0 .1vw #8A9197;
	transform: translateY(.4vw);
	outline:none;
}
#notatebutton:focus {
	outline:none;
}
#notatebuttoncontent {
  padding-top: 1vh;
  margin: auto;
  color: white;
  text-align:center;
  font-size: 6vh;
}
#realisebutton {
  width: 10vh;
  height: 8vh;
  background-color: rgb(255, 170, 6);
  border-radius: 30px;
  border: none;
  box-shadow: 0 .5vw #9EA4AA;

}
#realisebutton:active {
	box-shadow: 0 .1vw #8A9197;
	transform: translateY(.4vw);
	outline:none;
}
#realisebutton:focus {
	outline:none;
}
#realisebuttoncontent {
  padding-top: 1vh;
  margin: auto;
  color: white;
  text-align:center;
  font-size: 6vh;
}
#playbutton {
  width: 10vh;
  height: 8vh;
  background-color: rgb(29, 213, 0);
  border-radius: 30px;
  border: none;
  box-shadow: 0 .5vw #9EA4AA;
}
#playbutton:active {
	box-shadow: 0 .1vw #8A9197;
	transform: translateY(.4vw);
	outline:none;
}
#playbutton:focus {
	outline:none;
}
#playbuttoncontent {
  padding-top: 1vh;
  margin: auto;
  color: white;
  text-align:center;
  font-size: 6vh;
}
#btnFullscreen {
  width: 10vh;
  height: 8vh;
  background-color: rgb(169, 182, 196);
  border-radius: 30px;
  border: none;
  box-shadow: 0 .5vw #9EA4AA;
}
#btnFullscreen:active {
	box-shadow: 0 .1vw #8A9197;
	transform: translateY(.4vw);
	outline:none;
}
#btnFullscreen:focus {
	outline:none;
}
#btnFullscreencontent {
  padding-top: 1vh;
  margin: auto;
  color: white;
  text-align:center;
  font-size: 6vh;
}
#DUMMYbtnFullscreen {
  width: 12vh;
  height: 8vh;
  background-color: rgb(169, 182, 196);
  border-radius: 30px;
  border: none;
  box-shadow: 0 .5vw #9EA4AA;
}
#DUMMYbtnFullscreen:active {
	box-shadow: 0 .1vw #8A9197;
	transform: translateY(.4vw);
	outline:none;
}
#DUMMYbtnFullscreen:focus {
	outline:none;
}
#DUMMYbtnFullscreencontent {
  padding-top: 1vh;
  margin: auto;
  color: white;
  text-align:center;
  font-size: 6vh;
}
#bpmbox {

}
#box1 {

  width: 5vw;
}
#box2 {

  width: 5vw;
}
#colon {

  width: 5vw;
}
#bpmbpm {

  width: 5vw;
}
.defaultTextBox {
	font-family: "Verdana", serif;
    padding: 0;
    height: 8vh;
	width: 8vh;
    position: relative;
    left: 0;
    outline: none;
    border: 1px solid #cdcdcd;
    border-color: rgba(0,0,0,.15);
    background-color: white;
    font-size: 6vh;
	text-align:center;
}
.bpmtextbox {
	font-family: "Verdana", serif;
    padding: 0;
    height: 8vh;
	width:13vh;
    position: relative;
    left: 0;
    outline: none;
    border: 1px solid #cdcdcd;
    border-color: rgba(0,0,0,.15);
    background-color: white;
    font-size: 6vh;
	text-align:center;
	margin-left: 1vw;
}
.colonbox {
	font-family: "Verdana", serif;
    padding: 0;
    height: 8vh;
	width: 3vh;
    position: relative;
    left: 0;
    outline: none;
    border: 0px solid #cdcdcd;
    border-color: rgba(0,0,0,.15);
    background-color: #FFFCEC;
    font-size: 6vh;
	text-align:center;
}
.bpmbpmbox {
	font-family: "Verdana", serif;
    padding: 0;
    height: 8vh;
	width: 14vh;
    position: relative;
    left: 0;
    outline: none;
    border: 0px solid #cdcdcd;
    border-color: rgba(0,0,0,.15);
    background-color: #FFFCEC;
    font-size: 6vh;
	text-align:center;
}
.warning {
	font-family: "Verdana", serif;
	text-align:center;
}
button:focus {outline:0;}


#warning-message { display: none; }

@media only screen and (orientation:portrait){

    #notes { display:none; }
	#results { display:none; }

    #warning-message { 
	height: 100vh;
	width: 60vw; 
	display:block; 
	margin: auto;
	padding-left: 2vw;
	padding-right: 2vw;
	padding-top: 20vh;
	}

}

@media only screen and (orientation:landscape){

    #warning-message { display:none; }

}

.modalDialog {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
		padding-top: 9vh;
        background: rgba(0,0,0,0.8);
        z-index: 99999;
        opacity:0;
        -webkit-transition: opacity 400ms ease-in;
        -moz-transition: opacity 400ms ease-in;
        transition: opacity 400ms ease-in;
        pointer-events: none;
    }

    .modalDialog:target {
        opacity:1;
        pointer-events: auto;
    }

    .modalDialog > div {
	background-color: #FFFCEC;
	border-radius: 30px;
    margin: auto;
    padding: 1%;
    border: 1px solid #888;
    width: 80%;
	position: relative;
    }

    .close {
    color: #aaaaaa;
    right: 15px;	
	top: 15px;
    font-size: 28px;
    font-weight: bold;
	position: absolute;
	z-index: 1;
    }

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


#score {
    background: #FFFCEC;
    /*border: 10px solid #DDDDCC;*/
	height: 100%;
	width: 100%;
	display: inline-block;
}


