/* Simple CSS to add padding to sections for anchor links */
#our-institutions, 
#about-us,
#our-vision,
#chairman-message,
#logo,
#section-management,
#contact-us {
    scroll-margin-top: 100px; /* This adds space at the top when scrolling to an anchor */
}
