body {
    color: white;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.15em; 
    font-family: 'Noto Sans', sans-serif;
}

a{
    color: inherit;
    text-decoration: none;
}

.bold{
    font-weight: bold;
}

.text-center{
    text-align: center;  
}

.no-spacing{
    letter-spacing: 0px; 
}
.spacing{
    letter-spacing: 0.10em;
}

.mt-1{
    margin-top: 0.5em;
}

.mt-2{
    margin-top: 1em;
}


.mt-sm{
    margin-top: 0.5em;
}

.mb-sm{
    margin-bottom: 0.5em;
}

.mb-1{
    margin-bottom: 1em;
}

.mb-2{
    margin-bottom: 1.1em;
}

.mb-3{
    margin-bottom: 2em;
}

/* small Size */
.size-small {
    font-size: 0.9em;
}

/* medium size fonts */
.size-btn {
    font-size: 1.4em;
    font-weight: normal;
}

.size-1 {
    font-size:1em;
}

.size-2 {
    font-size:1.4em;
}

.size-3 {
    font-size:1.7em;
}

.size-4 {
    font-size : 2.3em;
}

.size-5 {
    font-size : 2.7em;
}

.size-1.txt-uppercase {
    font-size : 0.4em!important;
}

.size-2.txt-uppercase {
    font-size : 0.7em;
}

.txt-uppercase {
    text-transform: uppercase;
}
.txt-capitalize:first-letter{
    text-transform: capitalize;
}
.question-default {
    font-weight: bold;
    padding: 5px;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.15em;
    padding-bottom: 35px;
} 

.font-2 {
    font-family: 'Montserrat', sans-serif;
}

.font-2.size-1 {
    font-size: 1em;
}

.font-2.size-2 {
    font-size: 1.5em;
}

.font-2.size-3 {
    font-size: 2em;
}


@media only screen and (min-width: 768px){ 

    .size-small {
        font-size: 0.8em!important;
    }
}


/* landing page text */

.result-title{
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 1.5em;
    color: black;
    letter-spacing: 0.15em;
}




@media (orientation: portrait) {

    .question-default {
        line-height: 1.6;  
        padding: 15px;  
        font-size: 18px;
        margin-bottom: 10px;
    }

    .result-round-slider{
        font-weight: normal;
        font-size: 1.2em;
        text-align: center;
        padding: 15px 14px;
    }

    .size-4 {
        font-size : 1.7em;
    }

    .answer-default{
        font-weight: 100;
    }

    .size-2-sm{
        font-size: 1em;
    }
    .spacing-sm{
        letter-spacing: 1px;
    }

    
    .size-3{
        font-size:1.4em;
    }
}

