html, body {
    height: 100%;
    margin: 0;
    font-family: "Roboto Mono",monospace;
    font-size: 14pt;
    line-height: 1.3em;
    background-color: #ecebe9;
}

header {
    display: flex;
    justify-content: start;
    height: 8%;
    background-color: grey;
    background: linear-gradient(to right, cyan 0%, lime 100%);
}

h1 {
    text-align: center;
    font-size: 2rem;
    margin-top: 30px;
}

#logo {
    position: absolute;
    top: 4%;
    width: 12%;
    left: 2%;
}

p{
    margin: 20px;
}

main {
    height: 87%;
    margin: 0;
    padding: 0;
}

.titleImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 35%;
}

#mainsection {
    height: 72%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#navigationsection {
    position: fixed;
    right: 0;
    bottom: 5%;
    z-index: 1030;
    left: 0;
}

footer {
    height: 5%;
}

.Emoji {
    display: inline-block;
    height: 7%;
    width: 7%;
    text-align: center;
    padding: 5px;
}

button {
    background-color: #3c3c3c;
    height: 10%;
    width: 24%;
    border: none;
    margin: 0 2%;
}

button:disabled,
button[disabled] {
    border: 1px solid #999999;
    background-color: #969696;
    color: #666666;
}

.evaluationbtn, .homebtn {
    float: left;
}

.startText{
    color: white;
    font: size 13pt;
    padding: 0;
    margin:0;
}

.startimg {
    margin-top: 7px;
    height: 45%;
    width: 45%;
    padding: 5px 0 0 0;
}

.startbtn, .nextbtn {
    float: right;
}

.evaluationimg, .homeimg, .nextimg {
    height: 75%;
    width: 75%;
    position: center;
    padding: 8px;
}

.error {
    color: red;
    text-align: center;
    bottom: 30%;
    position: fixed;
    left: 0;
    right: 0;
    justify-content: center;
    display: flex;
}

.selectRadioGender {
    background-color: white;
    border-style: solid;
    border-color: lightgrey;
    margin: 0 5%;
}

.selectRadioYesNo {
    background-color: white;
    border-style: solid;
    border-color: lightgray;
    margin: 0 5%;
    width: 110px
}

.selectionButtons {
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    justify-content: center;
    display: flex;
}

.radios {
    align-items: center;
    left: 0;
    right: 0;
    justify-content: center;
    display: flex;
    z-index: -10;
}

#resultEmoji {
    font-size: 400%;
    visibility: hidden;
    display: flex;
    justify-content: center;
    margin: auto;
    margin-top: 10%;
}

#loader {
    display: flex;
    justify-content: center;
    margin: auto;
    width: 200px;
    margin-top: 6%;
}

#men, #women, #rdoMale, #rdoFemale {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 2px solid #3c3c3c;
    height: 380px;
    width: 150px;
}

#yes, #no {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 2px solid #3c3c3c;
    width: 120px;
    height: 120px;
}

#yesimg, #noimg{
    padding: 8px;
    height: 100%;
    width: 100%;
}

#womenimg, #menimg {
    padding: 20px 10px;
    height: 100%;
    width: 100%;
}

#backtostart{
    float: right;
    padding-right: 50px;
}

.report {
    display: flex;
    flex-direction: column;
    font-family: Arial;
}

.textReport {
    font-size: 0.6em;
    text-align: center;
}

.textReportBlock {
    background-color: #ffffff;
    border-style: solid;
    border: 2px solid grey;
    margin: 10px 0 5px 0;
    line-height: 22px;
    box-shadow: 1px 2px gray;
}

.boldText{
    font-weight: bold;
    font-size: 120%;
}

#mostchoosenEmoji {
    border-style: solid;
    text-align: center;
    padding: 3% 0% 3% 0%;
}

#mostChoosenEmojiCategoryMen, #mostChoosenEmojiCategoryWomen {
    border-style: solid;
    text-align: center;
    font-weight: bold;
    padding: 3% 0% 3% 0%;
}

.charts{
    margin: 80px 0 0 0;
}

#pieChart_div {
    background-color: white;
    border: 2px solid grey;
    box-shadow: 1px 2px gray;
}

#barChart_div {
    background-color: white;
    border: 2px solid grey;
    box-shadow: 1px 2px gray;
}


[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

[type=radio] + img {
    cursor: pointer;
}


    [type=radio]:checked + #noimg {
        background: lightgray;
    }
    [type=radio]:checked + #yesimg {
        background: lightgray;
    }

    [type=radio]:checked + #womenimg {
        background: lightgray;
    }

    [type=radio]:checked + #menimg {
        background: lightgray;
    }


