
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
   
}

.content{
   overflow:unset!important;
    margin-top:85px;
}

.page {
    width: 100%;
}

.whole {
    width: 100%;
    margin-top: 0px;
    float:left;
  
}



.menu {
    width: 100%;
    height: auto;
    background: var(--primary-card-background);
    border-radius:8px;

}


.text {
    margin: 15px 0;
    text-align: center;
    margin-bottom: 30px;
}

.title {
    text-align: center;
    font-size: 20px;
    color: var(--secondary-color);
    
   
}




.text-primary {
    color: var(--secondary-color) !important;
}

.read-more {
    margin-top: 10px;
    color: var(--secondary-color) !important;
}

    .read-more:hover {
        cursor: pointer;
        opacity: 0.8;
    }

.text-muted {
    margin-top: 5px;
}



.no-padding {
    padding-right: 0;
}


.whole-below {
    margin-left: 0%;
    width: 100%;
    overflow: auto;
    height: auto;
    margin-top: 100px;
}

.secondTitle {    
    font-size: 30px;
    text-align: left;
    border-bottom:1px solid var(--border-color);
    padding-bottom:12px;
    font-weight: 600;
}

#title {
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius:20px;
    margin-top:0.5rem;

}

#dynamic{
    height:370px;
}

#reserve{
    height:70px;
}

@media screen and (max-width:1100px) {

    .whole {
        margin-left: 0%;
        width: 100%;
    }

    .whole-below {
        margin-left: 4%;
        width: 92%;
    }



   
    .secondTitle{
        border-radius:0;
    }

    .content{
        width:92%;
        margin-left:4%;
    }
}

@media screen and (max-width:800px) {

    .second {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }


    .content{
        margin-top:70px;
    }

    
}

@media (min-width: 768px) {

    .first {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}



.line {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
    font-size: 24px;
    
}

a:hover {
    color: unset;
}


.blur {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.95);
    border-radius: 0.4rem;
}


/*h4{
    margin:25px 0;
}*/

h5{
    margin:18px 0 !important;
    font-size:19px !important;
}

h6 {

}

b{
    font-weight:700 !important;
}

p {
    font-size:16px;
    margin: 25px 0;
}

p.card-text {
    text-align: left !important;
}

@media screen and (max-width:700px) {

    .maturita-item {
        height: 130px;
    }
}

.red{
    background-color:rgba(211,111,111,0.2) !important;
}

.maincolor {
    color: var(--secondary-color);
}

.font-sm{
    font-size:14px;
}


.firstTitle {
    /*border: 1px solid rgb(240,240,240);*/
    border-radius: 6px;
    padding: 10px 18px;
    text-overflow: ellipsis;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    white-space: nowrap;
    overflow: hidden;
    background:white;
}



#maintext{
    margin-top:12px;
    text-align:justify;
}



.vocabulary-item {
    text-align: center;
    padding: 8px 6px;
    margin: 3px 4px;
    background: var(--primary-background);
    border-radius: 8px;
    font-size: 15.25px;
}



.idiom-item {
    background: var(--primary-background);
    padding: 10px 16px;
    margin: 3px 0px;
    text-align: left;
    border-radius: 8px;
    font-size: 15.25px;
}

.question-item {
    background: var(--maturita-question-color);
    padding: 10px 16px;
    margin: 6px 0px;
    text-align: left;
    border-radius: 8px;
    font-size: 15.25px;
}


.heading1 {
    font-size: 18px;
    color: #151515;
    margin-top: 50px !important;
    font-weight: 500;
}

.current{
    border:1px solid rgb(211, 111, 111);
}







b{
    font-weight:600 !important;
}

.res-space{
    height:350px !important;
    min-height:350px !important;
    width:100% !important;
    max-width:100% !important;
}

.rounded{
    border-radius:6px !important;
}

.stopwatch-box {
    border: 1px solid var(--border-color);
    padding: 2rem;
    border-radius: 1rem;
}

.time-display {
    font-size: 48px;
    font-weight: bold;
    text-align: center;

}

.bg-abs {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 200%;
    height: 1100px;
    transform: translate(-50%, -50%);
    z-index:-1;
    display:none;
}

.sticky-ad {
   
}



.description-2 {
    background: white;
    border-radius: 8px;
    box-shadow: rgba(149, 157, 165, 0.4) 0px 4px 12px;
    margin-top: 25px !important;
    padding: 2em;
}

.current-selected {
    border-top: 2px solid var(--secondary-color);
}