/*? Header */
body
{
    font-family: 'Rubik', sans-serif;
    /* background-color: #E7F5FF; */
    color: #103A62;
}

html
{
    font-size: 62.5%;
}




.skillsss
{
    margin: 10px;
    background-color: rgb(59, 225, 142);
}

.skill-columnsss
{
    display: flex;
    flex-wrap: wrap;
}


.SkillTitle
{
    font-size: 1.9rem;
    color: #103A62;
    margin-bottom: 2rem;
}

.columnnn
{
    flex: 1;
    /* margin: 10px 20px; */
}

.skillll
{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 0;
}

.skillll img
{
    width: 50px;
    height: 50px;
    margin-bottom: 7px;
}

p
{
    /* font-weight: 500; */
    font-family: 'Rubik';
    font-size: 1.4rem;
    color: #224566;
}


/* Footer */
.copyright
{
    width: 100%;
    text-align: center;
    padding: 20px 0;
    background-color: #103A62;
    margin-top: 10px;


}

.copyright-p
{
    color: #f1f9ff;
    font-family: 'Rubik';
    font-size: 2rem;
    letter-spacing: 1px;


}











.horizontal-ruler
{
    display: none;
}

/*! ---------------CSS for Small Screen --------------- */


@media only screen and (max-width: 1100px)
{

    body
    {
        width: 100%;
    }




    .SkillTitle
    {
        font-size: 30px;
    }

    .skillll p
    {
        font-size: 25px;
    }

    .columnnn
    {
        margin: 0px;
        /* Adjust the margin to create space between columns */
    }

    .horizontal-ruler
    {
        display: block;
        margin-bottom: 20px;

    }

    .skillll img
    {
        width: 150px;
        height: 80px;
        margin-bottom: 7px;
    }
}


@media only screen and (max-width: 800px)
{

    body
    {
        width: 100%;
    }



    .SkillTitle
    {
        font-size: 25px;
    }

    .skillll p
    {
        font-size: 20px;
    }

    .columnnn
    {
        margin: 0px;
        /* Adjust the margin to create space between columns */
    }

    .horizontal-ruler
    {
        display: block;
        margin-bottom: 20px;

    }

    .skillll img
    {
        width: 150px;
        height: 80px;
        margin-bottom: 7px;
    }
}


@media only screen and (max-width: 665px)
{

    body
    {
        width: 100%;
    }



    .SkillTitle
    {
        font-size: 20px;
    }

    .skillll p
    {
        font-size: 16px;
    }

    .columnnn
    {
        margin: 0px;
        /* Adjust the margin to create space between columns */
    }

    .horizontal-ruler
    {
        display: block;
        margin-bottom: 20px;

    }

    .skillll img
    {
        width: 150px;
        height: 80px;
        margin-bottom: 7px;
    }
}


@media only screen and (max-width: 600px)
{

    body
    {
        width: 100%;
    }



    .SkillTitle
    {
        font-size: 13px;
    }

    .skillll p
    {
        font-size: 12px;
    }

    .columnnn
    {
        margin: 0px;
        /* Adjust the margin to create space between columns */
    }

    .horizontal-ruler
    {
        display: block;
        margin-bottom: 20px;

    }

    .skillll img
    {
        width: 50px;
        height: 50px;
        margin-bottom: 7px;
    }
}