@media (max-width: 992px) {
  #header-image {
    margin-top: 60px;
  }
}

@media (min-width: 768px) {
  #info-image {
    max-width: 20%;
    text-align: center;
  }
}

@media (min-width: 300px) {
  #info-image {
    max-width: 50%;
    text-align: center;
  }
}

@media (min-width: 576px) {
  #info-image {
    max-width: 35%;
    text-align: center;
  }
}

@media (max-width: 992px) {
  #header-image {
    margin-top: -150px !important;
  }
}

#footer a:hover {
  color: #018fe2!important;
}

#footer a {
  color: #006880!important;
}

#trust a:hover {
  color: #018fe2!important;
}

strong {
  font-family: 'AvenirLTStd-Heavy';
}

