/*
Theme Name: Mt. Hermon UMC
Theme URI: https://mthermonumc.org
Author: Mt. Hermon United Methodist Church
Description: Custom theme for Mt. Hermon United Methodist Church, Graham, NC. All are welcome. No fine print.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: mt-hermon-umc
*/

html, body { margin: 0; padding: 0; background: #FBF7ED; }
body { font-family: 'Source Sans 3', sans-serif; color: #24333E; }
a { color: #2F607B; }
a:hover { color: #B08A2E; }

/* Header nav */
.mh-navitem { position: relative; }
.mh-drop { display: none; position: absolute; top: 100%; left: 0; background: #FFFFFF; min-width: 240px; box-shadow: 0 14px 34px rgba(20,40,55,0.28); border-top: 3px solid #F2D488; flex-direction: column; padding: 8px 0; z-index: 60; }
.mh-navitem:hover .mh-drop, .mh-navitem:focus-within .mh-drop { display: flex; }
.mh-navlink:hover { color: #F2D488 !important; }
.mh-droplink:hover { background: #F6EED6; }
.mh-header-sticky { position: sticky; top: 0; z-index: 50; }
