﻿@font-face
{
    font-family: emulogic;
    src: url(../Fonts/emulogic.ttf);
}

@font-face
{
    font-family: fontAwesome;
    src: url(../Fonts/fontawesome-webfont.ttf);
}
html, body, .wrap 
{
    color: black;
    height: 100%;
    width: 100%;
    margin: 0px;
    text-align: center;
    font-family: emulogic;
}

#request_audio_permission
{
  position:fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #00bcd4de;
  z-index: 1;
  cursor: pointer;

}

a
{
    text-decoration:none;
}

.listLocation 
{
    list-style-type: disc;
}

a:active
{
    color: dodgerblue;
}

.wrap
{
    display:table;
}
.firstRow
{
    height: 10vh;
    background-color: mediumpurple;
    color: white;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}
.titleText
{
    color: white;
    font-size: 50px;
    padding-top: 10px;
}
.secondRow
{
   position: absolute;
   top: 10vh;
   width: 100%;
   height: 75vmin;
}
.secondRow:hover
{
   
}
.thirdRow
{
    position: absolute;
    background-color:plum;
    height:15vh;
    width: 100%;
    bottom: 0px;
}
.bottomButtonContainer
{
    padding-bottom: 6px;
}
.ButtonOne
{
    text-decoration:none;
    font-size: 5vmin;
    color: rebeccapurple;
    cursor: pointer;
}

.ButtonOne:active
{
    color: dodgerblue;
}

.ButtonOne:hover
{
    color: plum;
}

.ButtonOne:focus
{
    color: red;
}

.gameImageHolderOne
{
    height: 150px;
}
.staffWithNote
{
    width: 40%;
    max-width: 400px;
    min-width: 300px;
}

@keyframes correctAnswerAnimation
{
    0% 
        {
            font-size: 9vmin; 
            color: mediumpurple; 
            /*padding: 20px;*/
            top: 0vh;left: 50%;
            transform: translate(-50%, 0%);
        }
        25%{top: 0vh;}
        75%{top: 0vh;}
    100% 
        {
            font-size: 9vmin; 
            color: rgba(255, 255, 255, 0); 
            /*padding: 20px;*/
            top: 0vh;
            left: 50%;
            transform: translate(-50%, 0%);
        }
}

.correctAnswerText
{
    display:none;
    color: white;
    font-weight: bold;
    text-shadow:2px 2px 2px limegreen;
    position:absolute;
    padding: 0px;
}
.correctAnswerTextHidden
{
    display: none;
}
.correctAnswerTextAnimate
{
    display:initial;
    font-size: 0;
    position:absolute;   
    animation-name: correctAnswerAnimation;
    animation-duration: 1s;
    padding: 0px;
    border-radius:20px;    
}
.pointCounter
{
    position: absolute;
    color: white;
    right: 0;
    font-size: 3vmin;
    text-align: left;
    top:0px;
    line-height: 5vh;
}

.levelDisplay
{
    position: absolute;
    color: white;
    right: 2vmin;
    font-size: 3vmin;
    text-align: right;
    top:0px;
    line-height: 14vh;
}

@keyframes levelUPAnimation
{
    0% 
        {
            font-size: 8vmin;
            padding:20px;
            top: 200%;
            left: 50%;
            transform: translate(-50%, 0%);
            height: 90%;
            width: 50%;
            opacity: 1;
        }
    45%{top: 5%;}
    75%{top: 5%;}
    100%
        {
            font-size: 8vmin;
            padding: 20px;
            left: 50%;
            top: -200%;
            transform: translate(-50%, 0%);
            height: 90%;
            width: 50%;
            opacity: 1;
        }
}

.levelUPHidden
{
    display:none;
    color: white;
    font-weight: bold;
    text-shadow:2px 2px 2px limegreen;
    position:fixed;
    padding: 0px;
}
.levelUPAnimate
{
    display:initial;
    width: 31%;
    font-size: 0;
    position:fixed;   
    animation-name: levelUPAnimation;
    animation-duration: 2s;
    animation-iteration-count: 1;
    color: white;
    box-shadow:15px 15px 6px 0px rgba(55, 55, 55, .5);
    border: 5px solid white;
    background-color: plum;
    background: url("../Images/CharacterImages/ClefMaster-Pupil-01.png");
    background-size: contain;
    background-repeat:no-repeat;
    background-position: center;
    opacity: 0;
    padding: 0px;
    border-radius:20px;
    box-sizing:border-box;    
    background-color: rgba(102, 51, 153, 0.75); /*rebecca purple*/
    height: 0;
}
@keyframes levelDOWNAnimation /*Animate the background of the message*/
{
    0% {
        font-size: 8vmin;
        padding: 20px;
        top: 200%;
        left: 50%;
        transform: translate(-50%, 0%);
        height: 90%;
        width: 50%;
        opacity: 1;
    }

    45% {
        top: 5%;
    }

    75% {
        top: 5%;
    }

    100% {
        font-size: 8vmin;
        padding: 20px;
        left: 50%;
        top: -200%;
        transform: translate(-50%, 0%);
        height: 90%;
        width: 50%;
        opacity: 1;
    }
}

