html, body {
    font-family: 'Spinnaker', sans-serif;
    color: #222222;
    padding: 0;
    margin: 0;
}
.featured {
    width: 100% !important;
    min-width: 1024px;
    height: 600px;
    background: #a30f28;
    background-image: url('images/SEIKO-2014-Fall-Winter.jpg');
    background-size: 1920px 600px;
    background-position: top center;
    background-repeat: no-repeat;
    color: white;
    margin-top: 56px;
}
.featured-content {
    display: table;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}

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

h1 {
    /*margin-top: 230px;*/
    padding: 0;
    font-size: 38px;
}
.section-title {
    text-align: center;
}
.our-work {
    display: table;
    width: 1024px;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: border-box;
}
.work-details {
    position: relative;
    width: 462px;
    float: left;
    height: 200px;
}
.work-icon {
    float: left;
    width: 80px;
    height: 200px;
}
.work-icon img {
    margin: 20px 20px;
    width: 40px;
    height: 40px;
}
.work-title {
    margin: 20px 0;
    color: #29405d;
}
.work-description {
    font-size: 14px;
    padding-right: 20px;
}
.demo-link {
    margin-top: 20px;
    text-align: left;
}
.demo-link a {
    color: inherit;
}
.function-container {
    display: table;
    width: 100% !important;
    min-width: 1024px;
    margin: 0 auto;
    background: #29405d;
    color: white;
}
.function-title {
    text-align: center;
    font-size: 24px;
}

.functions{
    width: 445px;
    margin: 0 auto;
    padding-bottom: 50px;
    float: left;
    margin-left: 39.5px;
    /*border:solid white medium;*/
}

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

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

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

.all-device-title {
    margin-top: 50px;
}
.all-device {
    width: 520px;
    height: auto;
    float: right;
    margin-right: 19.5px;
    margin-top: 30px;
}