@media (min-width: 256px) {
    html, body {
        font-size: 15pt;
        line-height: 1.5em;
    }

    .error {
        font-size: 10pt;
    }

    h1, .h1 {
        font-size: 1.5rem;
    }

    #logo {
        width: 25%;
    }

    .Emojis {
        margin: 5% 10%;
        font-size: 20pt;
    }

    .Emoji{
        padding: 10px;
    }

    #mostchoosenEmoji, #mostChoosenEmojiCategoryMen, #mostChoosenEmojiCategoryWomen {
        width: 100px;
    }

    #barChart_div, #pieChart_div{

    }

    .radios {
        display: flex;
        margin-bottom: 150px;
    }

    #pieChart_div{
        margin-top: 300px;
    }

    .charts{
        margin: 10px 0 0 0;
    }

    .startbtn, .evaluationbtn, .nextbtn, .homebtn {
        height: 60px;
    }

    .selectRadioYesNo{
        width: 80px;
    }

}

@media (min-width: 480px) {
    html, body {
        line-height: 1.5em;
    }

    .error {
        font-size: 15pt;
    }

    h1, .h1 {
        font-size: 1.5rem;
    }

    #logo {
        width: 20%;
    }

    .Emojis {
        margin: 5% 10%;
        font-size: 25pt;
    }

    .Emoji {
        padding: 10px;
    }

    #mostchoosenEmoji, #mostChoosenEmojiCategoryMen, #mostChoosenEmojiCategoryWomen {
        width: 100px
    }

    #barChart_div, #pieChart_div {

    }

    .charts {
        margin: 15px 0 0 0;
    }

    .radios {
        display: flex;
        margin-bottom: 150px;
        position: fixed;
    }

    .startbtn, .evaluationbtn, .nextbtn, .homebtn {
        height: 120px;
    }

    .selectRadioYesNo {
        width: 80px;
    }
}

@media (min-width: 768px) {
    html, body {
        font-size: 20pt;
        line-height: 1.5em;
    }

    error {
        font-size: 20pt;
    }

    h1, .h1 {
        font-size: 1.5rem;
    }

    #logo {
        width: 18%;
    }

    .Emojis {
        margin: 5% 25%;
        font-size: 25pt;
    }

    #mostchoosenEmoji, #mostChoosenEmojiCategoryMen, #mostChoosenEmojiCategoryWomen {
        width: 200px
    }

    #barChart_div, #pieChart_div {

    }

    .charts {
        margin: 30px 0 0 0;
    }

    .radios {
        display: flex;
        margin-bottom: 150px;
        position: fixed;
    }

    .startbtn, .evaluationbtn, .nextbtn, .homebtn {
        height: 120px;
    }

    .selectRadioYesNo {
        width: 110px;
    }
}

@media (min-width: 992px) {
    html, body {
        line-height: 1.5em;
    }

    button {
        height: 120px;
        width: 14%;
    }

    .error {
        font-size: 25pt;
    }

    h1, .h1 {
        font-size: 1.5rem;
    }

    #logo {
        width: 15%;
    }

    .error {
        bottom: 24%;
        font-size: 20pt;
    }

    .Emojis {
        margin: 5% 25%;
        font-size: 25pt;
    }

    #mostchoosenEmoji, #mostChoosenEmojiCategoryMen, #mostChoosenEmojiCategoryWomen {
        width: 200px
    }

    #barChart_div, #pieChart_div {
        float: left;
        margin: 5px 5px 5px 0;
    }

    .charts {
        margin: 100px 0 0 0;
    }

    .radios {
        display: flex;
        margin-bottom: 150px;
        position: fixed;
    }

    .startbtn, .evaluationbtn, .nextbtn, .homebtn {
        height: 120px;
    }

    .selectRadioYesNo {
        width: 110px;
    }
}

@media (min-width: 1200px) {
    html, body {
        font-size: 25pt;
        line-height: 1.5em;
    }

    .error {
        font-size: 20pt;
        bottom: 30%;
    }

    h1, .h1 {
        font-size: 1.5rem;
    }

    #logo {
        width: 12%;
    }

    .Emojis {
        margin: 5% 25%;
        font-size: 30pt;
    }

    #mostchoosenEmoji, #mostChoosenEmojiCategoryMen, #mostChoosenEmojiCategoryWomen {
        width: 400px
    }

    #barChart_div, #pieChart_div {

    }

    .charts {
        margin: 100px 0 0 0;
    }

    .radios {
        display: flex;
        margin-bottom: 150px;
        position: fixed;
    }

    .startbtn, .evaluationbtn, .nextbtn, .homebtn {
        height: 120px;
    }

    .selectRadioYesNo {
        width: 110px;
    }
}


