/*<!-- RM. Sithodolo (2021133679) -->
<!-- CSIS1664 (2024) -->
<!-- Filename: Stylesheet.css -->*/
*{
	font-family: Arial, sans-serif;
	margin: 0px;	
    padding: 0px;
	background-color:/*#A2C2E5*/#FFCBA4;
}
.menu {	
  text-align: center;
  padding: 14px 16px;
  font-size: 17px; 
}
.menu a {
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  border-bottom: 3px solid ;
}
.menu a:hover {
  background-color: #ddd;
  color: black;
}
.menu a {
	color:#e14191;
}
.menu a:hover{
	color: #888888;
}
.menu ul li a.active{
	color: #333;
}
ul{
	display: flex;
	margin: auto;
	text-align: center;
	list-style-type: none;
	justify-content: center;
	padding-left: 25px;
}
.logo{
	height: 150px;
	width: 100%;
}
h1, h2 {
    text-align: center;
    color: #333;
    margin-bottom: 20px;

}
h3 {
    margin-bottom: 10px;
    color: #E94E77;
}
p{
	color: #555;
    line-height: 1.2;
    margin-top: 20px;
	text-align: center;
}
p a {
    color: #E94E77;
    text-decoration: none;
    font-weight: bold;
}
p a:hover {
    text-decoration: underline;
}
#forms {
	display: flex;
    flex-direction: column;
}
#forms label {
	margin-bottom: 8px;
    font-weight: bold;
    color: #555;
}
#forms select, #forms input,
    #forms textarea {
		padding: 10px;
        margin-bottom: 20px;
        border: 1px solid #ccc;
        border-radius: 4px;
}
#forms button {
	padding: 12px;
    background-color: #E94E77;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
#forms button:hover {
	background-color: #333;
}
.sections {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(225, 65, 145, 0.5);   
}
.Stylists {
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}
.Grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}
.Stylist {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(225, 65, 145, 0.5);
    text-align: center;

}
.Stylist img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 15px;
}
.ServicesS {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    padding: 40px;
    max-width: 1200px;
    margin: auto;
}
.Service {
    padding: 20px;
    box-shadow: 0 4px 8px rgba(225, 65, 145, 0.5);
    border-radius: 8px;
    text-align: center;
}
.Service img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
}
.Service span {
    font-weight: bold;
    color: #333;
}
.galleryS {
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
    border-radius: 8px;
	box-shadow: 0 4px 8px rgba(225, 65, 145, 0.5);
}
.galleryG {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    padding: 20px;
}
.gallery img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
	box-shadow: 0 4px 8px rgba(225, 65, 145, 0.5);
}
.testimonial {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(255, 65, 145, 0.5);
}
.testimonial p {
    font-style: italic;
}
.testimonial h4 {
    text-align: right;
    color: #E94E77;
    margin-top: 10px;
}
.promotionS {
    max-width: 1000px;
    margin: 40px auto;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(225, 65, 145, 0.5);
}
.promotionL {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}
.promotion {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(225, 65, 145, 0.5);
    text-align: center;
}
.promo-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
}
.newsletterS h2 {
    color: #333;
    margin-bottom: 10px;
}
.newsletterF {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.newsletterF label {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}
.newsletterF input[type="email"] {
    padding: 10px;
    font-size: 16px;
    width: 100%;
    max-width: 400px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 20px;
}
.newsletterF button {
    padding: 10px 20px;
    background-color: #E94E77;
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.newsletterF button:hover {
    background-color: #333;
}
.contactS {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(225, 65, 145, 0.5);
}
.operations h2 {
    color: #333;
    margin-bottom: 10px;
}
.hoursT {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}
.hoursT th, .hours-table td {
    padding: 12px 15px;
    border: 1px solid #ddd;
    text-align: center;
}
.hoursT th {
    background-color: #E94E77;
    color: white;
}
.hoursT td {
    color: #555;
}
.hoursT tr:nth-child(even) {
    background-color: #f9f9f9;
}
.social a {
    display: inline-block;
    margin: 0 10px;
}
.social img {
    width: 30px;
    height: 30px;
    transition: transform 0.3s ease;
}
.social img:hover {
    transform: scale(1.1);
}
footer{
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;
	background-size: 100vw;
	color: #000000;
	text-align: center;
}