/*
This is the CSS for the What We Do (wwd) section of the site

wwa   - orange: rgb(242,137,4)
wwd   - teal: rgb(2,118,115)
links - green: rgb(70,107,11)
git   - blue: rgb (34,67,137)
*/

#masthead {
  background-color: rgb(2,118,115);
}

#masthead_title {
  background-color: rgb(2,118,115);
}


#masthead_img {
  background-image:url("/images/w4w_banner_wwd.jpg");
}


h1 {
  color: rgb(2,118,115);
}

h2 {
  color: rgb(2,118,115);
}

h3 {
  color: rgb(2,118,115);
}

