@font-face {
    font-family: pixelsPro;
    src: url(../fonts/PFPixelscriptPro.otf);
}

html,body{
    background-color: #e2cccc;
    min-height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.btn-circle {
    width: 49px;
    height: 49px;
    text-align: center;
    padding: 5px 0;
    font-size: 20px;
    line-height: 2.00;
    border-radius: 30px;
}

.text-bold{
    font-weight: bold;
}

/* Header Section */

#header{
    position: relative;
    min-height: 260px;
    background-color: #ece2e2;
    z-index: 999;
}

.maria_letter{
    padding-top: 110px;
}

.main_header_wrapper{
    text-align: center;
}

.main_header{
    font-family: pixelsPro;
    padding-top: 110px;
}

.vaggelis_letter{
    padding-top: 116px;
    float: right;
}

/* Hangman Section */

#hangman{
    background-color: #e2cccc;
    margin-bottom: 60px;
}

/* Kremala Position */

.kremala_left{
    position: absolute;
    left: 110px;
    margin-top: -90px;
    z-index: 2;
}

.kremala_right{
    position: absolute;
    right: 70px;
    margin-top: -90px;
    z-index: 2;
}

.married_wrapper{
    font-family: pixelsPro;
    padding-top: 80px;
    font-size: 19px;
    text-align: center;
}

.married_word{
    list-style: none;
}

.married_word li{
    display: inline;
    margin-right: 5px;
}

/* Playground Section */

.playground{
    padding-top: 80px;
    z-index: 1;
}

.maria_img_first{
    padding-left: 70px;
}

.letters_wrapper{
    font-family: pixelsPro;
    font-size: 15px;
    margin-top: 10px;
    text-align: center;
}

.letters_wrapper ul{
    list-style: none;    
}

.letters_wrapper ul li{
    display: inline-block;
    width: 50px;
    margin: 5px 10px 5px 10px;
    color: rgb(66, 59, 59);
    line-height: 3.922;
    background-color: #ece2e2;
    text-align: center;
    border-radius: 5px;
}

.letters_wrapper ul li:hover{
    color: #ece2e2;
    background-color: rgb(66, 59, 59);
}

.guess{
    display: block;
}

.vaggelis_img_first{
    float: right;
    padding-right: 45px;
}

/* Help Section */

.help_wrapper{
    margin-top: 30px;
}

.help_btn_wrapper{
    float: left;
    height: 46px;
    width: 46px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%; /* may require vendor prefixes */
    background: #fff;
}

.help_btn{
    color: #dbcbcb;
}

.mute_btn_wrapper{
    height: 46px;
    width: 46px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%; /* may require vendor prefixes */
    background: #fff;

}

.mute_btn_wrapper svg{
    display: block;
    float: none;
    margin: 0 auto; 
}

.help_text_wrapper{
    text-align: center;
}

.help_header{
    font-weight: bold;
}

.help_text{
    margin-left: 20px;
    border-radius: 5px;
    background-color: #fff;
    display: none;
    padding: 15px 20px 15px 20px;
    color: #dbcbcb;
    text-align: left;
    font-size: 12px;
}

.help_text p{
    margin-top: 10px;
}

/* Try Again Page */

.help_text2{
    display: none;
}

/* Header Section */

#header_try_again{
    position: relative;
    min-height: 260px;
    background-color: #ece2e2;
    z-index: 999;
    display: none;
}

.maria_letter{
    padding-top: 110px;
}

.maria_sad{
    padding-top: 53px;
    float: left;
    padding-left: 45px;
}

.vaggelis_sad{
    float: right;
    padding-top: 50px;
    margin-right: -20px;
}

/* Try Again Section */

#try_again{
    background-color: #e2cccc;
    margin-bottom: 60px;
    display: none;
}

.den_einai_wrapper{
    margin-top: 140px;
    padding-left: 50%;
    margin-left: -200px;
}

.den_einai{

}

.try_again_wrapper{
    padding-left: 50%;
    margin-left: -240px;
    margin-top: 90px;
}

.try_again_btn{
    width: 480px;
    height: 109px;
    background-image: url('../imgs/tryagain-btn.png');
    background-position: center;
}

