#hero {
    background-image: url("../images/bg-hero.jpg")
}

#the-wedding-event {
    background-image: url("../images/bg-the-wedding-event.jpg")
}

#proposed {
    background-image: url("../images/bg-proposed.jpg")
}

#wedding-gifts {
    background-image: url("../images/bg-wedding-gifts.jpg")
}

/* footer {
    background-image: url("../images/bg-footer.jpg")
} */

/*# sourceMappingURL=custom.min.css.map */
.alert{
    background: darkgreen;
    padding: 15px;
    color: #fff;
    border-radius: 10px;
    margin:10px;
}
.alert .closebtn{
    float: right;
}
@media (min-width: 992px){
    .justify-content-lg-start {
        justify-content: flex-start!important;
    }
}
.border-secondary {
    --bs-border-opacity: 1;
    border-color: #000 !important;
}
.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: #000 !important;
}
.img-fluid{
    max-width: 100%;
    margin: 0 auto !important;
    display: flex !important;
    height: auto;
}