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




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

html{
  scroll-behavior: smooth;
}

body{
  
}

h1{
  color: #900;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 2rem;
  border-bottom: 1px solid #900;
  font-weight: 400;
  text-transform: uppercase;
}
h3{
  font-weight: 700;
}


p{
  font-size: 1.2rem;
  line-height: 2rem;
}


li{
  font-size: 1.2rem;
  line-height: 2rem;
}

.section{
  padding: 90px 0;
}

.izpostavljeno{
  font-size: 24px;
  color: #900;
}
.navbar {
  /* background-image: url("/public/images/meni.jpg"); */
  background: linear-gradient(to top, #af1919 0%, #7a0000 100%);
  height: 70px;
}

.navbar .nav-item .nav-link{
  font-size: 1.1em;
  color: #fff!important;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {

  h1{
    color: #900;
    font-size: 2rem;
  }

  .navbar {
    height: auto; } }

.page-footer {
  background-color: #ddd; 
}


.header-wrap{
  min-height: 100vh;
  height: 100%;

  position: relative;
}

header{
  position: relative;
  height: 100vh;
  overflow: hidden;
  border-bottom: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  background-image: url(/public/images/ozadje.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

header h1{
  font-size: 64px;
  text-shadow: 1px 1px 5px #000;
}
header .ozadje{
  width: 100%;
  height: auto;
}

header .logo-w{
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
header .logo{
  display: inline-block;
  
  width: 100%;
  max-width: 800px;
  margin: 130px auto;
}

header .kontakt {
  min-height: 200px; 
  max-width: 600px; 
  margin: 20px auto; 
  background-color: rgba(255, 255, 255, 0.8); 
  border-radius: 15px; 
  padding: 30px;
  font-size: 32px;
  font-weight: 400;
}
header .kontakt h2{
  
  color: #900;
  font-weight: 500;
}

header .kontakt a{
  color: #000;
}

header .kontakt a:hover{
  color: #777;
}

header .header-slika{
  width: 100%; 
  height: 100%;  
  background: url(/public/images/ozadje-xl.jpg) bottom center no-repeat; 
  background-size: cover;
}

header .skupinska{

  width: 90%;
  max-width: 800px;
  
}

header .info{
  min-height: 200px;
  padding: 20px;
  margin: 0 20px 20px 20px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #555;
  font-size: 18px;
  border-radius: 8px;
  font-weight: 500;
}
header .info h3{
  color: #900;
}
header .info a{
  color: #555;
}
header .info a:hover{
  color: #000;
} 

@media only screen and (max-width: 768px) {
  header h1{
    font-size: 32px;
  }
  
  header .header-slika{
    background: url(/public/images/ozadje-glava-sm.jpg) bottom center no-repeat;
    background-size: contain;
  }
}


.parallax{
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  
}

.parallax1 { 
  background-image: url("/public/images/slovenski-zvoki1.jpg");
  height: 500px; 
}

.parallax2 { 
  background-image: url("/public/images/slovenski-zvoki2.jpg");
  height: 500px; 
}
@media only screen and (max-width: 576px) {

  .parallax{
      height:180px;
      background-size: cover;
      background-position: top;
      background-attachment:initial;;
  }
}


#kontakt{
  padding-top: 90px;
  border-top: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  background-image: url("/public/images/glava-ozadje.jpg");
  background-size: cover;

  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #kontakt{
    font-size: 1rem;
  }
}

#ytplayer{
  box-shadow: 0 0 10px #000;
}

footer{
  
  background: linear-gradient(to top, #2e0000 0%, #6b0000 100%);
  height:380px;
}

