#threading{
    background-image: url(img/thread1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

#serv-text{
    display: inline-block;
    padding: .25em 0;
    background-color: rgba(31, 1, 1, 0.3);
    color: lightgoldenrodyellow;
    font-weight: 900;
    
}
#heading{
    color:rgb(216, 187, 20);
    font-weight: 900;
    font-size: 2em;
}
#hair-care{
    background-image:url(img/hair.jpg) ;
}
#heading1{
    color:rgb(189, 161, 1);
    font-weight: 900;
    font-size: 2em;
}

#facial-care{
    background-image: url(img/cleansing.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
}
#facial{
    background-image: url(img/facial.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#waxing{
    background-image: url(img/waxing.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#heading2{
    color:rgb(189, 146, 5);
    font-weight: 900;
    font-size: 2em;
}
#nails{
    background-image: url(img/nails.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.fade-out {
    animation: fadeOut 0.5s ease-in-out;
  }
  
  @keyframes fadeOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
nav{
    cursor: pointer;
}