/* Custom fixes for specific elements */

/* Keep phone number white on hover */
.bp_fn_contact_page .info_list .value a {
  color: white;
}

.bp_fn_contact_page .info_list .value a:hover {
  color: white;
}
