:root {
    --zuta: #FFCC00;
    --zutaSvetla: #FFECA1;
    --sivaSvetla: #E3E3E3;
    --sivaTamna: #999999;
    --swiper-theme-color: #FFCC00 !important;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: black;
    scroll-behavior: smooth;
}

.Divider {
    background-image: url("../images/divider.svg");
    background-size: 57.65px 24px;
    background-repeat: repeat;
    height: 24px;
    width: 100%;
}

a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    color: black;
}


@media screen and (max-width: 1600px) {
    .Divider {
        background-size: 48px 20px;
        height: 20px;
    }
}

@media screen and (max-width: 1300px) {
    .Divider {
        background-size: 36px 15px;
        height: 15px;
    }
}

