html {
    font-size: 14px;
    font-family: Inter, Helvetica, sans-serif !important;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
        font-family: Inter, Helvetica, sans-serif !important;
    }
}

.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;
}

body {
    margin-bottom: 60px;
    font-family: Inter, Helvetica, sans-serif !important;
}

/* default for desktop */
.logo-responsive {
    height: 60px;
    width: auto;
}

/* medium tablets and down */
@media (max-width: 1000px) {
    .logo-responsive {
        height: 45px;
    }
}

/* phones and smaller */
@media (max-width: 500px) {
    .logo-responsive {
        height: 35px;
    }
}