html {
  font-size: 18px;
}

@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;
}

body {
    min-height:auto !important;
}

footer.footer {
    position:static !important;
}
.footer-logo{
    max-height:40px;
    width:auto;
}

main {
    padding-bottom:2rem;
}

.site-logo {
    height: 40px;
    width: auto;
    margin-right: 10px;
    vertical-align: middle;
}

.logo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.site-name {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ff9900;
}