/* CSS styling for sc_hero_heading.php */

/* CSS styling for sc_hero_heading.php */

.hero-heading {
    font-size: clamp(3.0rem, 5vw + 1rem, 5.6rem);
    color: white;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}

.hero-subheading {
    font-size: clamp(1.5rem, 2vw + 1rem, 2rem);
    color: white;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
    padding-bottom: 10px;
}
