/* Westar was here :sunglasses: */

h1, h2, h3, h4, p, span, a {
    font-family: 'Helvetica', 'Arial';
    color: #fff;
}

body {
    background-color: #070A0D;
    margin: 0;
    padding: 0;
}

#background, #blackout {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#background {
    z-index: -44; /* FOUR! */
}
#blackout {
    z-index: -4; /* FOUR! */
    background-color: rgba(0,0,0,.4);
}

main {
    width: 244;
    margin: 0 auto;
    padding-top: 50px;
}

.profile {
    background-image: url('images/profile.png');
    background-size: contain;
    width: 130px;
    height: 130px;
    border: 3px solid white;
    border-radius: 50%;
    margin: 0 auto;
}

p.subtitle, h1.title {
    text-align: center;
}

.socials {
    text-align: center;
    margin-top: 30px;
    padding: 0;
}

.socials li {
    list-style: none;
    display: inline-block;
}

.socials li a {
    height: 40px;
    width: 40px;
    background-size: contain;
    display: block;

    overflow: hidden;
    text-indent: 100%;
    margin: 0 20px;
}

.socials li.github a {
    background-image: url('images/github.png');
}
.socials li.twitter a {
    background-image: url('images/twitter.png');
}

