body {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 19px;
    color: #292929;
    font-family: "brandon-grotesque", helvetica, sans-serif;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1px;
}

nav {
    z-index: 10000;
}

nav div.close {
    position: fixed;
    top: 50px;
    right: 50px;
    z-index: 10000;
}

nav div.open {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -20%;
    width: 20%;
    padding: 50px 0 0 0;
    background: #292929;
    text-align: left;
    z-index: 10000;
}

nav span.opened:hover,
nav span.closed:hover,
.person:hover {
    cursor: pointer;
}

nav div.open span.closed {
    position: absolute;
    right: 50px;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 55px 0 0 30px;
}

nav li {
    line-height: 21px;
    margin-bottom: 15px;
}

nav a {
    color: #FED538;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    line-height: 21px;
    border-bottom: 1px solid #FED538;
}

nav li:last-of-type a {
    color: #f00;
    border-bottom-color: #f00;
}

nav li:last-of-type a:hover,
nav a:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}

h1,
h2 {
    font-family: 'Oswald';
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.25;
    font-size: 30px;
    line-height: 40px;
}

h2 {
    font-size: 22px;
    line-height: 27px;
}

.container {
    width: 1100px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.col80 {
    width: 80%;
}

.col20 {
    width: 20%;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.fl {
    float: left;
}

div#header {
    position: relative;
    height: 800px;
    text-align: center;
    background-image: url('_images/backgrounds/header.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

div#header h1 {
    color: #fff;
    width: 80%;
    margin: 0 auto;
}

div#header img {
    width: 541px;
    display: block;
    margin: 0 auto;
    padding: 270px 0 45px 0;
}

div#header .motorsports {
    position: absolute;
    right: 50px;
    bottom: 50px;
}

div#header .motorsports p {
    color: #fff;
    font-weight: 700;
}

div#header .motorsports img {
    width: auto;
    padding: 0;
}

div#languages {
    background: #292929;
    padding: 75px 0;
    text-align: center;
}

div#languages .container {
    width: 1200px;
}

div#languages h2 {
    color: #c2c2c2;
    margin: 0 auto 30px auto;
}

div#languages ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

div#languages li {
    width: calc( ( 100% - 70px ) / 15 );
    margin: 0 5px 5px 0;
    display: inline-block;
}

div#languages li:nth-child(14n) {
    margin-right: 0;
}

div#languages img {
    display: block;
    width: 100%;
    height: auto;
}

div#content-one {
    background-color: #fff;
    background-image: url('_images/backgrounds/content-one.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding: 190px 0;
}

div#content-one h1,
div#content-one p {
    padding-right: 50%;
}

div#content-two {
    background-color: #E8E8E8;
    background-image: url('_images/backgrounds/content-two.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding: 190px 0;
    position: relative;
}

div#content-two h1,
div#content-two p {
    padding-left: 50%;
}

div#content-two .quote {
    position: absolute;
    background-image: url('_images/backgrounds/quote.png');
    background-repeat: no-repeat;
    background-position: center right;
    color: #292929;
    font-style: italic;
    padding: 15px 50px 15px 30px;
    left: 0;
    bottom: 50px;
    width: 30%;
    font-size: 13px;
    line-height: 15px;
}

div#footer {
    background: #000;
    color: #908f8f;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0;
}

div#footer a {
    color: #908f8f;
    margin-left: 5px;
}

div#footer a:hover {
    text-decoration: none;
}

div#footer div {
    padding: 10px 0;
}

@media (max-width: 1200px) {

    div#languages .container {
        width: 1100px;
        margin: 0 auto;
    }

}

@media (max-width: 1100px) {

    .container,
    div#languages .container {
        width: 960px;
        margin: 0 auto;
    }

}

@media (max-width: 1024px) {

    nav div.open {
        right: -33.333333333%;
        width: 33.333333333%;
    }

}

@media (max-width: 960px) {

    div#header h1 {
        width: 90%;
    }

    .container,
    div#languages .container {
        width: 769px;
        margin: 0 auto;
    }

}

@media (max-width: 769px) {

    .container,
    div#languages .container {
        width: 600px;
        margin: 0 auto;
    }

    div#footer a {
        display: block;
    }

    div#content-one,
    div#content-two {
        padding: 30px 0;
        background-image: none;
    }

    div#content-one h1,
    div#content-two h1,
    div#content-one p,
    div#content-two p {
        padding: 0;
    }

    div#content-two .quote {
        position: relative;
        background-image: none;
        background: #FED538;
        color: #292929;
        font-style: italic;
        padding: 15px 30px 15px 30px;
        left: 0;
        bottom: 0;
        width: 66.666666666%;
        margin: 0 auto;
        font-size: 13px;
        line-height: 15px;
    }

    nav div.open {
        right: -50%;
        width: 50%;
    }

}

@media (max-width: 600px) {

    div#header h1 {
        font-size: 23px;
        line-height: 29px;
    }

    div#header img {
        width: 80%;
        height: auto;
    }

    div#header .motorsports {
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .container,
    div#languages .container {
        width: 100%;
        margin: 0 auto;
    }

    div#languages .container {
        width: 90%;
    }

    div#languages li {
        width: calc( ( 100% - 25px ) / 6 );
        margin: 0 5px 5px 0;
        display: inline-block;
    }

    div#languages li:nth-child(14n) {
        margin-right: 5px;
    }

    div#languages li:nth-child(5n) {
        margin-right: 0;
    }

    div#content-one h1,
    div#content-two h1,
    div#content-one p,
    div#content-two p {
        padding: 0 20px;
    }

    div#footer {
        line-height: 1.5;
        padding: 20px 20px 0 20px;
    }

    div#footer div.container {
        padding: 0;
    }

    div#footer div.col80,
    div#footer div.col20 {
        float: none;
        width: 100%;
        text-align: left;
        padding: 0;
    }

    div#footer div.col80 {
        padding: 0 0 20px 0;
    }

    div#footer a {
        margin-left: 0;
    }

    nav ul {
        padding: 55px 15px 0 15px;
    }

}

@media (max-width: 400px) {

    div#header h1 {
        font-size: 20px;
        line-height: 26px;
        width: 80%;
    }

    nav div.open {
        right: -66.666666666%;
        width: 66.666666666%;
    }

    nav ul {
        padding-left: 20px;
    }

}
