.featured {
    height: 400px;
    background: #0d162d;
    background-image: url('images/Citizen.jpg');
    background-size: 1920px 400px;
    color: white;
}
.title-div {
    display: table;
    width: 1024px;
    margin: 0 auto;
    text-align: center;
    color: white;
}


h1 {
    margin: 130px 0 0 0;
    padding: 0;
    font-size: 38px;
}
.work-title {
    color: #0d162d;
}
.work-description {
    font-size: 14px;
}
.demo-link a {
    color: #0d162d;
}
.function-container {
    background: #0d162d;
}
.functions {
    width: 250px;
    margin: 0 auto;
    padding-bottom: 50px;
    float: none;
}