    html {
      min-height: 100%;
      
    }
    body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      min-height: 100vh;
    }
    main {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
    }
.cursor{
    cursor: pointer;
}
.style1{
    background-image: url("../assets/images/domov.jpg");
    height: 94vh;
}
.style2{
    height: 60vh;
    background-position: center 50%;
    margin: 5rem 0;
    background-image: url("../assets/images/pexels-stijn-dijkstra-1306815-2499793.jpg");
}

.velikost-slik{
   height: 300px; 
    -o-object-fit: cover; 
       object-fit: cover;  
}
.reverse{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}




.nav-link{
    padding: 0;
}

.sticky-row{
    position: sticky;
    top: 75px;
    z-index: 1000;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
            border: none;
}

.navbar-toggler{
    border: none;
}

.bar1, .bar2, .bar3 {
  width: 35px; 
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 7px);
  transform: rotate(-45deg) translate(-9px, 7px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

.style3 {
      background-image: url("../assets/images/Mindfulmove_1.jpg");
      
}

.naslov-margin{
  
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.sirina-domov{
  width: 70%;
}

.sirina-mind{
width: 75%;
}

.poravnava{
  text-align: justify;
}

.underline:hover{
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); 
}

.style4 {
      height: 92vh;
      position: relative;
}

.no-underline{
  text-decoration: none;
}


.style5 {
      height: 60vh;
      
}
.style6 {
      height: 60vh;
    background-position: center 50%;
    margin: 5rem 0;
      background-image: url("../assets/images/Uvodna%20stran%20%20fotka%20za%20besedilo%20%C4%8Dez.jpg");
      
}

.style8 {
      height: 60vh;

      
}

.style7 {
      background-image: url("../assets/images/pexels-jplenio-2958498.jpg");
      height: 60vh;
    background-position: center 50%;
    margin: 5rem 0;
}

.style9 {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; 
}

.style10 {
      position: absolute;
          position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
      
}

@media only screen and (max-width: 980px) {
  .sirina-mind{
    width:100%;
    }
    .mobile-obrni{
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
    }

  .sirina-domov{
    width: 100%;
  }
  .poravnava{
  text-align: left;
  }
.reverse-mobile{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

/* @media (min-width: 768px) {
    .style9 {
        background-color: #98A183; 
    }
}
 */
@media only screen and (max-width: 480px) {
  
  .mobile-txt{
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }
  .style9{
    padding-bottom: 80px!important;
  }
  .dropdown-menu{
    border: none;
  }

}






