@charset "UTF-8";

body {
    font-family: Helvetica;
    color: rgb(32, 32, 32);
    padding: 10px;
    background-image: url("images/rainbow-notes.png");
}

b {
    font-weight: bold;
}

.key {
    position: absolute;
    font-family: Helvetica;
    font-weight: 100;
    font-size: 12px;
    border: 1px solid rgba(32, 32, 32, 0.2);
    border-radius: 0px 0px 5px 5px;
    cursor: pointer;
    box-shadow: 0px 5px 1px rgba(32, 32, 32, 0.2);
    -webkit-transition: margin 0.05s ease, background-color 0.05s ease, box-shadow 0.05s ease;
}

/*
.key:hover {
    background-color: rgb(255, 192, 32);
}
*/
.key .label {
    position: absolute;
    bottom: 5px;
    text-align: center;
    left: 0px;
    right: 0px;
}

.black {
    background-color: rgb(32, 32, 32);
    color: #ffffff;
    z-index: 1;
    text-shadow: 0px -1px 1px rgba(255, 255, 255, 0.5);
}

.white {
    background-color: #ffffff;
    color: rgb(32, 32, 32);
    z-index: 0;
    text-shadow: 0px 1px 1px rgba(32, 32, 32, 0.5);
}

header {
    text-shadow: 0px 1px 1px rgba(255, 96, 96);
    font-size: 60px;
    font-weight: bold;
    font-family: 'Rosario', sans-serif;
    padding: 10px;
    text-align: center;
    color:rgb(1, 1, 1);

    width: 850px;
    margin: auto;

}

.sub {
    color: rgb(96, 96, 96);
    font-size: 30px;
    padding: 10px;
    font-weight: 100;
    margin: 10px 0px;
    text-shadow: 0px 1px 1px rgba(32, 32, 32, 0.2);
    text-align: center;
}

.sub a,
.sub a:link,
.sub a:visited,
.sub a:active {
    font-weight: bold;
    color: rgb(128, 160, 255);
    text-decoration: none;
}

.sub a:hover {
    color: rgb(160, 192, 255);
}

.source a {
    color: rgb(255, 96, 96);
}

.source a:link,
.source a:visited,
.source a:active {
    color: rgb(255, 96, 96);
}

.source a:hover {
    color: rgb(255, 128, 128);
}

.small {
    font-size: 20px;
}

.keyboard-options {
    margin: 12px auto;
    width: auto;
    text-align: center;
    font-size: 12px;
    font-weight: 200;
    padding: 10px;
}

.keyboard-holder {
    margin: 30px auto;
    height: 200px;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
}

footer {
    position: relative;
    max-width: 700px;
    margin: 30px auto;
    background-color: rgba(128, 128, 128, 0.5);
    border: 2px black dashed;
    margin: 12px auto;
    width: auto;
    text-align: center;
    font-size: 12px;
    font-weight: 200;
    padding: 10px;
}

footer .header {
    background-color: rgba(32, 64, 128, 0.5);
    border-radius: 10px 10px 0px 0px;
    color: rgb(255, 255, 255);
    text-shadow: 0px 1px 0px rgb(96, 96, 96);
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    font-size: 30px;
    font-weight: bold;
    padding: 20px;
    text-align: center;
}

footer .contents {
    font-size: 16px;
    line-height: 20px;
    background-color: rgb(255, 255, 255);
    font-weight: 200;
    padding: 20px;
    text-align: left;
    position: relative;
    color: rgb(32, 32, 32);
    text-shadow: 0px 1px 0px rgb(224, 224, 224);
    box-shadow: 0px 5px 10px rgba(32, 32, 32, 0.5);
    -webkit-box-shadow: 0px 5px 10px rgba(32, 32, 32, 0.5);
    border: 1px solid rgb(192, 192, 192);
}

footer .footer {
    background-color: rgba(32, 64, 128, 0.5);
    border-radius: 0px 0px 10px 10px;
    color: rgb(255, 255, 255);
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    font-weight: bold;
    padding: 20px;
}

footer a,
footer a:link,
footer a:visited,
footer a:active {
    font-weight: bold;
    color: rgb(224, 96, 32);
    text-decoration: none;
}

footer a:hover {
    color: rgb(224, 128, 64);
}

.code {
    border: 1px solid rgba(32, 32, 32, 0.2);
    color: rgb(32, 32, 32);
    font-family: Courier New, Courier, monospace;
    font-size: 12px;
    white-space: pre;
    padding: 10px;
    margin: 10px;
}

.image {
    border: 1px solid rgba(32, 32, 32, 0.2);
    color: rgb(32, 32, 32);
    font-family: Courier New, Courier, monospace;
    font-size: 12px;
    white-space: pre;
    padding: 10px;
    margin: 10px;
    text-align: center;
}

.keyboard-options-layout {
    display: inline-block;
    margin-bottom: 25px;
    width: 275px;
}

.quiz {
    margin: 0 auto;
    width: 280px;
    font-weight: bold;
    display: inline-block;
    background-color: rgba(128, 128, 128, 0.2);
    border-radius: 2px 2px 2px 2px;
}
.range-btn {
    width: 50px;
}

#painel-quiz {
    width: 850px;
    margin: auto;
}

#options-layout-group {
    width: 850px;
    margin: 0px auto;
}

#tipos-acordes {
    height: 50px;
    text-align: center;
}

#travar-tela {
    margin-right:2em;
}
