/* You can customize theme styles here */
.skills-section{
    padding-bottom: 0px !important; 
    padding-top: 0px !important; 
}
.img-skills {
    /* filter: gray; 
    -webkit-filter: grayscale(1); 
    filter: grayscale(1); */
    max-height: 30px !important;
}

/* Disable grayscale on hover */
.img-skills :hover {
    -webkit-filter: grayscale(0) !important;
    filter: none !important;
}