/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 31, 2019 */
@font-face {
    font-family: 'star_jedi_outlineregular';
    src: url('../fonts/starjout-webfont.woff2') format('woff2'),
    url('../fonts/starjout-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'star_jedi_outlineregular', Arial, sans-serif;
    color: #ECC760;
    /* prevent white margin */
    margin: 0;
    /* hide scrollbars */
    overflow: hidden;
}

#Container{
    display: none;
}

#start {
    position: absolute;
    bottom: 7%;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    width: 19%;
    font-size: 35px;
    z-index: 10000;
}

.clickable:hover {
    text-decoration: underline;
}


#title {
    position: absolute;
    top: 5%;
    text-align: center;
    width: 100%;
    font-size: 95px;
}

#score {
    position: absolute;
    top: 0;
    right: 7.5%;
    text-align: right;
    width: 100%;
    font-size: 28px;
    display: none;
}
/* Management health player*/
#titlePlayerHealth{
    position: absolute;
    top: 4.5%;
    right: 17%;
    display: none;
}

#playerHealth {
    position: absolute;
    top: 5.5%;
    right: 1%;
    width: 15%;
    height: 2%;
    background-color: white;
    border-radius: 7px;
    display: none;
}

#valueHealthPlayer{
    width: 100%;
    height: 100%;
    border-radius: 7px;
    background-color: #ECC760;
}


/* Management health boss*/
#titleBossHealth{
    position: absolute;
    top: 7.5%;
    right: 17%;
    display: none;
}

#bossHealth {
    position: absolute;
    top: 8.5%;
    right: 1%;
    width: 15%;
    height: 2%;
    background-color: white;
    border-radius: 7px;
    display: none;
}

#valueHealthBoss{
    width: 100%;
    height: 100%;
    border-radius: 7px;
    background-color: red;
}
.commands {
    font-family: Roboto;
    position: absolute;
    bottom: 1%;
    left: 0.5%;
    text-align: left;
    width: 100%;
    font-size: 19px;
    display: block;
}

#gameOver {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

#victory{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

#secondMenu {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.title {
    position: absolute;
    top: 10%;
    text-align: center;
    width: 100%;
    font-size: 105px;
}

.returnMenu {
    position: absolute;
    bottom: 10%;
    text-align: center;
    width: 100%;
    font-size: 105px;
}

/*style of spaceship menu*/
#ship1 {
    position: absolute;
    bottom: 20%;
    left: 25%;
    transform: translate(-50%, 0);
    text-align: center;
    width: 19%;
}

#ship2 {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    width: 19%;
}

#ship3 {
    position: absolute;
    bottom: 20%;
    left: 75%;
    transform: translate(-50%, 0);
    text-align: center;
    width: 19%;
}

#easy {
    position: absolute;
    bottom: 30%;
    left: 25%;
    transform: translate(-50%, 0);
    text-align: center;
    width: 19%;

}

#medium {
    position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    width: 19%;

}

#hard {
    position: absolute;
    bottom: 30%;
    left: 75%;
    transform: translate(-50%, 0);
    text-align: center;
    width: 19%;

}


/*button circle*/
.btn-circle {
    font-family: Roboto;
    font-weight: bold;
    color: black;
    background-color: #ECC760;
    position: absolute;
    bottom: 3%;
    right: 2%;
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 6px 0;
    font-size: 33px;
    border-radius: 35px;
}

.btn-circle.closeButton {
    position: absolute;
    bottom: 2%;
    right: 2%;
}

#instructions{
    position: absolute;
    bottom: 1.8%;
    right: 1.5%;
    width: 28%;
    height: 95%;
    border-radius: 35px;
    display: none;
    z-index: 10000;
}