*{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;

}
body{
    background-color: #F9F6EE;
    color: #45474B;
}


.site-title{
    font-size: 5rem;
    font-weight: bold;
}
.nav-link {
  font-size: 1.25rem;
  color: #45474B;
  font-weight: 600;
}

.nav-link:hover {
  border-radius: 12px;
  color: #ffff4d;
  background-color: #45474B;
  
}

#mobileNav .nav-link:hover {
    color: inherit;
    background-color: transparent;
    text-decoration: none;
    font-size: 1.4rem;
}


#mobileh3 {
  font-size: 1.3rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}


#hamburger {
  border: none;
  background-color: #ffff4d !important;

}

.container{
    width: 95vw;
    display: grid;
    align-items: center;
    margin-top: 30px;
    margin-left: 30px;
    grid-template-columns: auto;
    grid-auto-rows: minmax(auto auto);
    grid-gap: 10px;
    grid-template-areas: 
    "lijevo desno"
   
    ; 
    
}

.muski{
    
    grid-area: lijevo;
    width: 45vw;
    height: 90vh;
    text-align: center;
    
   
   
}
.zene{
    grid-area: desno;
    width: 45vw;
    height: 90vh;
    text-align: center;
    
     
}

.dostupnost{
    width: 40vw;
    height: 600px;
    margin-top: 30px;
    margin-left: 10px;
    display: block;
    position: relative;
    top: 50%;
    left: 25%;
}



@media screen and (max-width: 700px) {
    .container{
        width: 100%;
        height: 100%;
        padding-top: 10px;
        margin: 10px;
        grid-gap: 5px;
        grid-template-areas: 
        "lijevo"
        "desno"
        ;
    }

    .muski{
        width: 90vw;
        height: 90vh;
        text-align: center;  
    }

    .zene{
        width: 90vw;
        height: 90vh;
        text-align: center;    
    }

    .dostupnost{
        width: 90vw;
        height: 90vh;
        padding-top: 10px;
        margin: 10px;
        position: relative;
        top: 0%;
        left: 0%;
    }
}


@media (max-width: 991.98px) {
    .navbar {
        background-color: #F9F6EE !important;
    }
    .navbar-toggler {
        margin-right: 1rem;
    }
    
}

main{
    padding: 50px;
}

.imgLogo{
    height: 150px;
    min-height: 100px;
    width: auto;
    margin-right: 10px;
}
.imgLogoHam{
    height: 40px;
    width: auto;
    max-height: 40px;
    min-height: 50px;
    margin-left: 10px;
}

#sidebar {
    
    padding: 15px;
    height: 100%;
}

.sidebar-box {
    background-color: #45474B;  
    color: #F9F6EE;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
}

.sidebar-title {
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    color: #ffff4d;
}

.sidebar-box iframe {
    width: 100%;
    height: 60vh; 
    border-radius: 5px;
}

h2{
    font-size: 3rem;
    font-weight: 700;
}

.table-dark,
.table-dark > th,
.table-dark > td,
.table-dark thead th,
.table-dark tbody td {
    background-color: #45474B !important;
    color: #F9F6EE !important;
}

button{
    background-color: #45474B !important;
    color: #F9F6EE !important;
    border-color: #45474B !important;
    font-weight: bold !important;

}
button:hover{
    background-color: #ffff4d !important;
    color: #45474B !important;
    border-color: #ffff4d !important;
}

#kuglanaMain{
    font-size: 1.3rem;
    font-weight: 300;
}
.card-img-top {
    object-fit: cover;
    height: 200px; 
}
.card {
    transition: transform 0.3s, box-shadow 0.3s;
}


.carouselGumb{
    background-color: rgba(0,0,0,0.2) !important;
    width: 70px;
    border-radius:15px;
}
.carouselGumb:hover{
    background-color: rgba(0,0,0,0.2) !important;
}
.carousel-indicators {
    display: none;
}
.carousel-img {
    border-radius: 15px;
}



@media (max-width: 800px) {
    .resp{
        font-size: 0.9rem; 
    }
    .resp1{
        font-size: 0.8rem; 
    }
}

