#bits {
    font-family: 'Conv_Gotham-Light', sans-serif;
    width: 62em;
    margin: auto;
    position: absolute;
    height: 41.5em;
    top: 0; left: 0; right: 0; bottom: 0;
}

h1 {
    font-family: 'Conv_Gotham-Thin', sans-serif;
    text-transform: uppercase;
    font-size: 6em;
    color: #f0f0f0;
    letter-spacing: -0.1em;
    line-height: 99%;
    margin: 0;
}

h2 {
    font-family: 'Conv_Gotham-UltraItalic', sans-serif;
    font-size: 8.2em;
    line-height: 90%;
    text-transform: uppercase;
    margin-top: .5em;
}

img {
    height: .8em;
    margin-bottom: 0.07em;
}

#personality {
    position: absolute;
    top: 0.1em;
}

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

a:hover {
    color: #29ABE2;
}

#nav {
    position: relative;
    font-size: 1.5em;
    top: 1em;
    color: #bbb;
}

#nav li {
    display: inline;
    padding-right: 1em;
    text-decoration: none;
}

#nav ul {
    padding: 0;
    margin: 0;
}

#bitsMobile {
    font-family: 'Conv_Gotham-Light', sans-serif;
    width: 62em;
    margin: auto;
    position: relative;
    height: auto;
    padding: 1em;
}

#navMobile {
    position: relative;
    font-size: 6em;
    top: 1em;
    color: #bbb;
}

#navMobile li {
    display: block;
    text-decoration: none;
}

#navMobile ul {
    padding: 0;
    margin: 0
}

