/* Style Settings */
@font-face {
    font-family: Metropolis-Bold;
    src: url("../fonts/Metropolis-Bold.otf") format("opentype");
}



body {
    background: url('../images/bg.jpg') no-repeat center center fixed;
    background-size: cover;
    font-family: 'Metropolis-Bold';
}

#userPhoto {
    width: 100px;
    height: 100px;
    display: block;
    margin: 10px auto;
    border-radius: 20%;
}

#userName {
    margin-top:100px;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
}

#userName h1 {
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 0.2rem;
    margin: 0 auto;
}

#userName p {
    font-family: 'Metropolis-Bold';
    color:black;
    font-size:30px;
    margin-top: 5px;
    text-transform: none;
}

i.fa {
    margin-right: 0.3rem;
}

#links {
    max-width: 500px;
    width: auto;
    display: block;
    margin: 40px auto;
    position:relative;

}

.link {
    display: block;
    background-color: rgba(137, 85, 50, 0.75);
    color: black;
    text-align: center;
    margin-top: 30px;
    padding: 17px;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 300;
    transition: all .25s cubic-bezier(.08, .59, .29, .99);
    border-radius: 10px;
    box-shadow: 0 10px 10px rgba(0,0,0,.5);

}

.link:hover {
    background-color: rgba(170, 100, 50, 0.75);
    color: #000000;
    border: none;
}
#name {
    height: auto;
    max-width: 300px;
    margin: 0 auto;
}