@media (min-width: 768px) {
    .linkovi {
        width: 14%;
    }

    .text {
        width: 40%;
    }

    .slika {
        width: 46%;
    }
}

@font-face {
    font-family: mainFont;
    src: url(../fonts/Quicksand-Regular.ttf);
}

@font-face {
    font-family: boldFont;
    src: url(../fonts/Quicksand-SemiBold.ttf);
}

.font {
    font-family: mainFont;
}

.fontBold {
    font-family: boldFont;
}

#map {
    height: 400px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
}

.devojcica {
    width: 98%;
}