/*

http://www.fontspace.com/robert-allgeyer/musiqwik/5595/charmap


*/


body{
    background:url(../assets/clouds1.jpg) no-repeat center fixed;
    background-size:cover;
    overflow:auto; overflow-y: scroll;
    transform: scale(1);
}

@font-face { font-family: 'carton6'; src: url('../assets/Carton_Six.ttf'); }
@font-face { font-family: 'music'; src: url('../assets/MusiQwik.ttf'); }
@font-face { font-family: 'gosmick'; src: url('../assets/GosmickSans.ttf'); }

.debug {
    box-shadow:inset 0px 0px 0px 1px #f00;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

label {
    margin:0 5px;
    font-weight: normal;
}


.note-section {
    margin-bottom: 10px;
}

.btn-toggle-big {
    padding:2px 5px;
    border-radius: 5px;
    font-size: 1em;
    cursor:pointer;
    min-width:50px;
    display: inline-block;
    text-align: center;
}

.btn-toggle {
    padding:3px;
    border-radius: 5px;
    font-size: 0.8em;
    cursor:pointer;
    text-align: center;
}

.limit {
    display: inline-block;
    font-size: 0.8em;
}

.big-button {
    width:250px;
    height:250px;
}

.timer {
    position: absolute;
    top:3px;
    right:10px;
    font-size: 1.3em;
    text-align: right;
}

.errorCount {
    font-size: 1em;
    font-family: gosmick;
}

.exit {
    position: fixed;
    top:3px;
    left:10px;
    font-size: 3.5em;
    cursor: pointer;
}

.staff-wrapper {
    margin: 60px 5px;
    position:relative;
    overflow:hidden;
    display:inline-block;
    text-align: center;
    background-color: white;
    padding:0px 20px;
    font-family: music;
    font-size: 5em;
    border:5px solid white;
    height: 120px;
}

.music-staff {
    text-align: left;
    width:0%;
    margin-right: -16px;
}

.end-staff {
    cursor:pointer;
    margin-left: -16px;
}


.currentNote {
    position:absolute;
    top:0;
    width:20px;
    margin-left:-10px;
    margin-top:-5px;

}

/*
.notes-wrapper {
    top:0px;
    left:100px;

    height:100%;
    position:absolute;
    text-align: left;
    overflow:hidden;
    white-space:nowrap;
}*/

/* notes for "play notes" game */
.note {
    margin: 0 0px;
    cursor:pointer;
    display: inline-block;
}


/* notes for "play beat" game */
.beat-note {
    margin:0;
    margin-left: 3px;
    width: 10px;
    cursor:pointer;
    display: inline-table;
    padding: 0 0px;
}

.border-noire { border-right: 30px solid rgba(255, 0, 0, .5); }
.border-blanche { border-right: 60px solid rgba(255, 0, 0, .5); }
.border-ronde { border-right: 120px solid rgba(255, 0, 0, .5); }
.border-croche { border-right: 15px solid rgba(255, 0, 0, .5); }

.border-noireP { border-right: 45px solid rgba(255, 0, 0, .5); }
.border-blancheP { border-right: 90px solid rgba(255, 0, 0, .5); }
.border-rondeP { border-right: 180px solid rgba(255, 0, 0, .5); }


.border-nohelp {margin: 0 10px;}

.blue-note {color:#5395ed;}
.purple-note {color:#C335F2;}
.red-note {color:#F23535;}
.black-note {color:#000;}
.green-note {color:#93F235;}


.keyboard {
    position:relative;
    text-align: center;
}

.keyboard>img {
    width:90%;
    height:200px;
}



.red {background-color:#F23535 !important;}
.green {background-color:#76e554 !important;}
.blue {background-color:#5395ed !important;}
.yellow {background-color:#F2EF35 !important;}
.orange {background-color:#F29A35 !important;}
.purple {background-color:#C335F2 !important;}
.pink {background-color:#FA57DC !important;}
.grey {background-color:#BABABA !important;}



/* stats */


.stats {
    position:relative;
    text-align: center;
}


.result_item {
    font-size: 0.7em;
    text-align: center;
    margin: 1px;
    padding: 5px;
    min-width: 30px;
    max-width: 50px;
    display: inline-block;
    border:1px solid #888;
    border-radius: 5px;
}


.stat_note {
    font-family: music;
    font-size: 4em;
}


.wrapper {
    text-align: center;
    padding:10px;
    margin-left: auto;
    margin-right: auto;
    min-width: auto;
}

.spacer { height:70px; }
.clear { clear:both; }




.firstpage input, .firstpage select { padding : 2px 5px; }
.firstpage table>tr>td {padding: 10px 15px;}

.counter {
    position:absolute;
    zoom:0.6;
    top: 5px;
    right: 10px;
}

.menu {
    padding:10px 0 0 0;
    position:absolute;
    zoom:0.6;
    top: 5px;
    left: 10px;
}

.big-font {font-size: 2em;}
.medium-font {font-size: 1.5em;}
.carton6 { font-family: carton6; }
.gosmick { font-family: gosmick; }
.text-stroke { -webkit-text-stroke: 1px black; color: white; text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; line-height:100%;}

.home-links a {font-size: 2em;font-family: carton6;-webkit-text-stroke: 1px black; color: white; text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; line-height:100%;color:white;text-decoration: none;border:1px solid black;box-shadow:2px 2px 3px 0px rgba(50, 50, 50, 0.75);font-size: 3em;border-radius: 5px;padding: 5px;display: inline-block;background-color:white;margin-bottom: 20px;}

/* footer */
.footer {
	position:fixed;
	padding: 2px 10px 2px 10px;
	bottom:0;
	width:100%;
	height:auto;
	max-height: 100px;
	background-color: #DBDBDB;
	border-top: 1px solid grey;
	font-size:2em;
}

.footer a {
	text-decoration: none;
	float:left;
    margin: 2px 5px;
}

.title {
    display:block;
    font-size: 2em;
    margin:5px;
    text-align: center;
}



.rotate {-webkit-transform: rotate(-2deg); -moz-transform: rotate(-2deg); -o-transform: rotate(-2deg); -webkit-transition: -webkit-transform .15s linear; -moz-transition: -moz-transform .15s linear; -o-transition: -o-transform .15s linear;}
.rotate:nth-child(even) {-webkit-transform: rotate(2deg); -moz-transform: rotate(2deg); -o-transform: rotate(2deg); }
.rotate:nth-child(3n) {-webkit-transform: none; position: relative; top: -5px; -moz-transform: none; -o-transform: none; }
.rotate:nth-child(5n) {-webkit-transform: rotate(5deg); position: relative; right: 5px; -moz-transform: rotate(5deg); -o-transform: rotate(5deg); }
.rotate:nth-child(8n) {position: relative; right: 5px; top: 8px; }
.rotate:nth-child(11n) {position: relative; left: -5px; top: 3px; }
.zoom:hover {-webkit-transform: scale(1.25); -moz-transform: scale(1.25); -o-transform: scale(1.25); position:relative; z-index:5; text-decoration:none; color:#fff; /*box-shadow:4px 4px 6px 0px rgba(50, 50, 50, 0.75);*/}
