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%;
}

body {
    font-family: 'Inter', sans-serif;
}

.logotitle-md-dark {
    background: #333333;
    padding: 5px;
}

/*Footer*/
footer {
    margin: auto;
    width: 100%;
    display: block;
    margin-top: 0;
    border-top: 2px solid #C00;
    background-color: #333333;
    padding-top: 20px;
    padding-bottom: 20px;
}

    footer a {
        font-size: 0.9em;
        color: #fff;
    }

        footer a:hover, footer a:focus {
            color: #fff;
            text-decoration: underline;
        }

    footer .footerdiv {
        padding-left: 10px;
        padding-right: 10px;
    }

    footer .footerdiv-border {
        border-right: 1px solid #424242;
        border-left: 1px solid #424242;
    }

.copright p {
    font-size: 0.8em;
    color: #fff;
}

.footer-sociallinks {
    background-color: #666;
    padding: 0.875em 0;
    text-align: center;
}

.sociallinks .fa {
    font-size: 2.3em;
    padding-right: 5px;
}

.sociallinks a:hover, .sociallinks a:focus {
    color: #c00;
}
