/* Horseshoe Fish and Game Club - Custom Styles */

/* Footer contact info */
#footer .contact-info {
  margin-bottom: 1em;
  color: #777;
  font-size: 0.9em;
  line-height: 1.8em;
}

#footer .contact-info a {
  color: #777;
  border-bottom: dotted 1px #aaa;
}

#footer .contact-info a:hover {
  color: #444;
  border-bottom-color: transparent;
}

/* Responsive logo sizing */
@media screen and (max-width: 480px) {
  #banner h2 img {
    height: 1.2em !important;
  }
}
