html {
    overflow-x: hidden;
}

body {
        overflow-x: hidden;
    }
    
    h1 {
        font-family: 'Raleway', sans-serif;
        font-size: 32px;
        font-weight: 600;

    }
    
    h5 {
        font-family: 'Roboto Slab', sans-serif;
        font-weight: 400;
        font-size: 20px;
    }
    
    h6 {
        font-family: 'Raleway', sans-serif;
        font-weight: 600;
        font-size: 22px;
    }
    
    p {
        font-family: 'Raleway', sans-serif;
    }

    li {
        font-family: 'Raleway', sans-serif;
    }
    
    #hero h1 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 900;
        font-size: 60px;
        text-transform: uppercase;
        color: #f4f4f4;
    }
    
    #hero p {
        font-family: 'Raleway', sans-serif;
    }
    
    .jumbotron {
        margin-bottom: 0;
    }
    
    #hero {
        height: 100vh;
        background: transparent url('./img/jumbo-background.jpg') no-repeat scroll center;
        background-size: cover;
    }
    
    #navbarContainer {
        background-color: #f4f4f4;
        box-shadow: 0px 0px 17px 2px #4f4f4f;
    }
    
    #navbarContainer img {
        height: 30px;
    }
    
    #myNavbar a {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: 0.85rem;
        text-transform: uppercase;
        color: #153e5c;
        letter-spacing: 0.9px;
        transition: all 200ms ease-in-out;
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
    }
    
    .active-link {
        color: #de9124!important;
    }
    
    #hero-text {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    
    #hero-text h1 {
        text-shadow: 2px 2px 15px #4f4f4f;
    }
    
    #hero-text p {
        font-weight: 700;
        font-size: 20px;
        font-family: "Roboto Slab", sans-serif;
        color: #153e5c;
    }
    
    .btn-hero {
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        margin-right: 10px;
        font-weight: 600;
        transition: all 400ms ease-in-out;
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
    }
    
    .btn-start {
        font-family: Montserrat, sans-serif;
        background-color: #153e5c;
        border: 2px solid #153e5c;
        color: #f4f4f4;
        font-size: 16px;
    }
    
    .btn-start:hover {
        background-color: transparent;
        color: #153e5c;
    }
    
    .btn-end {
        font-family: Montserrat, sans-serif;
        background-color: #f4f4f4;
        border: 2px solid #f4f4f4;
        font-size: 16px;
    }
    
    .btn-end:hover {
        background-color: transparent;
        color: #f4f4f4;
    }
    
    @media(max-width: 776px) {
        #navbarContainer img {
            height: 25px;
        }
        #hero-text h1 {
            font-size: 44px;
        }
        #hero-text p {
            font-size: 18px;
        }
    }
    
    #services-section {
        background: #f4f4f4;
        padding-top: 4rem;
        padding-bottom: 2rem;
    }
    
    #services h1,
    #services h5 {
        text-align: center;
        color: #153e5c;
    }
    
    #cards {
        margin-top: 2rem;
        margin-bottom: 2rem;
        justify-content: center;
    }
    
    .card {
        color: #153e5c;
    }
    
    .card-title {
        color: #153e5c;
        text-align: center;
    }
    
    .card {
        max-width: 253px;
        min-width: 253px;
        margin-bottom: 20px!important;
    }
    
    .card-top {
        width: 100%;
        border-top: 10px solid #153e5c;
    }
    
    .card:hover {
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2);
        transition: box-shadow .25s ease-in;
    }
    
    .card-img-top {
        width: 50%;
        margin: 20px auto 0 auto;
    }
    
    .btn-card {
        background-color: #153e5c;
        border: 2px solid #153e5c;
        color: #f4f4f4;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        font-weight: 600;
        transition: all 400ms ease-in-out;
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
    }
    
    .btn-card:hover {
        background-color: transparent;
        color: #153e5c;
        border: 2px solid #153e5c;
    }
    
    #cta:before {
        content: "";
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -10;
        background: url('img/cta-bckg.jpg') no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    
    .cta-container {
        padding: 4rem 0;
        background-color: rgba(21, 62, 92, 0.3);
    }
    
    #cta h1,
    #cta h5 {
        color: #f4f4f4;
    }
    
    .btn-cta {
        margin-top: 1rem;
        background-color: transparent;
        border: 2px solid #f4f4f4;
        color: #f4f4f4;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        font-weight: 600;
        transition: all 400ms ease-in-out;
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
    }
    
    .btn-cta:hover {
        background-color: #153e5c;
        border: 2px solid #153e5c;
    }
    
    #use {
        padding-top: 4rem;
        background: #f4f4f4;
    }
    
    #use h1,
    #use h5 {
        text-align: center;
        color: #153e5c;
    }
    
    .card-use {
        width: 100%;
    }
    
    .box-wraper {
        margin-top: 4rem;
        border: 1px solid rgba(0, 0, 0, .125);
    }
    
    .twin-box {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-areas: 'left right';
        width: 100%;
        background-color: rgb(255, 255, 255);
    }
    
    .twin-box:nth-child(even) .twin-box-img {
        grid-area: right;
    }
    
    .twin-box-img {
        position: relative;
    }
    
    .twin-box-img img {
        width: 100%;
        position: relative;
        z-index: 0;
    }
    
    .tbbg {
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 100%;
        background: rgba(21, 62, 92, 0.5);
    }
    
    .twin-box:nth-child(even) .twin-box-text {
        grid-area: left;
    }
    
    .twin-box-text {
        align-self: center;
    }
    
    .wraper {
        padding: 20px;
    }


    
    @media(max-width: 574px) {
        .twin-box {
            display: block;
        }
        #services-section {
            padding-bottom: 2rem;
        }
        #brand-images {
            padding: 0.3rem 0;
        }
        #brand-images img {
            margin-bottom: 15px;
        }
    }
    
    #brands-index {
        padding-top: 4rem;
        background: #f4f4f4;
    }
    
    #brands-index h1,
    #brands-index h5 {
        text-align: center;
        color: #153e5c;
    }
    
    #brand-images {
        padding: 4rem 1rem;
    }
    
    #brand-images img {
        width: 200px;
    }
    
    .page-footer {
        color: #f4f4f4;
        background: #153e5c;
        padding-top: 4rem;
    }
    
    .footer-copyright {
        background: #0d273a;
    }
    
    #product-hero {
        height: 40vh;
        background: transparent url('./img/products.jpg') no-repeat scroll center;
        background-size: cover;
        position: relative;
    }
    
    #about-hero {
        height: 40vh;
        background: transparent url('./img/about.jpg') no-repeat scroll center;
        background-size: cover;
        position: relative;
    }
    
    #brands-hero {
        height: 40vh;
        background: transparent url('./img/brands.png') no-repeat scroll center;
        background-size: cover;
        position: relative;
    }

    #contact-hero {
        height: 40vh;
        background: transparent url('./img/contact.jpg') no-repeat scroll center;
        background-size: cover;
        position: relative;
    }
    
    #gradient {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(4deg, rgba(12, 10, 19, 0.514) 0%, rgba(12, 10, 19, 0.205) 25%, rgba(0, 0, 0, 0.1) 45%, transparent 55%);
        background-color: rgba(0, 0, 0, 0.1);
    }
    
    #v-pills-tab {
        padding-bottom: 2rem;
    }
    
    #v-pills-tab a {
        color: #153e5c;
        font-family: 'Raleway', sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 0.8rem;
    }


    .nav-pills .nav-link.active {
        color: #de9124!important;
        background-color: transparent;
    }
    
    #products-title {
        bottom: 15px;
        position: absolute;
        z-index: 2;
    }
    
    #products-title h1 {
        color: #f4f4f4;
        text-shadow: 2px 2px 15px #4f4f4f;
        font-family: 'Montserrat', sans-serif;
        font-weight: 900;
        font-size: 40px;
        text-transform: uppercase;
    }
    
    #products {
        background-color: #f4f4f4;
    }
    
    #naslov {
        padding-top: 4rem;
        padding-bottom: 2rem;
        color: #153e5c;
    }

    #naslov-sm {
        display: none;
    }
    
    .nav-link {
        background-color: transparent!important;
    }
    
    .nl-2 {
        margin-left: 25px;
    }
    
    #v-pills-tabContent .card-deck {
        margin-bottom: 2rem;
    }
    
    @media(max-width: 767px) {
        #naslov-sm {
            display: block;
        }
        #naslov {
            display: none;
        }
        #naslov-sm h1 {
            font-size: 1.6rem;
        }
        #products-cards {
            margin-top: 20px;
            width: 100%;
        }
        #products {
            margin-top: 20px;
        }

        #v-pills-tab {
            align-items: center;
            padding-bottom: 1rem;
        }
        .card-deck {
            justify-content: space-around;
        }
    }
    
    @media(max-width: 575px) {
        .card-deck {
            align-items: center;
        }
    }
    
    #about-us {
        background-color: #f4f4f4;
        padding: 2rem 0;
    }
    
    #about-us p,
    h1 {
        color: #153e5c;
    }
    
    #brands {
        background-color: #f4f4f4;
        padding-top: 4rem;
    }

    #brands > .container {
        padding-bottom: 2rem;
    }
    #brands p {
        color: #153e5c;
    }

@media (max-width: 767px) {
    #brands {
        padding-top: 1.5rem;
    }
    #brands h1 {
        margin-top: 10px;
    }
}
    
    #contact {
        background-color: #f4f4f4;
        padding: 4rem 0;
    }
    
    #contact h6,
    #contact p {
        color: #153e5c;
    }

    .obavestenje {
        color: #153e5c;
    }

.map-responsive{
    overflow:hidden;
    padding-bottom:90%;
    position:relative;
   height: 0;
}
.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}




