html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

.footer-link {
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding: 4px 0;
    transition: all .2s ease;
}

    .footer-link:hover {
        opacity: .75;
        transform: translateX(4px);
    }

.footer-social {
    color: #ffffff;
    font-size: 1.4rem;
    transition: all .2s ease;
}

    .footer-social:hover {
        opacity: .7;
        transform: translateY(-3px);
    }

.footer-contact {
    color: rgba(255,255,255,.85);
    font-size: .95rem;
}