body {
    background-color: black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    overflow-wrap: break-word;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.back-gd {
    background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url('./assets/images/wedding_flower.jpg');
    background-size: 300%;
}

.white-text {
    color: white;
}

.grid-img {
    border-color: white;
    border-width: 1, 1, 1, 1;
    padding: 3%;
}

.responsive-vid {
    width: 100%;
    padding: 2%;
    vertical-align: text-top;
}

.menu-bar {
    background-color: rgba(73, 73, 73, 0.33);
    width: 100%;
}

.logo {
    width: 25%;
}

#myCarousel {
    padding-bottom: 5%;
    height: 75%;
}

.carousel-item {
    justify-content: center;
}

.d-block {
    margin: auto;
    width: 75%;
}

.pad-top-five {
    padding-top: 5%;
}

@media (max-width: 749px) {
    .img-prt {
        width: 90%;
    }

    .logo-responsive {
        width: 75%;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {}

/* @media (min-width: 768px) and (max-width: 991.98px) { */

@media (min-width: 750px) {

    /* tablets and above */
    .img-prt {
        width: 50%;
    }

    .logo-responsive {
        width: 25%;
    }
}

/* @media (min-width: 992px) and (max-width: 1199.98px) {} */
/* @media (min-width: 1200px) {} */