

body {
    background-color: #fff;
    /* color: rgba(252, 225, 34, 0.82); */
    font-size: 18px;
    text-align: center;
    margin: 0;
    font-family: 'Russo One', sans-serif;
}

a, h1 {
    font-family: 'Black Ops One', cursive;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #dac212;
}

h1 {
    font-size: 4em;
    /* font-size: 80px; */
    margin-top: 0.8em;
    margin-bottom: 0;
}

h2 {
    font-family: 'Audiowide', cursive;
    font-size: 15px;
    font-family: 'Russo One', sans-serif;
    letter-spacing: 6px;
    margin: 0;
}

h3 {
    font-size: 22px;
    letter-spacing: 3px;
    color: #FFFFFF;
}

p {
    letter-spacing: 1px;
}

p.white {
    color: white;
}

.wrapper {
    width: 100%;
    float: left;
}

.menu-link,
a,
.skills .box {
    transition: 300ms;
}


/** menu **/

.menu-link {
    background: #fff url(img/menu.png) no-repeat center;
    background-size: 80%;
    position: fixed;
    right: 20px;
    top: 20px;
    height: 40px;
    width: 40px;
    padding: 10px;
    z-index: 99999;
}

.menu-link:hover {
    background: url('img/menu-white.png') no-repeat center;
    background-size: 100%;
}

.menu {
    position: fixed;
    background-color: #000000;
    height: 100%;
    top: 0;
    right: -300px;
    width: 300px;
    z-index: 99999;
}

.menu .links {
    margin: 20px 0 0 0;
}

.menu .links a {
    display: block;
    color: #fff;
    font-size: 20px;
}

.menu .links a:hover {
    color: #FFF;
}

/** socials **/

.socials {
    font-size: 100px;
}

.socials .item {
    display: inline;
    
}

.socials .item a:hover {
    color: #dac212;
}

.socials .fb {
    
}


/** content **/

#content {

}

#content a {
    font-size: 20px;
    display: block;       
}

#content .about-me a {
    display: inline;
}

#content .content {
    display: none;
    max-width: 800px;
    margin: 40px auto;
}

#content .content .profile-photo {
}

/** skills **/

.skills {
    width: 310px;
    margin: 50px auto 400px;
    position: relative;
    left: 2px;
}

.skills .box {
    width: 150px;
    height: 150px;
    background: #000000;
    float: left;
    margin: 0 5px 5px 0;
    border-radius: 5px;
    position: relative;
}

.skills .box:hover {
    background: #fff;
}

.skills .php,
.skills .phpunit,
.skills .nette,
.skills .mysql,
.skills .bs,
.skills .html,
.skills .git,
.skills .composer {
    width: 100px;
    position: absolute;
}

.skills .php {
    left: 25px;
    top: 5px;
}

.skills .phpunit {
    left: 46px;
    
    top: 91px;
    width: 80px;
}

.skills .nette {
    width: 110px;
    top: 87px;
    left: 22px;
}

.skills .mysql {
    top: 7px;
    left: 25px;
}

.skills .bs {
    width: auto;
    
    left: 0;
}

.skills .html {
    top: 70px;
    width: 70px;
    left: 40px;
}

.skills .git {
    left: 25px;
    
    top: 3px;
}

.skills .composer {
    left: 37px;

    top: 53px;
    height: 96px;
    width: auto;
}

@media (max-width: 800px) {
    #content .content {
        width: auto;
        padding: 0 10px;
    }
}

@media (max-width: 410px) {
    .content img.surface {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 425px) {
    h1 {
        font-size: 3.5em;
        margin-top: 1.2em;
    }
}