.carousel-inner {

}
.carousel-item {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    min-height: 80vh;
}
.carousel-item img {
    max-height: 220px;
    /*width: auto;*/
}
.add-whiteness {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
h1, h2, h3 {
    font-weight: 700;
}
form input {
    /*max-width: 400px;*/
}
/*input[type='text'], input[type='email'], textarea {*/
    /*padding: 30px 20px;*/
/*}*/
form label {
    font-weight: 700;
}
.custom-control-label {
    font-weight: 500;
}
input:focus, textarea:focus, select:focus {
    outline: none!important;
}
input[type='submit'] {
    color: #fff!important;
}
.form-control {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.carousel-visuals {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(/images/leaves-jumbotron.png);
    background-position: top;
    background-repeat: repeat-x;
    background-size: contain;
    overflow: hidden;
    z-index: 4;
}
.carousel-visuals::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(67,43,222,.6);
    z-index: 3;
}
.carousel-caption {
    bottom: 25%;
}
.custom-control {
    margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
    .carousel-item {
        min-height: 45vh;
    }
    .carousel-caption {
        bottom: 5%;
    }
}
