/* General overrides */


/* useful quickies */

.mb-1 {
    margin-bottom: 1px;
}

.mb-2 {
    margin-bottom: 2px;
}

.mb-3 {
    margin-bottom: 3px;
}

.mb-4 {
    margin-bottom: 4px;
}


/* Second Carousel */

.brand-background {
    filter: brightness(30%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

div.background {
    min-height: 99vh;
}


/* .btn-info {
    background-color: #ADD8E6;
    color: black;
    padding: 8px;
    border-radius: 5px;
    display: inline-block;
    text-decoration: none;
} */