body {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: pink;
}

.container {
    flex:1;
}

/* navbar */
.navbar {
    height: 5rem;
}

.fa-scissors {
    font-size: 2rem;
}

.nav-link {
    color:white !important;
}

.show {
    background-color: #212529;
    width: 50% !important;
}
/* .navbar-collapse {
   
} */

@media (max-width: 743px) {
    .navbar-collapse {
        width: 45% !important;
        height: 100vh; 
        position: absolute;
        top: 5rem;
        right:0rem;
      transition: width 0.3s ease-in-out;
    }
    .navbar-nav >.nav-link {
   
    padding-left: 0.5rem;
    border-bottom: 1px solid white;
}
  }
/* footer */
.f-info-links a {
    text-decoration: none;
    color: black;
}

.f-info-links a:hover {
    text-decoration: underline;
}

.f-info {
    display: flex;
    height: 8rem;
    background-color: grey;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

/* .f-info-socials {
    display: flex; 
} */
.f-info-socials i {
    font-size: 1.25rem;
    margin-right: 1rem;
}

/* Index  */
/* .intro img{
    object-fit: cover;
    object-position: 0% 50%;
}  */
   
.card {
    border: none !important;
    border-radius: 0px !important;
}

.card-img-top {
    width: 100% !important;
    object-fit: cover !important;
    /* object-position: 80% 50%; */
}

.card-text {
    padding: 0 !important;
}

.card-text p {
    font-weight: 400;
}

.service-link {
    text-decoration: none;
}

.card-img-overlay {
    opacity: 0;
}

.card-img-overlay:hover {
    opacity: 0.2;
    background-color: white;
}

/* show  */
.show-btns {
    display: flex;
    /* justify-content: center; */
    /* flex-wrap: wrap; */

}

.show-edit {
    margin-right: 1rem;
}
.show-edit a {
    color: white !important;
    text-decoration: none !important;
}

.show-img {
    height: 50vh !important;
    object-fit: cover;
    object-position: top top;
}

/* order -new form style */
.disabled {
    pointer-events: none;
    opacity: 0.5;
}

/* appointments page  */

.apt {
    border: 2px solid black !important;
    border-radius: 1rem !important;
    overflow: hidden;
}

.ribbon {
   border: 2px solid green;
   border-top-left-radius: 1rem;
   width: 7rem;
   color: white;
   background-color: green;
   height: 2rem;
   display: flex;
   justify-content: center;
   align-items: center;
   position: relative;
   top: 0.75rem;
   left: -2rem;
   transform: rotate(-45deg);

  }
  .ribbonNa {
    border: 2px solid red;
    border-top-left-radius: 1rem;
    width: 7rem;
    color: white;
    background-color: red;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0.75rem;
    left: -2rem;
    transform: rotate(-45deg);
 
   }

