﻿/*Backgrounds
rgb(97, 123, 85); --dark green
rgb(241, 239, 231); - pale cream



Heading pale
rgb(241, 239, 231)
Text pale {
    color: #F1EFE7;
}

heading dark {
    color: rgb(26,26, 26);
    text dark color: rgb(110, 110, 110)
*/
img{max-width:100%; height:auto; border:none}
.bg-darkgreen{background-color:rgb(97, 123, 85);}
.bg-darkgreen a{color:#ffff6c; text-decoration:none}
    .bg-pale{background-color:rgb(241, 239, 231);}