* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

body {
    background: #111;
    color: #FFF;
    text-align: center;
    font-family: Open Sans, sans-serif;
}

h1 {
    font: bold 96px Lato, sans-serif;
}

h2 {
    font-size: 32px;
    margin: 1em 0;
}

h3 {
    margin: 1em 0;
}

p {
    margin: 1em 0;
    color: #AAA;
}

pre {
    padding: 10px;
    border: 1px solid #333;
    border-radius: 2px;
    color: #0099cc;
    background: #222;
    overflow: auto;
}

a {
    color: #FFF;
    text-decoration: none;
}

img {
    width: 100%;
    max-width: 450px;
}

#getting-started {
    background: #1a1a1a;
    color: #FFF;
    width: 100%;
    padding: 10px 0;
    padding-bottom: 50px;
}

#getting-started h2 {
    color: #0099cc;
}

#getting-started a:hover {
    color: #0099cc;
}

.wrap {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
    height: 100%;
}

.first {
    position: relative;
    min-height: 620px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.first div {
    margin: 0 auto;
}

#links a {
    display: inline-block;
    width: 33.333333%;
    max-width: 150px;
    margin-top: 30px;
    padding: 10px 0;
    font-size: 20px;
}

#links a:hover {
    color: #0099cc;
}

#links i {
    display: block;
}

.left {
    text-align: left;
}

.down-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.down {
    display: inline-block;
    line-height: 50px;
    height: 50px;
    width: 50px;
    font-size: 24px;
    color: #444;
}

::-moz-selection {
    background: rgba(0,0,0,0.4);
}

::selection {
    background: rgba(0,0,0,0.4);
}

@media all and (max-width: 470px) {
    h1 {
        font-size: 64px;
    }

    .first{
        min-height: 460px;
    }

    #links a {
        font-size: 16px;
        margin-top: 20px;
    }
}

@media all and (max-width: 330px) {
    h1 {
        font-size: 48px;
    }

    .first{
        min-height: 410px;
    }

    #links a {
        font-size: 14px;
        margin-top: 10px;
    }
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}
