
@import url('https://fonts.googleapis.com/css2?family=Gajraj+One&family=Madimi+One&family=Playfair+Display:ital,wght@0,400;0,500;1,400&family=Tomorrow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html,
body,
.view {
  height: 100%; }

html{
  scroll-behavior: smooth;
}



h1, .modra{
  color: #57a7e1;
}

h1{
  font-weight: 400;
  font-family: "Madimi One", sans-serif;
  text-transform: uppercase;
}


.navbar {
  background-color: rgba(255,255,255, 1); 
 
  
}
.navbar .nav-item a{
  font-weight: 500;
}
.separator{
  padding-left: 0!important;
  padding-right: 0!important;
}

.carousel-caption{
  bottom: 30%;
}

.top-nav-collapse {
  background-color: #fff; }

/* Adding color to the Navbar on mobile */
@media only screen and (max-width: 768px) {
  .navbar {
    background-color: #fff; } }

/* Footer color for sake of consistency with Navbar */
.page-footer {
  background-image: url("/public/images/dark-honeycomb.png");
}

/* #glava{
  min-height: 100%;
  
  text-align: center;
  background-image: url("/public/images/Header.jpg");
  background-position: top center;
  background-size: contain;
}

#glava h1{
 color:#57a7e1;
 font-weight: 500;
}
#glava h2{
  color: #fff;
  text-shadow: 1px 1px 3px #000;
} */
.logo{
  max-height: 300px;
  max-width: 90%;
  position: absolute;
  bottom: 100px;
  transform: translate(-50%, -50%);
}

.vsebina{
  padding-top:60px;
}

.sekcija{
  border-bottom: 2px solid #57a7e1;
}

.lead{
  font-size: 1.4em;
  line-height: 1.8em;
}

.clan{
  text-align: center;
}

#galerija{
  background-color: #ddd;
}

#kontakt p{
  font-size: 1.3em;
  color: #000;
}

.parallax{
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  
  box-shadow: 0 0 20px #aaa inset;
  height: 500px; 
}

.parallax1 { 
  background-image: url("/public/images/Vmesna.jpg");
  
}

.parallax2 { 
  background-image: url("/public/images/Vmesna2.jpg");
  
}

@media only screen and (max-width: 768px) {
 
  .uvod .lead{
    font-size: 1.2em;
    line-height: 1.5em;
    text-align: center;
  }
}