.site-eyebrow .social-media-links--platforms a {
	color:#232d4b;
}

/* Container for main navigation */
#superfish-main {
  display: flex;
  width: 100%; /* Ensure the container spans the full width */
  margin:0 auto;
  align-items:center;
}

/* Menu item styling */
#superfish--main li {
  list-style: none;
  flex: 1 1 12.5%; /* Each item gets 12.5% of the total width (100% / 8 items) */
  text-align: center; /* Center text within each menu item */
  display: flex; /* Make the list item a flex container */
  align-items: center; /* Vertically align text inside the list item */
  justify-content: center; 
}

#superfish-main li a {
	color:#232d4b;
	font-size:1.2em;
}

#superfish-main li li a {
	color:white;
}

#superfish-main li ul {
	margin-top:15px;
}



@media (min-width: 768px) {
	#block-global-theme-mainmenu {
		display:none;
	}
	#block-global-theme-mainmenu-2 {
		display:block;
	}
}

@media (max-width: 768px) {
	#block-global-theme-mainmenu {
		display:none;
	}
	#block-global-theme-mainmenu-2 {
		display:block;
	}
	.node-type--uva_front_page .field-field_hero {
		display:none;
	}
	.sf-accordion-toggle.sf-style-none {
		display:none;
	}
}

#superfish-main-accordion {
  display: block !important;
  flex-direction: column;
  background: white; /* Optional: dark background for contrast */
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  z-index: 999;
}

#superfish-main-accordion > li {
  display: block;
  padding: 12px 16px;
  border-bottom: 1px solid #e57200; /* UVA orange divider */
}

#superfish-main-accordion a {
  display: block;
  color: #e57200;
  text-decoration: none;
  font-weight: bold;
}

#superfish-main-accordion a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

#superfish-main-accordion.sf-horizontal {
  display: block !important;
  flex-direction: column !important;
}

#block-global-theme-mainmenu-2 {
  position: static !important;
}

