body {
    background-image: linear-gradient(rgb(0 0 0 / 50%), rgb(0 0 0 / 50%)), url(../images/bg-img.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.nav-link {
    letter-spacing: 5px;
    background-color: black;
    padding: 10px !important;
    ;
    border: 3px solid #6E5E5A;
}

.nav-link:hover {
    color: black !important;
    background-color: #6E5E5A;
    border: 3px solid black;
}

.btn-img,
.btn-video {
    background-color: black;
    color: white;
    border: 3px solid #6E5E5A;
    font-weight: bold;
}
.btn-img:hover,
.btn-video:hover {
    background-color: #6E5E5A;
    color: black;
    border: 3px solid black;
    font-weight: bold;
}

.btn-gallery {
    background-color: #6E5E5A;
    color: white;
    border: 3px solid black;
    font-weight: bold;
    font-size: 24px;
    text-decoration: none;
}

.btn-gallery:hover {
    background-color: black;
    color: white;
    border: 3px solid #6E5E5A;
    font-weight: bold;
    font-size: 24px;
}
.center-img {
    background-image: url(../images/Engagment_Photo.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 400px 470px;
    height: 40vh;
    position: relative;
    margin-top:-18px;
}

.content {
    position: relative;
    z-index: 1;
}
