@font-face {
    font-family: half_bold_pixel-7;
    src: url(./fonts/half_bold_pixel-7.ttf);
}
@font-face {
    font-family: computer_pixel-7;
    src: url(./fonts/computer_pixel-7.ttf);
}
html{
    background-color: #ffb600;
}

body{
    background: none;
}
#centerMiddleWrapper{
    padding-right: 10px;
    padding-left: 10px;
}
#coverPage{
    background-image: url('./images/cover/cover.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
    position: relative;
}
#userMenu{
    display: none !important;
}
#clock{
    height: 40px;
    padding-top: 4px;
    margin-right: 8px;
}
#testPosition{
    height: 40px;
    margin-left: 8px;
    color: #0f3363;
}
#timeStatus{
    position: relative;
}
#timePosMiddle{
    line-height: 40px;
    font-family: half_bold_pixel-7;
}
#currentTime, #totalTime{
    position: absolute;
    width: 100%;
}
#currentTime{
    clip-path: inset(0% 100% 0% 0%);
}
#timer{
    margin-bottom: 8px;
}
#background{
    font-size: 14px;
    margin-left: auto;
    margin-top: 2px;
    margin-right: auto;
    margin-bottom: 6px;
}
#share{
    margin-top: 8px;
    margin-bottom: 8px;
}
#playImage, #shareImage{
    display:block;
    margin:auto;
    width: 150px;
    height: 48px;
}
#playImage:hover, #shareImage:hover, #infoButtonImage:hover{
    cursor: pointer;
}
#adopt{
    margin-left: 40px;
    margin-top: 20px;
    margin-right: 40px;
    margin-bottom: 20px;
}
#adoptText{
    font-family: half_bold_pixel-7;
    color: #F4F447;
    font-size: 25px;
    align-items: center;
    justify-content: center;
}
#infoButtonImage{
    width: 50px;
    height: 50px;
}
#credits{
    font-family: half_bold_pixel-7;
    position: absolute;
    background: url(./images/cover/creditos_background.png) left top/100% 100% no-repeat !important;
    width: 85%;
    height: 52%;
    bottom: 95px;
    left: 7%;
    font-size: 22px;
    align-items: center;
    justify-content: center;
    display: none;
    text-align: center;
}
#shareContent{
    font-family: half_bold_pixel-7;
    position: absolute;
    background: url(./images/share/background.png) left top/100% 100% no-repeat !important;
    bottom: 80px;
    font-size: 22px;
    display: none;
    color: white;
    /*
    margin-left: 30px;
    margin-right: 30px;
    */
    padding: 30px;
}
.ShareButtons{
    margin-bottom: 15px;
    height: 60px;
}
#shareContent > div{
    width: auto;
    justify-content: center;
}
#shareContent > .Container > img{
    height: 100%;
}
#shareContent > .Container > img:hover{
    cursor: pointer;
}
#story{
    color: #F4F447;
    text-align: center;
    font-family: half_bold_pixel-7;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
}
#storyTop{
    background: url(./images/story/story_background_top.png) left top/100% 100% no-repeat !important;
    height: 20px;
}
#storyMiddle{
    background: url(./images/story/story_background_middle.png) left top/100% 100% no-repeat !important;
    width: 100%;
    height: auto;
}
#storyBottom{
    background: url(./images/story/story_background_bottom.png) left top/100% 100% no-repeat !important;
    height: 20px;
}

#image{
    background-image: url('./images/questions/caja-imagen.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 15px;
    height: auto;
}

#decisions{
    margin-top: 15px;
    font-family: half_bold_pixel-7;
    color: white;
    font-size: inherit;
}
#decisions div:hover{
    color: white;
    text-decoration: none;
}
#decisions > div{
    padding: 0px;
    margin-bottom: 7px;
}
.decisionWrapper{
}
.decisionWrapper > div {
}
.decisionTop > img{
    display: block;
    width: 100%;
}
.decisionMiddle {
    background-image: url('./images/decisions/decision_middle.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: auto;
}
.decisionMiddle > span{
    padding: 8px;
}
.decisionBottom > img{
    display: block;
    width: 100%;
}

#bonilandLink:hover{
    color: #e9e73e !important;
}
#retrolandLink:hover{
    color: #e9e73e !important;
}
#freepikLink:hover{
    color: #e9e73e !important;
}
#contactLink:hover{
    color: #e9e73e !important;
}

#finalScore{
    color: whitesmoke;
    width: 100%;
    height: 120px;
    line-height: 140px;
    text-align: center;
    font-family: half_bold_pixel-7;
    font-size: 80px;
    background-image: url(./images/end/blue.png);
}
#endImageTop{
    width: 100%;
    max-width: 100%;
}
@media all and (orientation:portrait) {
    #shareContent{
        margin-left: 20px;
        margin-top: 20px;
        margin-right: 20px;
        margin-bottom: 0px;
    }
    #shareContent > .Container > img {
        width: 20%;
        height: 100%;
    }
    #adoptText{
        font-size: 18px;
    }
    #credits{
        font-size: 12px;
    }
    #credits > div{
        width: 100%;
        max-width: 100%;
    }
}  
@media all and (orientation:landscape) {
    #shareContent{
        margin: 40px;
    }
}