div#footer.container_wrap.footer_color {
    background: url('https://gladwincounty-mi.gov/wp-content/uploads/2019/05/farmersmarketsfooter.png') center no-repeat;
    background-size: cover;
    background-position: fixed;
    min-height: 550px;
padding-top:0px;
padding-bottom:0px;
}

.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

   .fade:hover {
      opacity: 0.75;
      }

aside.sidebar.sidebar_right.alpha.units {
background: #e6eded;
border-radius: 10px;
padding-right: 35px;
margin-bottom: 70px;
}


.rcorners1 {
    border-radius: 10px;
    background: #3b3f3f;
    padding: 20px; 
    width: 320px;
    height: auto; 
}

H4 {
    line-height: 25px;
}