/* 
Custom styles CO FWD
9/25/26
Contact: Gil Carroll
*/


/* enforce the dimensions of the footer social media idons */
footer img {
  Height: 80px;
  width: 80px;
}

/* override the footer image, so that is is not distorted */
footer a.mr-0 img {
  Height: 80px;
  width: 120px;
}

/* for the 'Theme by Code Nation. Created with NationBuilder.' links, which are black */
.pb-3 a {
  color: white;
  text-decoration: underline;
}