﻿body {
    background: white;
}

.nbar1 {
    display: none;
}

footer {
    display:none;
}

.postfooter {
    position:fixed !important;
    bottom: 0 !important;
    width: 100%;
}

.totop {
display:none;
}

img.responsive-img {
    height:350px;
    width:100%;
    object-fit:contain;
}

.btnnazad {
    left:10px !important;
    bottom:40px;
    position: fixed;
    z-index: 999;
}
    .btnnazad:hover {
        transform: scale(1.15);
        transition: ease-in-out 0.7s;
    }

h2 {
font-size:15px;
}

h3 {
    font-size: 25px;
    font-weight:900;
}

nav .sakri {
    display: none !important;
}


.detailsnaslov {
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    color: red;
    text-shadow: 2px 2px black;
    font-size: 45px;
    margin-top: 30px;
}


@media(max-width:900px) {


    .detailsnaslov {
        font-size: 25px;
    }

    h3 {
        font-size: 25px;
        text-align:center !important;
    }

}