.c2a-btn{
  font-family: 'Lato', sans-serif;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5rem;
  color: black;
  background-color: white;
  border-color: #0B205F;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid black;
  padding: .5rem 1.5rem;
  font-size: 1rem;
  letter-spacing: 0.0125rem;
  border-radius: 0rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}


.c2a-btn:hover{
  color: white !important;
  background-color: black;
  text-decoration: none;
}
