/*
*
* CSS
* @version 1.0
* @author SATURDAY
*
*/

/* 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-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;
}

nav {
    width: 980px;
    text-align: center;
    margin: 0px auto 0 auto;
    background: #fff;
}

nav h1 {
    width: 980px;
    text-align: center;
    display: block;
    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: 30px auto 0 auto;
    text-align: center;
}

/* TYPOGRAPHY */
@font-face {
    font-family:'Fakt Blond';
    src:url('https://saturday.london/static/type/Fakt-Blond.eot');
    src:url('https://saturday.london/static/type/Fakt-Blond.eot?iefix') format('eot'), url('https://saturday.london/static/type/Fakt-Blond.woff') format('woff'), url('https://saturday.london/static/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;
}

#mid {
    width: 980px;
    margin: 0 0 60px 0;
    
}

#next {
    width: 980px;
    margin-bottom: 28px;
    line-height: 0px;
    
}

#next p {
    font-size: 9.4px;
    line-height: 13px;
    text-align: center;
    margin-top: 28px;
    color: #636363;
}