@font-face {
    font-family: 'Overpass Mono', sans-serif,monospace;
    ascent-override: 85%;
    descent-override: 15%;
    line-gap-override: normal;
}
/*body {
    font-family: 'Overpass Mono', sans-serif,monospace;
}*/

@media (min-width: 768px) {
    html {
        font-size: 22px;
        font-weight: bold !important;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus, .btn-radio:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #0048AA;
}

.btn-success {
    background-color: #0048AA;
}
.btn-success:hover {
    background-color: #4C7DC3;
}

html {
    position: relative;
    min-height: 100%;
    font-size: 20px;;
}

body {
    margin-bottom: 60px;
    background: #EBF0F5;
}

/*Logo*/
@media screen and (min-width: 62em) .logo {
    margin-bottom: 30px;
    max-width: 180px;
    margin-left: auto;
    left: auto;
}

@media screen and (min-width: 48em) .logo {
    max-width: 160px;
    margin-left: 50%;
    position: relative;
    left: -120px;
}
.logo {
    background: url(../images/logo.svg) rgba(0,0,0,0) 0 0 no-repeat;
    background-size: 100%;
    text-indent: -999em;
    height: 66px;
    display: block;
    margin-left: 0;
    margin-right: auto;
    max-width: 140px;
    margin-top: 10px;
}
/*Logo*/