@media (max-width: 768px) {
    #logo1 {
        max-height: 50px;
    }

    h1 {
        font-size: 2.5rem;
    }

    .studije {
        font-size: 1.4rem;
    }
}

@media (max-width: 768px) {
    .row {
        flex-direction: column;
        align-items: center;
    }

    .col {
        width: 80%;
        margin-bottom: 20px;
    }

    .img-col {
        margin-top: 20px;
    }
}

@media (min-width: 768px) {
    .col-lg-6 {
        width: 50%;
    }
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

#nav-placeholder {
    display: none;
}

.content {
    margin-bottom: 0px;
}

.logo2 {
    max-height: 200px;
    margin-left: 60px;
}

@media (max-width: 768px) {
    .logo2 {
        max-height: 150px;

    }

    .mapacol {
        width: 100% !important;
        margin-bottom: 20px;
    }
}

.mapa {
    height: 250px;
    width: 100%;
    border: 0;
}

.maintext {
    font-size: 45px;
    background-color: rgba(0, 0, 0, 0.5);
}

.gumbtext {
    padding: 1%;
}

@media (max-width: 780px) {
    .maintext {
        font-size: 40px;
    }

    .gumbtext {
        padding: 10px !important;
    }
}