/* Navigation */
#navbar{
    flex-direction: column;
}

#navbar ul li a{
    font-size: 1rem;
    padding: 5px 7px;
}
#navbar ul li a:hover{
    font-size: 1rem;
    padding: 5px 7px;
}

/* Home */
#home{
    height: 520px;
    padding: 3px 68px;
}
#home::before{
    height: 667px;
}
#home p{
    font-size: 13px;
}

/* Services */
#services{
    flex-direction: column;
}

#services .box{
    padding: 14px;
    margin: 2px 15px;
    margin-bottom: 20px;
}

/* Clients */
#clients{
    flex-wrap: wrap;
}
#clients img{
    height: 75px;
    width: 75px;
    padding: 5px;
}
/* Contact us  */
#contact-box form{
    width: 80%;
}
/* Footer */

/* Utility classes */
.h-primary{
    font-size: 26px;
}
.btn{
    font-size: 15px;
    padding: 3px 10px;
}