Secondary Navigationn Custom
.secondary-navigation > li:last-child {
border: 0px solid #000;
border-radius: 5px;
// this changes the regular background color
background: #0b3f64;
transition:all 0.3s ease;
font-weight: 900;
}
.secondary-navigation > li:last-child:hover {
border: 0px solid #000;
// this is the hover
background-color: #072840 !important;
font-weight: 900;
}
.header-links ul li:last-child a {
color: white !important;
}