/* Required height of parents of the Full Page Carousel for proper displaying carousel itself */

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lalezar&display=swap');

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

html{
  scroll-behavior: smooth;
}

body{
  font-family: 'Quicksand', sans-serif;
}

h1{
  color: #a31c25;
  font-family: 'Lalezar', cursive;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
h3{
  font-weight: 700;
}
a{
  color: #a31c25;
}
a:hover{
  color: #000;
}

p{
  font-size: 1.2rem;
}

.section{
  padding: 90px 0;
}

.izpostavljeno{
  font-size: 24px;
  color: #a31c25;
}

/* Full Page Carousel itself*/
.carousel {
  height: 100%; 
}
.carousel .carousel-inner {
  height: 100%; 
}
.carousel .carousel-inner .carousel-item, .carousel .carousel-inner .active {
    height: 100%; 
}


.navbar-toggler{
  background-color: rgba(255,255,255,0.4);
}

/* Navbar animation */
.navbar {
  /* background-color: rgba(255,255,255, 0.2);  */
  background: url("/public/images/meni_bg.jpg");
}

.navbar .nav-item .nav-link{
  font-size: 1.1em;
  color: #fff!important;
  font-weight: 700;
}

.navbar .nav-item .nav-link:hover{
  color: #a31c25!important;
}

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


@media only screen and (max-width: 768px) {
  .navbar {
    background-color: #fff; } }


#glava h1{
  font-size: 64px;
  text-shadow: 1px 1px 5px #000;
}

@media only screen and (max-width: 768px) {
  #glava h1{
    font-size: 32px;
  }
}

#harmonika-frece{
 
 
}

/* #harmonika-frece h1, #harmonika-frece h2, #harmonika-frece p{
  color: #fff;
} */

#harmonika-frece .napis{
  text-align: center;
}

#harmonika-frece  li{
  font-size: 1.2rem;
  line-height: 2.4rem;
  list-style-position: outside;
}




#modeli-harmonik{
  background-color: #eee;
  padding-bottom: 80px;
  border-bottom: 1px solid #ddd
}

#modeli-harmonik-slider{
  
}

#modeli-harmonik .harmonika{
  height: 400px;
  background-color: #fff;
  padding: 2rem;
  
}

#modeli-harmonik .controls-top{
  text-align: center;
  font-size: 32px;
}

#modeli-harmonik carousel-indicators li{
  background-color: #000!important;
}

@media only screen and (max-width: 992px) {
  
  #modeli-harmonik .harmonika{
    height: 700px;
    padding-top: 0;
  }

  #modeli-harmonik p{
    font-size: 1.1rem;
  }
}


#kontakt{
  padding-top: 90px;
  box-shadow: 0 0 5px #aaa;
  background-image: url("/public/images/hexellence.png");
}

#harmonika{

}

#harmonika .slika-zgoraj{
  
  box-shadow: 0 0 10px #aaa;
}

#harmonika .izpostavljeno{
  background-color: #a31c25;
  color: #fff;
  font-size: 24px;
  padding: 1rem;
  border-radius: 10px;
}

#harmonika .specifikacije{
  border-left: 2px solid #a31c25;
  padding-left: 2rem;
}

#harmonika .specifikacije:last-of-type{
  border-right: 2px solid #a31c25;
}
@media only screen and (max-width: 762px) {
  #harmonika .specifikacije{
    border-right: 2px solid #a31c25;
  }
}

.uvod-tekst{
  background-color: rgba(0,0,0,0.9); 
  color: #fff;
  margin: 0 auto; 
  padding: 1rem;
  /* border-radius: 1rem; */
  
  box-shadow: 0 0 20px 10px #000;
}

.uvod-tekst a{
  color: #fff;
}
.uvod-tekst a:hover{
  color: #aaa;
}

.uvod-tekst p{
  font-size: larger;
  line-height: 1.9rem;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

@media only screen and (max-width: 762px) {
  .uvod-tekst p{
    font-size: initial;
    line-height: 1.5rem
  }
}

footer{
  background: url("/public/images/noga_bg.jpg");
}

footer .footer-copyright {
  color: #fff!important;
  background-color: rgba(0,0,0,0.6)!important;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.timeline ul, .timeline li{
  list-style: none;
  padding: 0;
}

.timeline li{
  padding-bottom: 1.5rem;
  border-left: 1px solid #a31c25;
  position: relative;
  padding-left: 20px;
  margin-left: 10px;
}
.timeline li:last-child{
    border: 0px;
    padding-bottom: 0;
  }
.timeline li:before{
    content: '';
    width: 15px;
    height: 15px;
    background: #a31c25;
    border: 1px solid #a31c25;
    box-shadow: 1px 1px 3px #555;
    
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: 0px;
  }

.timeline .time{
  color: #2a2839;
  font-weight: 500;
  
}
.timeline p{
  color: #4f4f4f;
      font-family: sans-serif;
  line-height: 1.5;
  margin-top:0.4rem;
  @include mobile-only{
    font-size: .9rem;
  }
}

.zgodovina img{
  max-width: 200px;
}

.bg1{
  background-color: #eee;
 /*  background: url("/public/images/bg1.jpg"); */
}

.bg2{
  background-color: #aaa;
  background: url("/public/images/les_bg2.jpg");
}