/*
*
* CSS
* @version 1.0
* @author HOMEWORK
*
*/

/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* PRELOADER */
#preloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFF;
    z-index: 99;
}

#status {
    width: 101px;
    height: 101px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(https://homework-london.com/static/images/global/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -50.5px 0 0 -50.5px;
}

/* STRUCTURAL */
body {
    background: #fff;
}
header {
    width: 100%;
    height: 80px;
}
#header-content {
    width: 100%;
    height: 80px;
    position: fixed;
    z-index: 98;
    background: #fff;
}
#outer {
    width: 980px;
    margin: 0 auto;
}
#info {text-align: left; float: left; width: 400px; font-size: 21px; -webkit-font-smoothing: antialiased; color: #191919; margin-left:6px; }
#info li {display: inline; margin-right: 24px;}
#info a:hover {
    color: #191919;
    border-bottom: 1px solid #191919; padding-bottom: 2px;
}
.on {
    color: #191919;
    border-bottom: 1px solid #191919; padding-bottom: 2px;
}
#hype {text-align: right; float: right; width: 400px; font-size: 21px; -webkit-font-smoothing: antialiased; color: #fff; margin-right: 6px;}
#contact {
    width: 200px;
    float: right;
    text-align: right;
    padding-right: 0px;
    font-size: 14px;
    margin-top: 31px;
}
#hello {
    width: 200px;
    float: left;
    text-align: left;
    padding-right: 0px;
    font-size: 14px;
}
nav {
    width: 980px;
    text-align: center;
    margin: 0px auto 0 auto;
    background: #fff;
}

nav h1 {
    margin-top: 32px;

}

nav a:link {
    color: #191919;
}


nav a:visited {
    color: #191919;
}
nav a:hover {
    color: #191919;
}


nav h1 a {
    font-size: 29px;
    -webkit-font-smoothing: antialiased;
    color: #191919;
    margin: 0 0 0 0;
    text-align: center;
}
span {font-size: 11px; }

footer {
    width: 980px;
    height: 80px;
    margin: 0 auto;
    clear: both;
}

footer p {
    font-size: 12px;
    margin-top: 20px;
    font-weight: 400;
    text-align: center;
}
footer a:link, a:visited, a:hover {text-decoration: none;}

/* TYPOGRAPHY */
@font-face {
    font-family:'Fakt Blond';
    src:url('../type/Fakt-Blond.eot');
    src:url('../type/Fakt-Blond.eot?iefix') format('eot'), url('../type/Fakt-Blond.woff') format('woff'), url('../type/Fakt-Blond.ttf') format('truetype');
}

body {
    font-family: "Fakt Blond", serif;
    font-size: 12px;
    line-height: 18px;
    color: #636363;
}

a:link, a:visited {
    text-decoration: none;
    color: #636363;
}

a:hover {
    color: #636363;
    text-decoration: none;
}

a:link, a:visited, a:hover {
    text-decoration: none;
    -webkit-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
    -moz-transition: color 0.3s ease-in;
}

::-moz-selection {
    background: #f0e8de;
    color: #ffffff;
}

::selection {
    background: #f0e8de;
    color: #ffffff;
}

/* WORK */
#work {
    width: 980px;
    margin: 0 auto;
}

#work article {
    width: 980px;
    margin: 0 0 112px 0;
    
}
#mid {
    width: 980px;
    margin: 0 0 0px 0;
    
}
#next {
    width: 980px;
    margin-bottom: 28px;
    line-height: 0px;
    
}
#grid {
    width: 980px;
    margin-bottom: 21px;
    line-height: 0px;
    
}
#next p {
    font-size: 9px;
    line-height: 13px;
    text-align: center;
    margin-top: 28px;
    color: #636363;
} 

#work article h2 {
    font-size: 184px;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    color: #000;
    line-height: 38px;
    text-align: center;
    margin-top: 100px;
}

#work article p {
    font-size: 24px;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    color: #000;
    line-height: 38px;
    text-align: center;
    margin-top: 112px;
}