.try_again_btn:hover{
    background-image: url('../imgs/tryagain-btn2.png');
}

/* Gongrats Page */

/* Header Section */

#header_gongrats{
    position: relative;
    background-color: #ece2e2;
    z-index: 999;
    display: none;
    margin-bottom: 0px;
}

.maria_letter{
    padding-top: 110px;
}

.heart_wrapper{
    z-index: 1;
    background-image: url('../imgs/heart.png');
    background-repeat: no-repeat;
    background-position: 90px;
    min-height: 240px;
}

.maria_happy{
    float: left;
    z-index: 10;
    margin-top: 53px;
    padding-left: 100px;
}

.vaggelis_happy{
    z-index: 10;
    margin-top: 50px;
    padding-left: 27px;
}

/* Gongrats Section */

#gongrats{
    height: 100%;
    display: none;
    background-color: #e2cccc;
top:0;
}

.gongrats_wrapper{
    margin-top: 80px;
}

.gongrats_wrapper h2{
    font-family: pixelsPro;
    margin-bottom: 90px;
    text-align: center;
    color: rgb(66, 59, 59);
}

.gongrats_wrapper p{
    margin-top: 40px;
    text-align: center;
}

.with_love{
    text-align: center;
    margin-top: 100px;
    margin-bottom: 10px;
}

@media only screen and (min-width : 767px){
    .help_btn{
        color: #dbcbcb;
        font-size: 30px;
    }
}

