
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  }


a {
  background-color: transparent; }



button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  padding: 6pt 20pt;
  line-height: 1.7;
  border: 5px solid #ff99e6;  /** CHANGE BUTTON BORDER SIZE AND COLOR */
  color: #ff99e6;
  font-weight: 500;
  transition: 0.7s;
  white-space: nowrap;
  cursor: pointer;
  background-color: transparent;
  border-radius: 30px;
  margin-bottom: 1.3em;
  transition: 0.7s;
  text-align: center;
  text-decoration: none; }
  button:hover, button:focus, .button:hover, .button:focus {
    outline: 0; }
  @media {
    button:hover, .button:hover {
      border-color: #9999ff;  /** CHANGE BUTTON HOVER */
      color: #7066ff; } }


