@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%;

  font-size: 1.1em;
  line-height: 1.8em;
}

html {
  scroll-behavior: smooth;
}


h1, h2, h4, .rdeca {
  color: #bf1e2e;
}

h1 {
  font-weight: 400;
  font-family: "Madimi One", sans-serif;
  text-transform: uppercase;
}
h4{
  margin: 20px 0;
  line-height: 2.2rem;
}
p{
  
}

.glava {
  /* height: 100vh; */
  /* border: 1px solid red; */
  /* overflow: hidden; */
}
@media only screen and (max-width: 768px) {
  .glava {
    /* height: 500px; */
   
  }
}

.glava h1 {
  color: #fff !important;
}

.glava h2 {
  color: #fff;
  text-shadow: 0 0 1px #000;
}

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

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

.separator {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.carousel-caption {
  bottom: 30%;
}

.carousel-caption h1 {
  text-shadow: 1px 1px 5px #000;
}

.top-nav-collapse {
  background-color: #aaa !important;
}

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

  .navbar .nav-item  .nav-link {
    font-weight: 500;
    color: #fff !important;
  }
}

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

.logo {
  max-height: 300px;
  max-width: 90%;
  position: absolute;
  bottom: 100px;
  transform: translate(-50%, -50%);
}

.vsebina {
  padding-top: 60px;
}

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

.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/storitve/1-OZVOCENJE.jpg");
}

.parallax2 {
  background-image: url("/public/images/storitve/2-OSVETLITEV.jpg");
}
.parallax3 {
  background-image: url("/public/images/storitve/3-MOBILNI-ODRI.jpg");
}
.parallax4 {
  background-image: url("/public/images/storitve/4-ALU-KONSTRUKCIJE.jpg");
}
.parallax5 {
  background-image: url("/public/images/storitve/5-ODRSKI-PODESTI.jpg");
}
.parallax6 {
  background-image: url("/public/images/storitve/6-VIDEO-LED.jpg");
}


@media only screen and (max-width: 768px) {

  .uvod .lead {
    font-size: 1.2em;
    line-height: 1.5em;
    text-align: center;
  }
}