Menu Nav:
Some pages have no hero image and use black text and white background.
#dmenu{position:relative!important}
.blackitems{color:black!important}
.whitelogo{display:none!important}
.blacklogo{display:block}
.headercol2{border-left:1px solid black;border-right:1px solid black}
.menulines{border-top:1px solid black;border-bottom:1px solid black}
.whitemenu_alink:link, .whitemenu_alink:visited {
color: black!important;
text-decoration: none;
display: inline-block;
}
.whitemenu_alink:hover, .whitemenu_alink:active {
color: #A8604A!important
}
#menuad {
border-left: 1px solid black!important;
}
This code block is in the Divi library, so add this anywhere on the page to bring in the CSS
Fonts:
Google Fonts for headers and body
.playfair{font-family: “Playfair Display”;}
open sans for body
THese are both set in the appearance/customize/typography
NOTES:
List any notes that a developer or support team need to know when working on the site.