@media only screen and (max-width : 992px) {
    
    #header{
        min-height: 230px;
    }
    
    .maria_letter{
        height: 230px;
    }
    
    .main_header{
        padding-left: 50px;
    }
    
    .vaggelis_letter{
        height: 230px;
    }
    
    #hangman{
        margin-bottom: 60px;
    }
    
    .kremala_left{
        left: 80px;
    }

    .kremala_right{
        right: 50px;
    }
    
    .maria_img_first{
        padding-left: 40px;
    }
    
    .vaggelis_img_first {
        padding-right: 15px;
    }
    
    
    /* Gongrats Page */
    
    #header_gongrats{
        min-height: 230px;
    }
    
    .heart_wrapper{
        background-position: 90px;
        min-height: 230px;
    }

    .maria_happy{
        margin-top: 24px;
    }

    .vaggelis_happy{
        margin-top: 24px;
        height: 206px;
        padding-left: 26px;
    }
    
    .gongrats_wrapper {
        margin-top: 80px;
    }
    
    .gongrats_wrapper h2{
        font-size: 24px;
    }
    
    /* Try Again */
    
    #header_try_again{
        min-height: 230px;
    }

    .maria_letter{
        padding-top: 110px;
    }

    .maria_sad{
        padding-top: 23px;
    }


    .vaggelis_sad{
        padding-top: 21px;
    }
    
    }

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {

    #header{
        min-height: 85px;
    }
    
    .main_header{
        font-size: 24px;
        padding-top: 20px;
        padding-bottom: 30px;
        line-height: 0.75;
    }
    
    .mute_btn_wrapper {
        float: right;
        display: block;
        margin-top: 33px;
    }
    
    .kremala_left{
        height: 180px;
        width: 40px;
    }
    
    .kremala_right{
        height: 180px;
        width: 40px;
    }
    
    .playground {
        padding-top: 115px
    }
    
    .maria_img_first{
        height: 170px;
        padding-left: 39px;
    }
    
    .vaggelis_img_first{
        height: 170px;
        padding-right: 17px;
    }
    
    .married_wrapper {
        padding-top: 40px;
        font-size: 3vw;
    }
    
    .married_word li {
        margin-right: 2.8vw;
    }
    
    .letters_wrapper{
        font-size: 12px;
        margin-top: 30px;
        padding: 0px;
    }
    
    .help_btn_wrapper{
        width: 39px;
        height: 39px;
    }
    
    .btn-circle {
        width: 39px; 
        height: 39px; 
        padding: 0px 0; 
    }
    
    .help_text2{
        position: absolute;
        top: 5px;
        left: 50px;
        margin-left: 20px;
        border-radius: 5px;
        background-color: #fff;
        display: none;
        padding: 5px 10px 0px 10px;
        color: #dbcbcb;
        text-align: left;
        font-size: 12px;
        width: 240px;
        z-index: 1000;
    }
    
    /* Try again Section */
    
    #header_try_again{
        min-height: 180px;
    }
    
    .maria_sad{
        padding-left: 0px;
        height: 180px;
    }
    
    .vaggelis_sad{
        height: 180px;
    }
    
    
    .den_einai{
        padding-left: 0%;
        margin-left: 0px;
    }

    .try_again_wrapper{
        padding-left: 50%;
        margin-left: -240px;
        margin-top: 90px;
    }
    
    /* Gongrats Section */
    

    #header_gongrats {
        min-height: 180px;
        margin-bottom: 30px;
    }

    .gongrats_wrapper {
        margin-top: 0px; 
    }
    
    .gongrats_wrapper h2 {
        margin-bottom: 50px;
    }
    
    .gongrats_wrapper p {
        margin-top: 30px;    
    }
    
    .maria_happy{
        padding-left: 50%;
        margin-left: -100px;
        height: 180px;
    }
    
    .vaggelis_happy{
        padding-left: 27px;
        height: 180px;
    }
    
    .heart_wrapper {
        background-position: center;
        min-height: 180px;
        margin: 0 auto;
        background-size: contain;
    }
    
    .gongrats_wrapper p:last-child{
        margin-bottom: 60px;
    }
    
}



    
@media only screen and (max-width : 507px) {
    
    .main_header{
        font-size: 18px;
        padding-left: 0px; 
    }
    
    .mute_btn_wrapper {
        height: 36px;
        width: 36px;
        display: block;
        margin-top: 33px;
    }
    
    .help_btn_wrapper{
        height: 36px;
        width: 36px;
    }
    
    .help_btn {
        font-size: 25px;
        color: #dbcbcb;
        margin-left: -1px;
        margin-top: -7px;
    }
    
    .kremala_left{
        height: 140px;
        width: 40px;
    }
    
    .kremala_right{
        height: 140px;
        width: 40px;
    }
    
    .playground {
        padding-top: 80px;
    }
    
    
    .maria_img_first{
        height: 130px;
        padding-left: 48px;
    }
    
    .vaggelis_img_first{
        height: 130px;
        padding-right: 27px;
    }
    
    .married_wrapper{
        font-size: 3.8vw;
    }
    
    .married_word {
        padding-left: 0px;
    }
    
    .married_word:first-child {
        margin-right: -3px;
    }
    
    .married_word li {
        margin-right: 5px;
    }
    
    .letters_wrapper {
        margin-top: 5vh;
    }
    
    .letters_wrapper ul{
        padding-left: 0px;
    }
    
    .letters_wrapper ul li {
        width: 35px;
        margin: 5px 10px 1px 1px;
    }
    
    #gongrats h2{
        font-size: 16px;
        margin-bottom: 0px;
    }
    
    #header_gongrats{
        min-height: 150px;
        margin-bottom: 20px;
    }
    
    .gongrats_wrapper{
        margin-top: 0px;
    }
    
    .maria_happy{
        height: 130px;
        margin-left: -70px;
        margin-top: 19px;
    }
    
    .heart_wrapper {
        height: 150px;
        background-size: contain;
        min-height: 150px;
    }
    
    .vaggelis_happy{
        height: 130px;
        padding-left: 17px;
        margin-top: 19px;
    }
    
    .den_einai_wrapper{
        margin-top: 90px;
        padding-left: 50%;
        margin-left: -140px;
    }
    
    .den_einai{
        width: 280px;
    }
    
    .try_again_wrapper{
        padding-left: 50%;
        margin-left: -140px;
        margin-top: 60px;
    }

    .try_again_btn{
        width: 280px;
        height: 109px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    
}

    
@media only screen and (max-width : 320px) {
    
    .main_header {
        font-size: 16px;
    }
    
    .mute_btn_wrapper {
        margin-left: -4px;
    }
    
}

p.credits {font-size: 10px; color: rgb(66, 59, 59);}
p.credits a{color: rgb(66, 59, 59);}
