/* Custom Styles */
#home {
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/home-background.jpg') no-repeat center center/cover;
}

#about h2, #employment h2 {
    margin-bottom: 30px;
}

footer {
    background-color: #343a40;
    color: #ffffff;
}
