html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.alert.fade {
    opacity: 0;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
}

    .alert.fade.faded-in {
        opacity: 1;
    }

/* Asterisk on required fields */
.col-form-label.required:after {
    content: " *" !important;
    color: red !important;
}

.control-label.required:after {
    content: " *" !important;
    color: red !important;
}

/* Validation summary stuff */

.form-group.required .input-group.required .control-label:after {
    content: "*";
    color: red;
}

.validation-summary-valid {
    display: none;
}

.validation-summary-errors {
    background-color: lightcoral !important;
    color: white !important;
    border-radius: 5px !important;
}

    .validation-summary-errors span {
        padding: 0 0.5em;
    }


    .validation-summary-errors ul {
        margin-left: -0.5em;
        margin-right: -0.5em;
        margin-bottom: 0;
    }

    .validation-summary-errors li {
        background-color: lightcoral;
        margin-left: 0.5em;
        margin-right: 0.5em;
        margin-right: 1em;
        margin-left: 0;
    }

        .validation-summary-errors li:first-of-type {
            margin-top: 0.5em;
            margin-bottom: 0em;
        }

        .validation-summary-errors li:last-of-type {
            margin-top: 0em;
            margin-bottom: 0.5em;
        }


/* My additional Navbar styles */
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.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;
}

/* Sticky footer styles */

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgb(210, 210, 210);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}
