/*
Theme Name: ROZ-2025
Theme URI: https://rozanasalon.com/
Description: New for Rozana Salon
Author: Chris Lopez
Author URI: https://xpressidea.com
Version: 1.0
*/


/* Custom styles here */

.pgtitle {
	font-weight: 100;
	font-family: 'Playfair Display', serif;
}


/* hero bg */
.bg-hero {
  width: 100%;
  height: 200px;
  background-image: url('https://rozanasalon.com/wp-content/uploads/img-bg2.jpg');
  background-size: cover;
  background-position: center center; /* Default position */
  background-repeat: no-repeat;
}

/* Tablet adjustments */
@media (max-width: 1024px) {
  .bg-hero {
    background-position: center top; /* Adjust for tablets */
  }
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .bg-hero {
    background-position: right center; /* Adjust for mobile */
  }
}



/* footer bg */
.bg-foot {
  width: 100%;
  background-image: url('https://rozanasalon.com/wp-content/uploads/img-bg2.jpg');
  background-size: cover;
  background-position: center center; /* Default position */
  background-repeat: no-repeat;
}

/* Tablet adjustments */
@media (max-width: 1024px) {
  .bg-foot {
    background-position: center top; /* Adjust for tablets */
  }
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .bg-foot {
    background-position: right center; /* Adjust for mobile */
  }
}


