
@font-face {
    font-family: 'Karla';
    font-style: normal;
    font-weight: 400;
    src: local('Karla'), local('Karla-Regular'), url(../../../global/fonts/Karla-Regular.woff) format('woff');
}

@font-face {
    font-family: 'Karla';
    font-style: normal;
    font-weight: 700;
    src: local('Karla Bold'), local('Karla-Bold'), url(../../../global/fonts/Karla-Bold.woff) format('woff');
}

.container {
    padding: 0 30px;
}

.divider {
    height: 0px;
    border-top: 1px solid #dc4d99;
    border-bottom: 1px solid #a41a63;
}

.spacer {
    margin-top: 30px;
}

body {
    margin: 0;
    padding: 0;
    background-color: #222;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

#page-surface {
    width: 980px;
    margin: 0 auto;
    background-color: #282828;
}

#header img {
    display: block;
}

#hero img {
    display: block;
}

#brief {
    font-family: 'Karla', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

#brief p {
    font-size: 14px;
    line-height: 1.5em;
}

#wall {
    padding-top: 50px;
    padding-bottom: 20px;
}

#footer {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #2e2e2e;
    font-family: 'Karla', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.5em;
}

#footer > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#footer > ul > li {
    display: inline-block;
    margin-right: 75px;
    vertical-align: middle;
}

#footer > ul > li:first-child {
    margin-right: 120px;
    font-size: 13px;
}

#footer > ul > li:last-child {
    margin-right: 0;
}
