@import url(//fonts.googleapis.com/css?family=Kreon);

body {
    background: url('../img/background.png');
    width: 100%;
    height: 100%;
    text-align: center;
    overflow:hidden;
}


/*********\
* CONTENT *
\*********/

#circle {
    padding: 0;
    margin: 0;
    margin-left: 1em;
    margin-top: 0.5em;
}

#content {
    width: 500px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 40%;
    margin: -150px 0 0 -250px;
}

#content img {
    height: 300px;
    width: 300px;
    border: #fff solid 4px;
    border-radius: 300px;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    box-shadow: #c0c0c0 0px 0px 4px;
}

#content_name {
    color: #fff;
    font-size: 40px;
    font-weight: normal;
    padding-top: 2.5em;
    font-family: Kreon;
}

#content_description {
    padding-top: 0.5em;
    font-size: 1.4em;
    color: #ccc;
}

#content_description a {
    color: #ccc;
}

#content_description a:hover {
    text-decoration: none;
}


/**********\
* METADATA *
\**********/

#metadata {
    display: none;
}


/*******\
* ICONS *
\*******/

#circle a.btn {
    position: absolute;
}

#circle a {
    font-size: 2em;
    width: 2em;
    height: 2em;
    color: #555;
    // padding: 0.5em;
}

#circle a:hover {
    color:#fff;
    text-shadow: #c0c0c0 0px 0px 5px;
    background-color: #000;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
}

/*
.fa-skype:hover {
    background-color: #00aff0;
}

.fa-comment:hover {
    background-color: #5dc697;
}

.fa-vimeo-square:hover {
    background-color: #4ebbff;
}

.fa-foursquare:hover {
    background-color: #25a0ca;
}

.fa-facebook:hover {
    background-color: #3b5998;
}

.fa-twitter:hover {
    background-color: #00acee;
}

.fa-github:hover {
    background-color: #171515;
}

.fa-linkedin:hover {
    background-color: #0e76a8;
}

.fa-xing:hover {
    background-color: #126567;
}

.fa-book:hover {
    background-color: #ffda00;
}

.fa-university:hover {
    background-color: #0d4f9d;
}

.fa-heart:hover {
    background-color: #fea700;
}

.fa-phone:hover {
    background-color: #00ff54;
}

.fa-envelope:hover {
    background-color: #dd4b39;
}

.fa-lock:hover {
    background-color: #ff7932;
}
*/

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

.popover-title { display: none; }
.popover-content { padding-top: 1em; white-space: nowrap; }
