body {
  transition: background-color .5s;
}

body .naslov {
  font-family: 'Roboto', sans-serif;
}

body img {
  width: 100%;
}

body nav {
  background-color: rgba(36, 79, 136, 0.7);
}

body nav img {
  width: auto;
  max-height: 30px;
}

body hr {
  margin-top: 0;
  margin-bottom: 5px;
}

body footer {
  background: #072b62;
  background: linear-gradient(0deg, #072b62 0%, #2c6883 100%);
  min-height: 20vh;
}

body img.d-block.w-100 {
  object-fit: cover;
  object-position: center;
  max-height: 70vh;
  min-height: 50vh;
}

#novosti {
  padding-bottom: 10px;
}

.img-thumbnail-v {
  height: 50vh;
  width: 100%;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.img-thumbnail-s {
  height: calc(25vh - 5px);
  object-fit: cover;
  object-position: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.img-thumbnail-m {
  height: calc(25vh - 5px);
  width: 50%;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.novost-prazan {
  background-color: rgba(0, 0, 0, 0.2);
}

.novost-naslov {
  float: left;
}

.novost-datum {
  font-size: 0.5em;
  float: right;
  height: 2.5em;
  color: rgba(255, 255, 255, 0.5);
}

.novost-v {
  width: calc(100% - 2em);
  text-align: justify;
  padding-left: 10px;
  padding-right: 10px;
}

.novost-s {
  width: calc(100% - 2em);
}

#overlay {
  position: fixed;
  /* Sit on top of the page content */
  display: none;
  /* Hidden by default */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  /* Black background with opacity */
  z-index: 1050;
  /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer;
  /* Add a pointer on hover */
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

a.text-white.font-weight-light {
  font-size: 1.15em;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 1.15em;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.kartica {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.statistika {
  max-height: 250px;
  max-width: 250px;
}

.bottom-left {
  position: absolute;
  font-size: 1.5em;
  bottom: 1em;
  left: 1em;
}

.onama {
  background: url("../images/o-nama.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 75vh;
  padding: 10em;
}

.slika {
  object-fit: cover;
  object-position: center;
  width: 100%;
  max-height: 175px;
  margin-bottom: 1rem;
}

a.text-decoration-none.text-white {
  padding: 10px;
  border-radius: 3px;
}

a.text-decoration-none.text-white:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

.Model3d {
  width: 500px !important;
  height: 100% !important;
}

.videoPlayer {
  max-width: inherit;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

@media (max-width: 712px) {
  .naslov {
    font-size: 2.5em;
  }
  .onama {
    padding: 1em;
  }
  .Model3d {
    width: 300px !important;
    height: 100% !important;
  }
}

@media (max-width: 576px) {
  .onama {
    padding: 1em;
  }
  h1.display-4.font-weight-light.text-center.mt-5.pt-3 {
    font-size: 2em;
  }
}
/*# sourceMappingURL=style.css.map */