.logo {
    width: 10em;
    position: absolute;
    top: -1.5em;
}


.nav {
    display: flex;
    justify-content: space-around;
    padding-left: 0;
    list-style: none;
    font-weight: 500;

}


nav.tm_navbar li a {
    margin-top: 0.8em;
    position: relative;
    padding: 0 18px;
    font: 800 18px / 37px 'Asap', sans-serif;
    color: #ffffff;
    background: transparent;
    -o-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.cyber-map {
    display:flex;
    justify-content: center;
}

.cyb-map-iframe{
    width: 100%;
    height: 427px;
}


#header nav {
    float: right;
    margin-top: 0px;
}



/* SEKCE O NÁS */
.aboutus{
    background: #2e3641;
    padding: 4em;
    color: white;
}


.aboutus p {
    color: #9eb2c0;
    text-align: center;
}


.aboutus header {
    background: var(--main-color);
    padding-left: 25px;
    margin-bottom: 44px;
    text-align: left;
}


.kurzy {
    height: 80em;

}


.kontakt .address{
    font-size: 2em;
    line-height: 1em;
}

.kontakt-logo {
    width: 10em;
}

@media (max-width: 480px) {
    .camera_caption p {
        font-size: 25px;
        line-height: 1em;
        margin-top: 80px;
    }
}



/*SEKCE PODROBNOSTÍ O KURZECH */





@media only screen and (max-width: 991px) {
    .index .block-4 .item-1 {
        margin-bottom: 40px;
        text-align: center;
        /* display: flex; */
        /* justify-content: center; */
    }
}