/* flat-btn */
.btn-flat-border {
  display: inline-block;
  padding: 1em 1em .8em;
  text-decoration: none;
  color: #67c5ff;
  border: solid 2px #67c5ff;
  border-radius: 3px;
  transition: .4s;
  margin-left: 1.4em;
}

.btn-flat-border:hover {
  background: #67c5ff;
  color: white;
  text-decoration: none;
}
