.featured {
    width: 100% !important;
    min-width: 1024px;
    height: 600px;
    background: #857c78;
    background-image: url('images/ALBA.jpg');
    background-size: 1920px 600px;
    background-position: top center;
    background-repeat: no-repeat;
    color: #222;
}

.title-div {
    width: 800px;
    margin: 0 auto;
    display: table;
    text-align: center;
}

h1 {
    /*margin-top: 230px;*/
    padding: 0;
    font-size: 38px;
}

.work-title {
    margin: 20px 0;
    color: #857c78;
}
.demo-link a {
    color: #d30f34;
}
.function-container {
    display: table;
    width: 100% !important;
    min-width: 1024px;
    margin: 0 auto;
    background: #857c78;
    color: white;
}
.function-title {
    text-align: center;
    font-size: 24px;
}

.functions{
    width: 250px;
    margin: 0 auto;
    float: none;
    /*border:solid white medium;*/
}

.function-detail{
    width: 1024px;
    margin: 0 auto;
    padding-top: 20px;
}

.functions h1 {
    line-height: 15px;
}

.functions-icon {
    padding-top: 80px;
}
