@charset "UTF-8";

@font-face {
    font-family: 'Roboto';
    font-display: swap;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/Roboto-Light-I2eBjvp.ttf") format('ttf');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFF;
}

/* -- Basics and Background -- */

body, html {
    background: url("../images/bg-reYapxD.jpg") no-repeat scroll center bottom / cover #000;
    font-family: 'Roboto', sans-serif;
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    text-rendering: optimizeLegibility;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.30);
}
a {
    text-decoration: none;
    color: #fff;
}

#background-shade {
    background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.06) 56%, rgba(0,0,0,0.1) 61%, rgba(0,0,0,0.38) 100%);
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.06) 56%,rgba(0,0,0,0.1) 61%,rgba(0,0,0,0.38) 100%);
    background: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.06) 56%,rgba(0,0,0,0.1) 61%,rgba(0,0,0,0.38) 100%);
    background: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.06) 56%,rgba(0,0,0,0.1) 61%,rgba(0,0,0,0.38) 100%);
    background: radial-gradient(ellipse at center,  rgba(0,0,0,0.06) 56%,rgba(0,0,0,0.1) 61%,rgba(0,0,0,0.38) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f000000', endColorstr='#61000000',GradientType=1 );
    width: 100%;
    height: 100%;
    z-index: 79;
    position: absolute;
}

/* -- Layout -- */

#intro {
    bottom: 0;
    left: 5%;
    position: fixed;
    right: 0;
    top: 20%;
    width: 90%;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    z-index: 99;
}
#intro-left, #intro-right {
    position: fixed;
}
#intro-left {
    width: 90%;
}
#intro-right {
    z-index:101;
    width: 60%;
    left: 50%;
}

#intro-link-github::before {
    content: url("../images/link-github-3ycJPHx.png");
}

#intro-link-xing::before {
    content: url("../images/link-xing-eVY78A4.png");
}

#footer {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 89;
    text-align: right;
    padding: 0 7px 3px 0;
}

#footer > a {
    font-size: 12px;
    opacity: .35;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#footer > a:hover {
    opacity: 1;
}

/* -- Content -- */

h1 {
    color: #fff;
    letter-spacing: -3px;
    font-family: 'Roboto', sans-serif;
    font-size: 100px;
    line-height: 1em;
    font-weight: 300;
    padding: 0 0 30px 0;
    margin: 0;

    -webkit-font-smoothing: antialiased;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.shadow { text-shadow: 0 2px 8px rgba(0, 0, 0, 0.30); }

.links {
    list-style: none;
    margin: 0;
    padding: 0;
}
.links > li {
    margin: 0 0 15px 0;
}
.links > li > a {
    letter-spacing: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    line-height: 1em;
    font-weight: 300;

    color: #fff;
    opacity: .65;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.links > li > a:hover {
    opacity: 1;
}

.avatar {
    border-radius: 50%;
    height: auto;
    width: 100px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0 -5px 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow:         0 -5px 20px 0 rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 480px) {
    #intro {
        top: 15%;
    }
    .avatar {
        width: 140px;
    }
    h1 {
        font-size: 85px;
    }
}

@media only screen and (min-width: 768px) {
    #intro-right {
        left: 35%;
    }
    h1 {
        font-size: 120px;
    }
    .avatar {
        margin-bottom: 30px;
    }
    .links > li > a {
        font-size: 36px;
    }
    .links > li > a > img {
        margin-bottom: 2px; /* (old.font-size - new.font-size) / 2 */
    }
}
