/*
Theme Name: FSMI
Theme URI: 
Description: Child theme of Twenty Twenty-Five for FSMI.
Author: Michael McQueen
Author URI: 
Template: twentytwentyfive
Version: 1.0.0
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fsmi
*/

/* Add your custom styles below. The parent theme's styles are loaded automatically. */
.page-hero {
    padding-top: 30vh !important;
    min-height: unset !important;
}
.page-hero.page-hero--home {
    background-color: #eff9f0;
}
@media screen and (max-width: 768px) {
    .page-hero.page-hero--home img {
        opacity: 0.3;
    }
}


button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style {
    background: #79a841;
}