.hover-link {
  border: 1px solid transparent;
}
.hover-link:hover {
  border: 1px solid #000000;
}
.secondary-link {
  font-size: 14px;
  text-decoration: none;
}
.secondary-link:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 1067px) {            
  .responsive-menu {
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: end;
  }
  .secondary-justification {
      justify-content: end;
  }
}
.buy-now-button {
  transition: .3s all ease;
}
.buy-now-button:hover {
  transition: .3s all ease;
  transform: scale(1.1)!important;
}
.footer-link:hover, .footer-icon:hover {
  color: #027eaa!important;
}
.footer-logo {
  border: 1px solid transparent;
}
.footer-logo:hover {
  border: 1px solid #000000;
}
.footer-icon {
  font-size: 2em;
}
.footer-link {
  text-decoration: none;
}
.footer-link:hover {
  text-decoration: underline;
}