* {
    font-family: "Kadwa", serif;
}

body {
    background-color: #F5E7C9!important;
}

.kadwa-regular {
    font-family: "Kadwa", serif;
    font-weight: 400;
    font-style: normal;
}

.kadwa-bold {
  font-family: "Kadwa", serif;
  font-weight: 700;
  font-style: normal;
}

nav {
    background: #71441B;
    background: linear-gradient(90deg, rgba(113, 68, 27, 1) 43%, rgba(146, 98, 54, 1) 100%);
}

#nad {
    transform: scaleX(-1);
    width: 270px;
    height: 13px;
}

#poljanska-napis {
    width: 226px;
    margin-top: 5px; 
    height: 40px;
    align-self: flex-end;
    margin-right: 10px;
}

.slika {
    background-image: url("/img/cebelnjak2.jpg");
    background-size: cover;
    height: 390px;
    color: white;
}



.slika > h1 {
    font-size: 3.5rem;
}


.btnn {
    background-color: #E5B753!important;
    font-size: 1.3rem!important;
    padding: 10px;
}

#navbarNav a:hover {
    color: #c6bdb8;
}

.nav-item > a {
    font-size: 1.4em;
    color: #EAE0D6;
    margin: 0 30px;
}

.napis {
    font-weight: 400;
    font-size: 2.1rem;
}
.podnapis {
    font-size: 1.2rem;
    font-weight: 400;
}



.ikona {
    max-width: 120px;
    min-width: 100px;
}

footer {
    color: #EAE0D6;
    background: #71441B;
    background: linear-gradient(90deg, rgba(113, 68, 27, 1) 43%, rgba(146, 98, 54, 1) 100%);
}

.info {
    font-size: 1.6rem;
}

footer a {
    color:#EAE0D6;
}

.card {
    margin: 5px 10px;
    background-color: #F9F2E2!important; 

}