html {
    position: relative;
    height: 100%;
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

body {
    height: 100%;
    font-family: 'Roboto', sans-serif;
}

a {
    color: rgb(0, 91, 196);
    text-decoration: none;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.btn-primary {
    color: #fff;
    background-color: #a9a919;
    border-color: #8a8a19;
}

.btn-primary:hover {
    background-color: #c1c230;
    border-color: #a9a919;
}

.btn-lg {
    font-size: inherit;
}

.btn-outline-secondary {
    font-size: inherit;
}

.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 #d1d11f;
}

.form-control,
.form-label,
.form-floating label {
    font-size: inherit;
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #a9a919;
    border-color: #8a8a19;
}

.navbar-nav .nav-link {
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    transition: background-color 0.2s ease;
}

.navbar-nav .nav-link:hover {
    background-color: rgba(0,0,0,0.05);
}

.navbar-nav .nav-link.active {
    background-color: #a9a919;
    color: #fff !important;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}
