* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: white;
    transition: color 0.5s;
}

header {
    position: absolute;
    width: 100%;
}

header div {
    background-color: #000;
    padding: 5px;
}

header li {
    display: inline-block;
    padding: 0 20px;
    color: white;
    font-family: "Roboto";
    font-size: 14px;
}

nav {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

nav li {
    display: inline-block;
    padding: 15px;
    font-family: "Roboto";
    font-weight: 1000;
    font-size: 18px;
}

nav a:hover:not(.active) {
    color: #00bcd4;
}

h1 {
    color: orange;
    font-family: 'Kaushan Script', cursive;
    font-size: 2.5em;
}

footer {
    margin: auto;
    padding: 0 15%;
    height: 150px;
    background-color: #292929;
    line-height: 150px;
}

footer ul {
    display: none;
    font-size: 1em;
    list-style: none;
    line-height: 1.5;
    vertical-align: middle;
}

footer a:hover {
    color: #00bcd4;
}

.center {
    text-align: center;
}

.logo {
    position: absolute;
    display: flex;
    float: left;
    background: transparent;
    font-size: 1.8em;
    color: bisque;
    padding: 10px;
}

.sec-1 {
    width: 100%;
    height: 100vh;
    background: url(img/sec1.jpg) no-repeat center center;
    background-size: cover;
    color: white;
    border-bottom-left-radius: 70% 6%;
    border-bottom-right-radius: 70% 6%;
}

.sec-1-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 15px;
    background-color: rgba(0, 0, 0, 0.2);
    font-family: 'Kaushan Script', cursive;
    font-size: 2.5em;
    color: white;
}

.sec-2 {
    margin: 50px 0;
    width: 100%;
    height: 600px;
    background: url(img/sec2.png) no-repeat center center;
    background-size: cover;
}

.sec-2 h3 {
    margin: 0 auto;
    padding-top: 180px;
    max-width: 650px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.7em;
}

.mapa {
    margin: 50px 0;
}

.mapa iframe {
    margin: 0 auto;
    padding-top: 50px;
    width: 80%;
}

.o-nama-txt h2 {
    padding: 6% 3% 3% 3%;
    font-family: 'Kaushan Script', cursive;
    font-size: 2em;
}

.galerija {
    padding: 6% 3% 3% 3%;
    font-family: "Roboto";
}

.galerija img {
    margin: 7px;
    width: 300px;
    border-radius: 4px;
    transition: 0.5s;
}

.galerija img:hover {
    transform: scale(1.1);
}

.galerija h3 {
    margin: 25px 0;
}

.bg {
    min-height: 799px;
    background: url(img/bg.gif) center center;
}

.meni {
    margin-bottom: -4px;
    padding: 70px 0 0;
}

.meni h1 {
    margin: 50px 0;
    color: orange;
    font-family: 'Kaushan Script', cursive;
    font-size: 2.5em;
}

.meni img {
    max-width: 100%;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.active {
    color: orange;
}

.clear {
    clear: both;
}

/*sec3 Slideshow*/

/*jssor slider loading skin spin css*/

.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/*jssor slider bullet skin 032 css*/

.jssorb032 {
    position: absolute;
}

.jssorb032 .i {
    position: absolute;
    cursor: pointer;
}

.jssorb032 .i .b {
    fill: #fff;
    fill-opacity: 0.7;
    stroke: #000;
    stroke-width: 1200;
    stroke-miterlimit: 10;
    stroke-opacity: 0.25;
}

.jssorb032 .i:hover .b {
    fill: #000;
    fill-opacity: .6;
    stroke: #fff;
    stroke-opacity: .35;
}

.jssorb032 .iav .b {
    fill: #000;
    fill-opacity: 1;
    stroke: #fff;
    stroke-opacity: .35;
}

.jssorb032 .i.idn {
    opacity: .3;
}

/*jssor slider arrow skin 102 css*/

.jssora102 {
    display: block;
    position: absolute;
    opacity: .8;
    cursor: pointer;
}

.jssora102 .c {
    fill: #000;
    fill-opacity: 0.5;
}

.jssora102 .a {
    fill: #ddd;
}

.jssora102:hover {
    opacity: 1;
}

.jssora102.jssora102dn {
    opacity: .6;
}

.jssora102.jssora102ds {
    opacity: .3;
    pointer-events: none;
}

@media screen and (max-width: 1350px) {
    .logo {
        display: block;
        position: relative;
        float: none;
    }

    .o-nama-txt {
        padding-top: 14%;
        font-size: 1.5em;
    }

    .galerija {
        padding: 15% 3% 3% 3%;
    }
}

@media screen and (max-width: 992px) {
    .o-nama-txt {
        padding-top: 18%;
        font-size: 1.5em;
    }
}

@media screen and (max-width: 887px) {
    .o-nama-txt {
        padding-top: 22%;
        font-size: 1.5em;
    }

    .sticky {
        position: fixed;
        top: 0;
        height: auto;
    }
}

@media screen and (max-width: 710px) {
    .sec-1-txt {
        top: 60%;
        font-size: 1.8em;
    }

    .o-nama-txt {
        padding-top: 26%;
        font-size: 1.5em;
    }
}

@media screen and (max-width: 620px) {
    .o-nama-txt {
        padding-top: 37%;
        font-size: 1.5em;
    }

    .galerija {
        padding: 22% 3% 3% 3%;
    }
}

@media screen and (max-width: 550px) {
    .o-nama-txt {
        padding-top: 43%;
        font-size: 1.5em;
    }
}

@media screen and (max-width: 480px) {
    nav li {
        padding: 10px;
    }

    .sec-1-txt {
        position: relative;
        font-size: 1.8em;
    }

    .o-nama-txt {
        padding-top: 50%;
        font-size: 1em;
    }

    .galerija {
        padding: 55% 3% 3% 3%;
    }
}

@media screen and (max-width: 420px) {
    .o-nama-txt {
        padding-top: 55%;
        font-size: 1em;
    }
}

@media screen and (max-width: 400px) {
    .o-nama-txt {
        padding-top: 85%;
        font-size: 1em;
    }
}

@media screen and (max-width: 320px) {
    nav li {
        padding: 5px;
    }

    .sec-1-txt {
        position: relative;
        font-size: 1.5em;
        top: 61%;
    }

    .o-nama-txt {
        padding-top: 79%;
        font-size: 1em;
    }
}
