.featured {
    width: 100% !important;
    min-width: 1024px;
    height: 400px;
    background: #290601;
    background-image: url('images/SEIKO-2013.jpg');
    background-size: 1920px 400px;
    background-position: top center;
    background-repeat: no-repeat;
    color: white;
}
.title-div {
    display: table;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: white;
}

h1 {
    margin-top: 130px;
    padding: 0;
    font-size: 38px;
}

.work-title {
    margin: 20px 0;
    color: #290601;
}
.demo-link a {
    color: #290601;
}
.function-container {
    background: #290601;
    color: white;
}
.function-title {
    text-align: center;
    font-size: 24px;
}

.functions {
    width: 250px;
    margin: 0 auto;
    padding-bottom: 50px;
    float: none;
}

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

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

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