section#skills {
    color: #080808;
}

section#skills div#skillsContent {
    padding: 10em 0 0 0;
    width: 90%;
    min-height: 100%;
    max-width: 1500px;
}

section#skills div#skillsContent h1 {
    margin-top: 20px;
    font-weight: 800;
    font-size: 7em;
    line-height: 1.2;
    text-shadow: 0 0 7px #cccccc;
}

section#skills div#skillsContent h2 {
    font-size: 17em;
    opacity: 0.02;
    margin: 0;
    margin-top: -1.3em;
    font-weight: bolder;
    text-transform: uppercase;
}

section#skills div#skillsContent h3 {
    display: block;
    line-height: 1;
    margin-bottom: 1.5em;
    opacity: 0.5;
    font-size: 1em;
}

section#skills div#skillsContent div#skillParts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    align-items: center;
    margin: 8em auto;
    max-width: 950px;
}

section#skills div#skillsContent div#skillParts div.skillPart {
    flex: 1 1 0;
    text-align: center;
}

img.skills {
    max-height: 100px;
    max-width: 200px;
}

img.icon_header {
    max-height: 60px;
    max-width: 60px;
}

@media (max-width:600px)  { 
    section#skills div#skillsContent div#skillParts {
        flex-direction: column;
    }

    section#skills div#skillsContent div#skillParts div.skillPart {
        margin: 1.5em 0;
    }
 }