body {
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url(/images/home_bg.jpg);
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
        url=("https://images.pexels.com/photos/1539225/pexels-photo-1539225.jpeg"); */
    background-size: cover;
    background-position: center;
    text-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, 0.5);
}

.cover-container {
    max-width: 60vw;
}

.nav-link {
    padding: 0.25rem 0;
    font-weight: 400;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.4);
    margin-left: 1rem;
    border-bottom: 0.25rem solid transparent;
}

.nav-link:hover {
    color: rgba(255, 255, 255, 0.734);
    /* border-bottom-color: rgba(255, 255, 255, 0.674); */
}

.nav-link.active {
    color: white;
}

.btn-secondary,
.btn-secondary:hover {
    color: #333333c7;
    font-weight: 700;
    text-shadow: none;
}