.top-bar, .top-bar ul {
    background-color: #212121;
    color: #B8B8B8;
}

.grid-container {
    background: #fdfdfd;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 0 0 2px 2px;
}

h1 {
    font-family: Playfair Display, sans-serif;
}

h2 {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
    font-family: Playfair Display, sans-serif;
}

body {
    font-family: Playfair Display, sans-serif;
    background: #fdfdfd;
}

.background-video {
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: -3;
}

video {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -2;
    background: rgba(0,0,0,0.6);
}

#Gifts {
    padding-bottom: 2em;
}