* {
    box-sizing: border-box
}

body, html {
    background-color: #000;
    color: #fff;
    font-family: Cooper Hewitt, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: inherit;
    padding: 0;
    margin: 0
}

a {
    color: #fff;
    -webkit-transition: all .4s cubic-bezier(0, 1.115, .415, .975);
    transition: all .4s cubic-bezier(0, 1.115, .415, .975)
}

a, a:hover {
    text-decoration: none
}

a:hover {
    color: #c6fdea
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.content {
    margin: 80px 40px
}

h1 {
    font-weight: 500;
    line-height: 1.4;
    margin: 0
}

#current-work {
    margin-top: 100px
}

#current-work li {
    color: #333;
    line-height: 1.8;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: .25em
}

@media (max-width:600px) {
    #current-work li {
        line-height: 2
    }
}

#current-work li a {
    color: #777
}

@media (max-width:600px) {
    h1 {
        font-size: 22px
    }

    .content {
        margin: 70px 20px
    }
}


