
footer
{
    background-color: rgb(63, 63, 63);
    margin: 100px 0px 0px 0px;
    padding: 0%;
    height: 100%;
    width: 100%;
    padding-bottom: 10px;
}

footer section
{
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: start;
    height: 100%;
    width: 100%;
    margin: 0%;
    padding: 15px 0px 0px 0px;
    font-family: 'Jersey 25', sans-serif;
}

#imgPart
{
    display: flex;
    height: 20%;
    width: 20%;
    padding: 0%;
}

#imgPart img
{
    height: 100%;
    width: 100%;
}

#textPart
{
    height: 55%;
    width: 55%;
    display: flex;
    margin: 0%;
    margin-top: -12px;
    padding: 0%;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
}

#skilsCreatePag
{
    height: 25%;
    width: 25%;
    display: flex;
    margin: -8px 0px 0px 0px;
    padding: 0%;
    justify-content: center;
    flex-flow: row wrap;
    align-items: center;
    margin: 0%;
    padding: 0%;
}

.ElemetConteinerFooter
{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    position:relative;
    height: 30px;
    width: 30px;
    border-radius: 60%;
    margin-left: 8px;
}

#infoPart
{
    display: flex;
    flex-flow: column wrap;
    align-items: end;
    justify-content: center;
    height: 24%;
    width: 24%;
    margin-right: 1%;
    margin-top: -25px;
    padding: 0%;
    color: white;
}

#infoPart p
{
margin-bottom: 8px;
font-style: oblique;
}


#infoPart div
{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

#infoPart div a
{
    font-style: oblique;
    color: rgb(213, 213, 213);
    cursor: pointer;
}

#infoPart div img
{
    height: 20px;
    width: 20px;
    margin-right: 3px;
}

@media screen and (max-width:1134px)
{
    #textPart
    {
        margin-top: -20px;
        font-size: 13px;
    }

    #infoPart div a
    {
    font-size: 12px;
    }

    #infoPart p
    {
    font-size: 12px;
    margin-bottom: 0px;
    }
}

@media screen and (max-width:841px)
{

    footer section
    {
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    }

    #imgPart
    {
        height: 95%;
        width: 95%;
        align-items: center;
        justify-content: center;
    }

    #textPart
    {
        height: 98%;
        width: 98%;
        align-items: center;
        justify-content: center;
    }

    #infoPart
    {
        margin-top: 10px;
        height: 100%;
        width: 100%;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    #imgPart img
    {
    height: 90px;
    width: 310px;
    }

    
   .ElemetConteinerFooter
    {
    margin-left: 20px;
    }

    #infoPart p
    {
    margin-bottom: -20px;
    color: transparent;
    }

    #skilsCreatePag
{
    height: 100%;
    width: 100%;
    display: flex;
}

}

@media screen and (max-width:369px)
{
    #textPart
    {
        font-size: 10px;
    }
}

@media screen and (max-width:369px)
{
    #textPart p
    {
        text-align: center;
    }
}
