/* Navigation */
#navBar {
    flex-direction: column;
}

#navBar ul li a{
    font-size: 1rem;
    padding: 0px 7px;
    padding-bottom: 8px;
}
/* Home section */
#home{
    height: 480px; 
    padding: 3px 20px;
}

#home::before{
    height: 480px; 
}
#home h1{
    
    color: rgb(98, 9, 121);
    text-align: center;
    font-size: 2.7rem;
}
#h-primary{
    font-size: 2.7rem;
    padding: 12px; 
   }
#home p{
    font-size: 13px;
}

/* Services section  */
#Programs{
    flex-direction: column;
}

#Programs .box { 
    padding: 14px;
    margin: 2px 0px; 
    margin-bottom: 20px;
}
#Programs .box img{ 
    height: auto;
	width:95%;
	border-radius: 7px;
}
/* Clients section */
#clients{
    flex-wrap: wrap;
}

#clients img{
    width: 66px;
    padding: 6px;
    height: auto;
}

/* Contact us section */
#contact-box form{
    width:80%;
}
/* Footer */

/* Utility classes */
.h-primary{
    font-size:26px;
}
.btn{
    font-size: 13px;
    padding: 4px 8px;
}