header{
  padding: 4em 0;
}

.btn-default{
  border: 1px solid rgba(0, 0, 0, 0.4);
}

footer {
  text-align: center;
}

.share{
  text-decoration: underline;
  font-size: 12px;
  border-radius: 4px;
  background-color: transparent;
  color:rgba(0, 0, 0, 1);
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding: 0.5em 1em;
  cursor: pointer;
  display: inline;
  transition: all 0.3s ease;
}


.share:hover{
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}

.share:hover{
  cursor: pointer;
}
.shareable-text:hover{
  text-decoration: underline;
}

#ph{
  width: 100%;
  padding: 7px 10px 10px 10px;
  box-sizing: border-box;
  /* display: none; */
  background-color: #ea532a;
  color: rgba(255,255,255,.9);
  font-size: 16px;
  letter-spacing: .2px;
  text-align: center;
}

#ph a{
  color: white;
  text-decoration: underline;
}
