/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.mySkills
{
    height: 100vh;
    background-image: url("../images/Background_MySkills_Section.jpg"); 
    background-size: cover;
    background-repeat: no-repeat; 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.about-me-skills
{
    /*background-color:rgba(24, 78, 152, 1);*/
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5% 0 5% 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.about-me-skills h4
{
    text-align: center;
    font-size: 2.825rem;
    margin: 0;
    padding: 0 0 1.25rem 0;
    color: white;
}
.skill-technologie-icon
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 2.5rem 0 2.5rem 0;
    width: 100%;
}
.skill-technologie-icon a img
{
    width: 5rem;
    height: 5rem;
}

@media screen and (max-width: 1200px)
{
   
}

@media screen and (max-width: 1000px)
{
    .about-me-skills h4 
    {
        font-size: 2.625rem;
    }
    .skill-technologie-icon a img
    {
        width: 4.5rem;
        height: 4.5rem;
    }
}

@media screen and (max-width: 900px)
{
    .about-me-skills h4 
    {
        font-size: 2.1875rem;
    }
    .about-me-text 
    {
        font-size: 1rem; 
    }
    .skill-technologie-icon 
    {
        padding: 1.875rem 0; 
    }
    .skill-technologie-icon a img
    {
        width: 4rem;
        height: 4rem;
    }
}
@media screen and (max-width: 500px)
{

    .about-me-skills h4 
    {
        font-size: 1.6rem; 
        padding: 1.25rem  0 1.25rem 0;
    }
    .about-me-text 
    {
        font-size: 0.875rem; 
    }
    .skill-technologie-icon 
    {
        padding: 1.25rem 0 1.25rem 0; 
    }
    .skill-technologie-icon a img
    {
        width: 3.5rem;
        height: 3.5rem;
    }
}
@media screen and (max-width: 376px)
{
    .about-me-skills h4 
    {
        font-size: 1.4rem; 
        
    }
    
}