html {
    font-size: 14px;
}

@media (min-width: 1400px) {
    .navbar-spacer {
        padding: 0 3rem;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.involv-button-colors {
    background: linear-gradient(
        90deg,
        rgba(239, 81, 66, 1) 0%,
        rgba(231, 60, 90, 1) 50%,
        rgba(221, 28, 108, 1) 100%
    );
    color: white;
}

.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%;
    display: flex;
    flex-direction: column;
}

body {
    margin-bottom: 60px;
    background-image: url("../images/involv_background_main.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

main {
    display: flex;
    flex-direction: column;
}

.involv-container {
    border-radius: 1rem;
    flex-grow: 1;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    padding: 0;
}

a.navbar-brand img {
    height: 3.5rem;
}

a {
    color: #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.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);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}
