.libre-franklin {
  font-family: "Libre Franklin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

html,
body {
  height: 100%;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

h2 {
  font-family: "Libre Franklin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  text-wrap: balance;

}

h1,
h3,
h4,
h5,
.display-1,
.display-2,
.display-3 {
  font-family: "Libre Franklin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  text-wrap: balance;
}

.container {
  max-width: 1300px;
}


.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.linijeKartica {
  border: 1px solid #8bc63e;
}
.gornjaLinijaKartica {
  border-top: 1px solid #8bc63e;
}
.karticaVisina{
  max-height: 300px;
}
.pozadinaKartice {
  background-color: #aba9a947;
}

.book {
  background-color: #8bc63e;
  color: white;
}

.book:hover {
  background-color: #8bc63e;
  color: white;
}

.logo {
  width: 180px;
}
.bojaPozadine {
  background-color: #8bc63e;
}

.zastavice {
  width: 25px;
 }

.header {
  background-color: white;

}

.nav-link {
  color: white;
}

.nav-link:hover {
  color: white;
}

#prva {
  /* height: 60vh; */
}
.bojaNaslova {
  color: #8bc63e;
}
.bojaNaslova:hover {
  color: #8bc63e;
}
#prvaOnama{
   height: 40vh; 
}
#bgPrva{
height: 80vh;
}

.formaPozadina {
  background-color: #8bc63e;
  width: 600px;
}

.dugme {
  background-color: white;
  color: rgb(3, 3, 3);
  width: 150px;
}

.dugme:hover {
  background-color: white;
  color: rgb(3, 3, 3);
  width: 150px;
}


.okvirnaLinija {
  border: 2px solid #8bc63e;
  border-radius: 10px;
}

.logo-futer {
  height: 40px;
}

.offcanvas.offcanvas-bottom,
.offcanvas.offcanvas-top {
  height: 100dvh;
  left: 0;
  max-height: 100%;
  right: 0;
}

#rezervacija {
  min-height: 1300px;
}

@media (max-width: 900px) {
  #prva {
    background-color: #121d27cf;
    height: auto;
    width: 100%;
  }

  .formaPozadina {

    width: 100%;
  }

  .nav-link {
    color: rgb(0, 0, 0);
  }

  .nav-link:hover {
    color: rgb(0, 0, 0);
  }

  .form-select-lg {
    padding: .5rem 1rem;

  }

  .btn-lg {
    padding: 0.25rem 0.5rem;
  }

  #bgPrva{
height: auto;
}
}

@media (min-width: 1400px) {



}


