/*
 Theme Name: Astra Child
 Theme URI: 
 Description: A child theme for the astra theme.
 Author: Your Name
 Author URI: 
 Template: astra
 Version: 1.0.0
*/


#homepage-anchor {
    position: relative;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}



/* Styling the Site Title all pages */

/* Default styles for desktop (769px and above) */
	.site-title {
    font-size: 40;
    text-transform: lowercase !important; /* Example: Force lowercase */
}

/* Tablet styles (545px to 768px) */
@media (min-width: 545px) and (max-width: 768px) {
    	.site-title {
        font-size: 30;
    	text-transform: lowercase !important; /* Example: Force lowercase */
    }
}

/* Mobile styles (544px and below) */
@media (max-width: 544px) {
    	.site-title {
        font-size: 22;
    	text-transform: lowercase !important; /* Example: Force lowercase */
    }
}








