:root{
    --dark-green: #3e4444;
    --bright-green: #82b74b;
    --rich-reen: #405d27;
    --dull-green: #c1946a;
}

body,h1,h2,h3,h4,h5 {font-family: "Poppins", sans-serif}

body {font-size:16px; background-color: white;}

.w3-half img{margin-bottom:-6px;margin-top:16px;opacity:0.8;cursor:pointer}

.w3-half img:hover{opacity:1}

.rich-green, .hover-rich-green:hover:hover{color:#fff!important;background-color:var(--rich-reen)!important}

.text-rich-green, .hover-text-rich-green:hover {color:var(--rich-reen)!important}

footer { border-top: .1em dimgrey solid; margin: 1.5em;}

#legalText {color: dimgrey; text-align: center;}

