
*{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

body, html, p{
    font-size: 16px;
    font-family: "Source Sans Pro";
    font-weight: 600;
    color: #fff;
}

body{
    background: url('bg-compressed.jpg') #000 top center no-repeat;
}

.grid{
    margin: 0px auto;
    text-align: center;
    margin-top: 15%;
}

.avatar{
    margin-bottom: 20px;
}

h1{
    font-size: 54px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-shadow: 0px 1px 1px rgba(0,0,0, 0.5);
}

h1 strong{
    font-weight: 600;
}

h2{
    font-size: 20px;
    font-weight: 400;
    text-shadow: 0px 1px 1px rgba(0,0,0, 0.5);
}

hr{
    width: 100%;
    border: 0px;
    height: 1px;
    background: #fff;
    opacity: 0.1;
    margin-top: 20px;
    margin-bottom: 0px;
}

.links{
    display: inline-block;
    margin: 0px auto;
    margin-bottom: 20px;
    font-size: 0px !important;
}

.links a{
    margin-top: -1px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 45px;
    height: 50px;
    opacity: 0.8;
    display: inline-block;
}

.links a.mail{
    background-image: url('mail.png');
}

.links a:hover{
    opacity: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.links a.linkedin{
    background-image: url('linkedin.png');
}

a, a:hover{
    color: #dcbcad;
    text-decoration: none;
}

 a:hover{
    color: #fff;
}

p {
    color: #fff;
}