/* Remove underline or border under topbar menu links */
ul.mod-menu.nav.mod-list > li.nav-item > a {
text-decoration: none !important;
border-bottom: none !important;
box-shadow: none !important; /* just in case the underline is a shadow */
}
/* ---------- Topbar menu spacing & font tweak ---------- */
ul.mod-menu.nav.mod-list > li.nav-item {
margin-right: 1px !important; /* horizontal gap between menu items */
}
ul.mod-menu.nav.mod-list > li.nav-item:last-child {
margin-right: 0 !important; /* no extra gap after last item */
}
ul.mod-menu.nav.mod-list > li.nav-item > a {
padding: 0 6px !important; /* inner padding for each link */
font-size: 15px !important; /* slightly smaller font */
text-decoration: none !important;
}
ul.mod-menu.nav.mod-list > li.nav-item > a:hover {
color: #d2ac67 !important; /* optional hover colour */
}
.sp-egerton-component {
min-height: 70vh;
}
/**--------Egerton Box Shadow-------------------**/
.egerton-box-shadow {
-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.1);
box-shadow: 1px 3px 5px rgba(0,0,0,0.1);
transition: .3s;
}
.egerton-box-shadow:hover {
-webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}
.educon-box-shadow {
transition: .3s;
}
.educon-box-shadow:hover {
-webkit-box-shadow: 0 15px 30px rgba(39,50,114,0.3);
box-shadow: 0 15px 30px rgba(39,50,114,0.3);
}
.egerton-padding {
padding-left:10px;
padding-right:10px;
}
.egerton-padding >li >a, .egerton-padding >li >span {
padding-left:10px !important;
padding-right:10px !important;
}
Egerton University use cookies to enhance your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.