/*
Theme Name: Twenty Twenty-Five Child
Template: twentytwentyfive
Theme URI: 
Description: A child theme
Author: 
Author URI:
Version: 1.0.0
*/

/* set a 50 px margin on top of all footers, then remove it from just home page footer 
body .site-footer-container {margin-top: 50px;}
body.home .site-footer-container {margin-top: 0px;}
*/

/*
set a 50 px margin on top of all footers, then create a 'str' style to
remove it from just the templates I use for the main pages.
*/

.str-shadow-1 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}


