/* Import Fonts */
@import url(http://fonts.googleapis.com/css?family=Coustard|Open+Sans);

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 21px;
    font-weight:400;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #777;
    background: #000;
}
h2{
    font-family: 'Coustard', serif;
    color: #fff;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 0px;
    font-size: 28px;
}
h1{
    font-size: 63px;
    line-height: 50px;
    padding: 0;
    margin: 0;
    font-family: 'Coustard', serif;
    color: #fff;
    font-weight: normal;
    letter-spacing: 1px;
}

a, a:visited {
    color: #b7b7b7;
    text-decoration:none;
    font-weight: normal;
}
a:hover {
    text-decoration:underline;
}
.social-nav {
    position:absolute;
    top: 0px;
    right: 40px;
}
.social-nav ul {
    margin: 0;
    padding:0;
}
.social-nav ul li{
    list-style: none;
    display:block;
    float: left;
    padding:100px 10px 5px 10px;
    margin: 1px;
    opacity: .5;
}
.twitter {
    background: #55ACEE;
}
.facebook {
    background: #3b5998;
}
.instagram {
    background: #833ab4;
}
.github {
    background: #6cc644;
}
.linkedin {
    background: #4875B4;
}
.social-nav ul li:hover {
    opacity: 1;
}

.show{display: block;}
.hide{opacity: 0;}


.summary {
    float:left;
    margin:40px;
    position:absolute;
    top:200px;
    width:600px;

    -webkit-font-smoothing:antialiased;
}
.summary p{
    color: #FFF;
}