.tabitem {
    text-shadow: 0px 2px 3px rgba(0,0,0,0.51);
    font-family: 'Arbutus Slab';
    font-weight: bold;
    color: #ffffff!important;
    background: #317c8c!important;
    border-radius: 0px!important;
  }
  
  .tabitem.active {
    background: linear-gradient(82deg, #317c8c, #95b5bd 79%, #317c8c 100%)!important;
  }
  
  .footer-social {
    text-align: center;
    padding: 20px 0;
    background-color: #f8f8f8;
  }
  
  .footer-title {
    font-family: 'Abhaya Libre', serif;
    color: #000000;
    font-size: 20px;
    margin-bottom: 10px;
  }
  
  .social-icons {
    font-size: 24px;
    display: flex;
    flex-direction: row;
  }
  
  .social-link {
    color: #317c8c;
    margin: 0 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    text-decoration: none;
  }
  
  .social-link:hover {
    color: white;
    background-color: #317c8c;
  }


  .welcome-text {
    font-size: 22px;
    margin-bottom: 0;
  }

  .salon-title {
    font-family: 'Cinzel Decorative', cursive;
    font-size: 32px;
    padding-top: 10px;
    line-height: 1.6;
    margin-top: 0;
  }

  .highlight-letter {
    font-size: 45px;
  }


.home-container {
    max-width: 470px!important;
    text-align: left;
}


@media (max-width: 600px) {
    .home-container {
        max-width: 300px!important;
        text-align: right;
    }
}