* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

* {
    font-family: 'Raleway', sans-serif;
}

h1 {
    font-size: 4em;
}

h2 {
    font-size: 1.5em;
    margin-bottom: 20px;
}

.wrapper {
    padding: 100px 20% 100px 100px;
    text-align: right;
}

.social {
    float: right;
}

.social a {
    display: block;
    text-align: center;
    width: 24px;
    background: #f9f9f9;
    float: left;
    margin-right: 2px;
    border: 1px solid #e2e2e2;
    padding: 4px 4px 5px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}


.social a:last-child {
    margin-right: 0;
}


/* utilites */

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

/* start commented backslash hack \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* close commented backslash hack */