.featured {
    height: 600px;
    background: #c2be76;
    background-image: url('images/POSON-iPad-background.jpg');
    background-size: 1920px 600px;
    color: white;
}

.title-div {
    width: 40%;
    float: left;
    margin-left: 50px;
    text-align: left;
}

h1 {
    margin-top: 230px;
}

.work-title {
    color: #c2be76;
}

.function-container {
    background: #c2be76;
    color: white;
}
.function-title {
    text-align: center;
    font-size: 24px;
}
.functions {
    width: 250px;
    margin: 0 auto;
    padding-bottom: 50px;
    float: none;
}