/* Required height of parents of the Full Page Carousel for proper displaying carousel itself */
html,
body,
.view {
  height: 100%; }

html{
  scroll-behavior: smooth;
}

.rdeca{
  color: #e1121a;
}

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


.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: 700px;
  padding-top: 200px;
  text-align: center;
  background-image: url("/public/images/header.jpg");
  background-position: top center;
}

#glava h1{
 color:#e1121a;
 font-weight: 500;
}
#glava h2{
  color: #fff;
  text-shadow: 1px 1px 3px #000;
}
.logo{
  max-height: 200px;
  max-width: 90%;
}

.vsebina{
  
}

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

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


.asd{
  padding: 70px 20px;
  color: #fff;
  background-image: url("/public/images/dark-honeycomb.png");
}

.asd .lead{
  font-size: 2.4em;
  line-height: 2em;
  font-style: italic;
}

.dejavnost{
  padding: 40px 0;
  background-color: #ddd;
}

#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;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  box-shadow: 0 0 20px #000 inset;
  height: 500px; 
}

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

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

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