/* Remove the navbar's default margin-bottom and rounded borders */

.invalid-feedback {
    color: #dcac26;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid {
    border-color: #dcac26;
}

.background-image {
    background: url('../images/bg-image.jpg');
    background-repeat:no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 75vh;
    display: flex;
    justify-content: center;
}

.bg-trans {
    background-color: rgba(76,105,128,0.85);
}

.very-large-font {
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    padding-top: 10px;
}

.large-font {
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    padding-top: 10px;
}

.medium-font {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    padding-top: 10px;
}

.small-font {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    padding-top: 10px;
}

.navbar {
    margin-bottom: 0;
    border-radius: 0;
}

/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
.row.content {height: 450px}

/* Set gray background color and 100% height */
.sidenav {
    padding-top: 20px;
    background-color: #f1f1f1;
    height: 100%;
}

/* Set black background color, white text and some padding */
footer {
    background-color: #555;
    color: white;
    padding: 15px;
}

.footer {
    width: 100%;
    background-color: #333;
    color:#fff;
}

/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
    .sidenav {
        height: auto;
        padding: 15px;
    }
    .row.content {height:auto;} 
    .background-image {
        min-height: 500px;
    }
}
