.intro-header {
  background-image: url("/img/header_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 350px;
}

footer.footer {
  background-color: #000;
  color: #C3C2C2;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

footer.footer p {
  margin-top: 10px;
  margin-bottom: 10px;
}

footer.footer p a {
  color: #C3C2C2;
}

footer.footer p a:hover {
  color: #FFFFFF;
}

footer.footer p.logo {
  font-size: 24px;
}

footer.footer p.copyright {
  font-size: 10px;
  text-align: left;
}

footer.footer p.contact_icons a {
  margin-right: 8px;
}

footer.footer p.contact_icons a img {
  cursor: pointer;
}

.blog-post-content a {
  text-decoration: underline;
}