@font-face {
    font-family: nexa;
    src: url(./fonts/NexaBlack.otf);
}

@font-face {
    font-family: nexaLight;
    src: url(./fonts/NexaRegular.otf);
}

.bckgrnd{
    background-color: transparent;
    color:white;
    font-family: nexa;
    z-index: 1;
}

.background_color{
    background-color:#ff761a;
    position: fixed;
    width: 100vw;
    height:100%;
    z-index: -2;
}

.background_position{
    position:absolute;
    top:0px;
    left:0px;
    height: 100%;
}

h1, h2, h3{
    font-family: nexa;
    color:white !important;
}

h3:hover{
    cursor: pointer;
}

ul{
    z-index: 10;
    list-style-type:none;
}

.circle_cont{
    width:100%;
    height: 100%;
    position:absolute;
    top:0px;
    left:0px;
    overflow: hidden;
}

.white_circle{
    position: absolute;
    left:50%;
    top:-18550px;
    transform: translateX(-50%);
    border-radius: 100%;
    width:19000px;
    height:19000px;
    background-color: white;
    z-index:-1;
}

.title_cont{
    background-color:#ff761a;
    display:inline-block;
    position: absolute;
    left: 50%;
    top:200px;
    padding-left:30px;
    padding-right:30px;
    transform: translateX(-50%);
    border-radius: 15px;
    width: 450px;
    text-align: center;
}

.blue{
    background-color: blue;
}

.side_title{
    font-size: 50px;
    position: relative;
    top:15px;
}

.main_logo{
    position: relative;
    width: 200px;
    margin-top: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.main_cont{
    margin-top: 30px;
    font-size: 16px;
    color: rgb(255, 233, 233);
    text-align: center;
}

.main_cont ul{
    position: relative;
    overflow: hidden;
    display: inline-block;
    opacity: 0;
}

.main_cont li{
    font-family: nexaLight;
    font-size: 18px;
    line-height:120%;
    transform: translateX(-20px);
    margin-bottom: 5px;
}

.main_cont ol{
    width: 80%;
    text-align: left; 
    margin-left: 50%; 
    transform:translateX(-50%);
}

.main_cont ol > li::marker {
    font-weight: bold;
}

.under_li{
    margin-left: 15px;
}

.row{
    margin-bottom: 30px;
    width:95%;
    margin-left: 2.5%;
    position: relative;
    left: 5%;
}

.hidden_cont{
    overflow: hidden;
}

.whtToDo{
    text-align: center;
    color: white;
    margin-top: 340px;
}

.question{
    background-color:white;
    color:black !important;
    font-family: nexaLight;
    border-radius: 8px;
    padding-top: 9px;
    padding-bottom: 7px;
}

.odrazka{
    position: relative;
    background-color:white;
    width:8px;
    height:8px;
    margin-top: 10px;
    margin-bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100%;
}

@media (max-width: 1100px){
    .white_circle{
        top:-4660px;
        width:5000px;
        height:5000px;
    }

    .title_cont{
        top:180px;
        width: 380px;
    }

    .side_title{
        font-size: 40px;
    }

    .whtToDo{
        margin-top: 230px;
    }
}

@media (max-width: 760px){

    .white_circle{
        top:-2700px;
        width:3000px;
        height:3000px;
    }

    .title_cont{
        top:160px;
        width: 340px;
        border-radius: 10px;
    }

    .side_title{
        font-size: 35px;
    }

    .whtToDo{
        margin-top: 190px;
    }
}

@media (max-width: 500px){

    .main_logo{
        width:150px;
    }

    .white_circle{
        top:-1270px;
        width:1500px;
        height:1500px;
    }

    .side_title{
        font-size: 25px;
        top:13px;
    }

    .title_cont{
        top:140px;
        width: 250px;
        border-radius: 10px;
    }

    .main_cont{
        font-size: 13px;
    }

    .whtToDo{
        margin-top: 145px;
    }
}