/* navigation */

#navbar::before{
    height: 109%;
}

#navbar{
    flex-direction: column;
}

#navbar ul li a{
    font-size: 1rem;
    padding: 0px 7px;
    padding-bottom: 8px;
}

/* home section */
#Home  {
    height: 370px;
    padding: 3px;
    margin-top: 24px;
}

#Home::before{
    height: 480px;
}

#Home p{
    font-size: 13px;
}

/* services section */
#services{
    flex-direction: column;
}

#services .box{
    padding: 14px;
    margin: 2px 0px;
    margin-bottom: 20px;
}

/* clients section */
#clients{
    flex-wrap: wrap;
}


/* contact us section */
#contact-box{
    height: 800px;
}

#contact-box form{
    width: 80%;
}
/* footer section */


/* utility classes */

.h-primary{
    font-size: 35px;
}