.levelDOWNHidden {
    display: none;
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px 2px limegreen;
    position: fixed;
    padding: 0px;
}
.levelDOWNAnimate {
    display: initial;
    width: 31%;
    font-size: 0;
    position: fixed;
    animation-name: levelUPAnimation;
    animation-duration: 2s;
    animation-iteration-count: 1;
    color: white;
    box-shadow: 15px 15px 6px 0px rgba(55, 55, 55, .5);
    border: 5px solid white;
    /*background-color: red;*/
    background: url("../Images/CharacterImages/ClefMaster-Monster-01.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    padding: 0px;
    border-radius: 20px;
    box-sizing: border-box;
    background-color: rgba(216, 13, 13, 0.75); /*red*/
    height: 0;
}


#ClefSelectionAlto, #ClefSelectionTenor, #ClefSelectionTreble, #ClefSelectionBass, #ClefSelectionGrandStaff, .toggleButtons
{
    color: white;
    background-color: rebeccapurple;
    border: 2px solid rebeccaPurple;
    border-radius: 10px;
    font-size: 20px;
}
#ClefSelectionAlto.Unselected, #ClefSelectionTenor.Unselected, #ClefSelectionTreble.Unselected, #ClefSelectionBass.Unselected, #ClefSelectionGrandStaff.Unselected, .toggleButtons.Selected
{
    color: grey;
    background-color: white;
    border: 2px solid rebeccaPurple;
    border-radius: 10px;
    font-size: 20px;
}

#ClefSelectionAlto, #ClefSelectionTenor, #ClefSelectionTreble, #ClefSelectionBass, #ClefSelectionGrandStaff, .toggleButtons
{
    outline: none;
}

#staffSize
{
  width: 100vmin;
  position: absolute;
  top:10vh;
  left: 50%;
  transform: translate(-50%, -10vh);
}

#staffBackgroundImage
{
  width: 100vmin;
  position: absolute;
  top:10vh;
  left: 50%;
  transform: translate(-50%, -10vh);
}

.whiteKeysCorrect
{
  background-color: white;
  box-sizing: border-box;
  border: 0.1vw solid black;
  width: 5.88vw;
  height: 30vh;
  cursor: pointer;
  position: relative;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.whiteKeysIncorrect
{
  background-color: red;
  box-sizing: border-box;
  border: 0.1vw solid black;
  width: 5.88vw;
  height: 30vh;
  cursor: pointer;
  position: relative;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.whiteKeys:active
{background-color:lightblue;}

.blackKeysCorrect
{
    background-color: black;
    box-sizing: border-box;
    border: 0.1vw solid gray;
    width: 4.25vw;
    margin-left: 1.62vw;
    height: 15vh;
    position: relative;
    cursor: pointer;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.blackKeysIncorrect
{
    background-color: red;
    box-sizing: border-box;
    border: 0.1vw solid gray;
    width: 4.25vw;
    margin-left: 1.62vw;
    height: 15vh;
    position: relative;
    cursor: pointer;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.blackKeys:active{background-color:orange;}

#upperKeyboard
{
  display: flex;
  margin-left: 2.1vw;
  position: absolute;
  bottom:15vh;
}

#underKeyboard
{
  display: flex; 
  position: absolute;
  bottom: 0px;
  
}

.hideBlackKey
{
  background-color: pink;
  height: 0px;
  border: 0px;
}

.middleC_marker
{
    position: fixed;
    width: 3vw;
    height: 3vw;
    background-color: mediumpurple;
    left: 1vw;
    bottom: 1vh;
    border-radius: 45px;
    left: 48.5vw;
}

.middleC_marker.Bass
{
  background-color: orange;
  left: 72.5vw;
}

.middleC_marker.Tenor
{
  background-color: red;
  left:53.2vw;
}

.middleC_marker.Alto
{
  background-color: green;
  left:53.2vw;
}

.middleC_marker.Treble
{
  background-color: dodgerblue;
  left:19.9vw;
}

.middleC_marker.GrandStaff
{
  background-color: deeppink;
  left:51.8vw;
    border-radius: 45px;
    width: 2vw;
    height: 2vw;
}

#hamburgerButton
{
	font-family: fontAwesome;
	position: fixed;
	top: 0;
	left: 9px;
	font-size: 10vh;
	color: white;
	cursor: pointer;
}

#hamburgerButtonIcon
{
    width: 10vmin;
}
	
.hiddenItem
{
	display:none;
}

.hamburgerMenu
{
    font-size: 2vmin;
    color: gray;
}



	
.hamburgerMenuBlankBackVisible
{
	display: block;
	background-color: rgba(81, 81, 81, 0.5);
	position: fixed;
	width: 100%;
	height: 100%;
  left: 0%;
	top: 0%;
}
	
.hamburgerMenuVisible
{
	display: block;
	background-color: white;
	position: fixed;
	height: 80%;
	width: 80%;
	left: 10%;
	top: 10%;
  color: Black;
}

#hamburgerMenuSettingsText
{
    font-size: 3vmin;
    color: gray;
}
	
#resetScore
{
    cursor:pointer;
}
	
#clefMasterImageHomePage
{
    background-image: url("../Images/CharacterImages/ClefMaster-Pupil-01.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#homepageImage
{
    display:block;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 75vmin;
}

#homepageImage:hover
{
       
}

.staffContainer
{
    position: relative;
    width: 100%;
    height: 100%;
}

    /* home page css*/

#firstRowHome
{
    color: white;
    height: 10vh;
    position: absolute;
    top: 0px;
    width: 100%;
    background-color: mediumpurple;
    font-size: 5vh;
    line-height: 10vh;
}

#firstRowHomeText
{
    color: white;
    font-size: 4vmin;
    position: fixed;
    width: 94vw;
    left: 10vmin;
}

#secondRowHome
{
  position: absolute;
  top:10vh;
  height: 70vh;
  background-color: white;
  width: 100%;
  background-image: url("../Images/CharacterImages/ClefMaster-Pupil-01.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#secondRowHome:hover
{
    background-color: #d5fffe;
}

#thirdRowHome
{
  color: white;
  background-color: plum;
  width: 100%;
  position: absolute;
  bottom: 0px;
  height: 20vh;
  display: flex;
}

.homePageButtons
{
  width: 50%;
  text-align: center;
  line-height: 20vh;
  font-size: 4vh;
}

.homePageButtons:hover
{
    color:mediumpurple;
}

#settingsLinkHomeVisible
{
    position: absolute;
    left: 0;
    cursor: pointer;
    width: 50%;
    font-size: 5vmin;
}

#aboutLinkHomeVisible
{
    position: absolute;
    right: 0;
    cursor: pointer;
    width: 50%;
    font-size: 5vmin;
}

#settingsLinkHome:hover
{
    background-color:mediumpurple;
    color:white;
}

#aboutLinkHome:hover
{
    background-color:mediumpurple;
    color:white;
}

/* about page */
	#aboutButton
	{
	}
		
	.aboutPageBlankBackVisible
	{
	  display: block;
	  background-color: rgba(81, 81, 81, 0.5);
	  position: fixed;
	  width: 100%;
	  height: 100%;
           left: 0%;
	  top: 0%;
	}
	
	.aboutPageVisible
	{
	  display: block;
	  background-color: lightgray;
	  color: Black;
	  position: fixed;
	  height: 80%;
	  width: 80%;
	  left: 10%;
	  top: 10%;
      font-size: 3vmin;
	}

input[type="radio"] {
    display: none;
}

    input[type="radio"] + label:before {
        background-color: white;
        border: 6px solid lightgray;
        border-radius: 3.5vmin;
        content: "";
        display: inline-block;
        font-size: 12vmin;
        height: 5vmin;
        width: 5vmin;
        line-height: 1vmin;
        margin: 0px 6px 6px 0;
        text-align: center;
        vertical-align: middle;
        color: rebeccapurple;
    }

    input[type="radio"]:checked + label:before {
        content: "\2022";
    }

    input[type="radio"]:checked + label {
        color: rebeccapurple;
    }

    input[type="radio"] + label {
        color: mediumpurple;
        font-size: 4vmin;
    }

#clefSelection {
    text-align: left;
    text-align: left;
    margin-left: 3vmin;
}

#soundEffects 
{
    font-family: emulogic;
    font-size: 4vmin;
}

#selectClefText
{
    color: rebeccapurple;
    font-size: 5vmin;
}

hr 
{
    height: 1vmin;
    background-color: mediumpurple;
}

AppLinkNames 
{
    font-weight: bold;
    text-decoration: none;
}


#altPathRecordings {
    text-align: left;
}