body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

html {
  height: -webkit-fill-available;
}

main {
  display: flex;
  flex-wrap: nowrap;
  height: 100vh;
  height: -webkit-fill-available;
  max-height: 100vh;
  overflow-x: auto;
  overflow-y: hidden;
}
#sidebar, #header-small {
  background: url('https://mapa.jovancvijic.rs/img/F-289-4.jpg');
  background: url('img/MAIN2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(38, 50, 70, 0.8);
  background-blend-mode: darken;
}
#header-small {
  background: url('https://mapa.jovancvijic.rs/img/F-289-4.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(38, 50, 70, 0.7);
  background-blend-mode: soft-light;
}
#header-small {
  background-position: 50% 25%;
  background-color: rgba(38, 50, 70, 0.9);
}
.b-example-divider {
  flex-shrink: 0;
  width: 0.3rem;
  height: 100vh;
  background-color: #cba266;
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}


.tool {
  background-color: #cba266;
  background-color: #263246;
  /* width: 120px; */
  color: #ffffff;
  /* font-size: 18px; */
  font-family: 'Open Sans', sans-serif;
  border-radius: 5px;
  /* border-color: #cba266; */
  border: none;
  /* padding: 5px; */
  text-align: center;
}

.leaflet-popup-content {
  text-align: center;
}
.leaflet-popup-content p {
  text-align: center;
  font-family: 'Raleway', sans-serif;
  margin: 0 !important;
  color: #fff;
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background-color: #263246;
}
.btn-blue, .btn-red {
  background-color: #c74040;
  background-color: transparent;
  color: #c74040;
  color: #cba266;
  text-decoration: underline;
}
.btn-blue:hover {
  color: #fff;
}
.btn-red:hover {
  color: #263246;
}

#naslov {
  position: absolute;
  bottom: 12%;
  left: 25px;
  font-family: 'Open Sans', sans-serif;
}
#naslov h5 {
  letter-spacing: 1.8px;
  font-weight: 300;
  line-height: 130%;
  font-size: 20px;
}
#naslov h1 {
  line-height: 80%;
  color: #cba266;
  
}
#naslov-small  {
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 35px;
}
#naslov-small h1 {
line-height: 80%;
  color: #cba266;
  margin: 0;
  font-size: 32p;
}
#naslov-small h5 {
font-size: 18px;
font-weight: 300;
}
.leaflet-popup-content {
  max-width: 180px;
}
.modal-footer, .modal-header{
  /* background-color: #263246; */
  /* opacity: 0.9; */
}
.modal-body {
  /* background-color: #f5f5f5; */
  /* background-color: #e5e0d8; */
  /* opacity: 0.9; */
}

.modal-body h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #cba266;
  margin-bottom: 15px;
}
.modal-body p {
  color: #86898f;
}
.modal-body img {
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1);
}
.blockquote {
  font-style: italic;
  border-left: solid 4px #cba266;
  padding-left: 20px;
  margin: 20px 0;
}

header {
  background-color: #263246;
  opacity: 0.9;
  border-bottom: 4px solid #cba266;
  text-align: center;
}

#map {
  width: 100%;
  height: 100vh
}
@media (min-width: 991.98px) {
  .container {
    width: 800px;
  }
}
@media (max-width: 768px) {
#sidebar {
    display: none !important;
  }
  .b-example-divider {
    display: none !important;
  }

  .leaflet-top.leaflet-right {
    display: block;
  }
  #map {
    height: 83vh;
  }
   
}
@media (max-width: 576px) {
#naslov-small h1 {
    line-height: 60%;
    font-size: 21p;
  }
  #naslov-small h5 {
    font-size: 17px;
  }

}
@media (max-width: 992px) {
 #sidebar {
  width: 300px !important;
 }
 #naslov h5 {
   letter-spacing: 1.6px;
   font-weight: 300;
   line-height: 130%;
   font-size: 16px;
 }
 #naslov h1 {
   font-size: 32px;

 }
}
