/*
This is the CSS for the Get In Touch (git) 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(34,67,137);
}

#masthead_title {
  background-color: rgb(34,67,137);
}


#masthead_img {
  background-image:url("/images/w4w_banner_git.jpg");
}


h1 {
  color: rgb(34,67,137);
}

h2 {
  color: rgb(34,67,137);
}

h3 {
  color: rgb(34,67,137);
}

