h2{
    text-shadow: black 3px 0 2px;
}

.imgB {
    max-width: 1200px;
    max-height: 250px;
    background-image: url('../img/banner.png');
    background-size: cover;
    background-position: center;
}

.dropdown-large {
    width: 20vw;
}

.error {
    color: red;
}

.bg-white-40 {
    background-color: rgba(255, 255, 255, 0.808);
}

.bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment:fixed;
}
