@charset "utf-8";
/* CSS Document */


 a[href^=tel] {
  border: 1px solid #47b475;
  border-radius: 5px;
  color: #47b475;
  display: inline-block;
  font-style: normal;
  margin: 10px 15px 0px 0px;
  padding: 8px 0px;
  text-decoration: none;
  font-size: 1.1em;
  width: 250px;
  text-align: center;
}
a[href^=tel]:before {
  content: 'call us ';
  font-weight: normal;
  font-style: italic;
  color: #47b475;
}
a[href^=mailto] {
  border: 1px solid #47b475;
  border-radius: 5px;
  color: #47b475;
  display: inline-block;
  font-style: normal;
  margin: 10px 15px 0px 0px;
  padding: 8px 0px;
  text-decoration: none;
  font-size: 1.2em;
  font-style: italic;
  width: 250px;
  text-align: center;
}
/*a[href^=mailto]:before {
  content: 'Email Us';
  font-weight: normal;
  font-style: italic;
  color: #148746;
} */

