/*
This is the CSS for the who we are (wwa) 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(242,137,4);
}

#masthead_title {
  background-color: rgb(242,137,4);
}


#masthead_img {
  background-image:url("/images/w4w_banner_wwa.jpg");
}


h1 {
  color: rgb(242,137,4);
}

h2 {
  color: rgb(242,137,4);
}

h3 {
  color: rgb(242,137,4);
}
