@media (max-width: 1199.98px) {
    .top-section {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    #landing {
        background-image: url('../images/background/gears.jpg');
    }
    #aboutUs {
        background-image: url('../images/background/blueprint.jpg');
    }
    #services {
        background-image: url('../images/background/rods.jpg');
    }
    #gallery {
        background-image: url('../images/background/ship.jpg');
    }
    #contactUs {
        background-image: url('../images/background/engine.jpg');
    }
    .section-content {
        background: rgba(0, 0, 0, 0.7);
        border-radius: 12px;
        padding-top: 1em;
        padding-bottom: 1em;
    }
}

:root {
    --navbar-height: 64px;
}

.top-section {
    scroll-margin-top: var(--navbar-height);
    text-shadow: black 0.1em 0.1em 0.2em;
}

#services li {
    background: none;
    text-shadow: none;
    color: lightgray;
}

body {
    margin-top: var(--navbar-height);
    background-color: black;
    color: white;
}

#gallery {
    background-image: url('../images/background/ship.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

#gallery img {
    object-fit: cover;
}

#contactUs .list-group-item {
    background: none;
    color: white;
}

/*
nav a img {
    height: 32px;
    vertical-align: center;
}

#gallery figure img {
    width: 120px;
    height: 90px;
    object-fit: cover;
}

header nav ul li {
    display: inline;
}

header {
    background-color: black;
    color: white;
    display: inline;
}*/