/* Background colors here */
.body-background {
    background-color: white !important;
}

.has-background-banner1{
    background-color: #f06192 !important;
}

.has-background-banner2 {
    background-color: #e2d5d3 !important;
}

.has-background-banner3 {
    background-color: #fcebd0 !important;
}

.has-background-banner4 {
    background-color: #cbd6f8 !important;
}

.has-background-main {
    background-color: #97acf5 !important;
}


/* primary button scheme */
.has-background-button1{
    background-color: #f06192;
    color: white;
}

.has-background-honey {
    background-color: #F7B32B !important;
}



/* black color for overlay */

.gunmetal {
    background-color: #30313a !important;
}

.gunmetal-overlay {
    background-color: rgba(41, 47, 54, 0.4);
}

/* other bits of extra css that are needed for various page */

/* min height on body for consistancy */
.main-content{
    min-height: 50vh;
}

.quantity-max-width {
    max-width: 15rem;
}

.red-cross {
    background-color: rgba(250, 0, 0, 0.4);
}

.navbar-item img {
    max-height: 100px;
}