/*
Theme Name: Northfield Park
Description: 
Version: 1.2.4
Requires at least: 5.0
Tested up to: 6.1
Requires PHP: 5.2
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: northfieldpark
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, translation-ready, block-styles, wide-blocks, editor-style, threaded-comments, accessibility-ready


*/

:root {
    --atlantic: #12214F;
    --shoreline: #2E579E;
    --sky: #5982C2;
    --tangerine: #F99A28;
    --jewel: #A6338C;
    --coral: #D15226;
    --lime: #91BF33;
    --breeze: #00A89E;
    --lavender: #704282;
    --coastal: #ffffff;
    
}
.container-fixed {max-width:1400px;margin:0 auto;}
body {font-family: "nexa", sans-serif !important;
font-weight: 400;
font-style: normal;}
a {color:#84754e;}
h2 a:hover {
    color: #84754e;
    text-decoration: underline;
}
a:hover {
    color: #000000;
    text-decoration: underline;
}

a.btn {color: #ffffff;
    text-decoration: none;
font-size: 1.125em;
    text-align: center;
    word-break: break-word;
background: #84754e;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px}

p.no-m {margin-bottom:0}