/*
  Custom Overrides for the Website
  This file is loaded last to ensure these styles take priority.
*/

/*
  Applies a negative top margin to the main navigation container
  on screens that are 1368px wide or wider.
*/

@media (min-width: 1368px) {
	.main-navigation-container {
		margin-top: -120px;
	}
	.main-navigation-container-search {
		margin-top: -65px;
	}
}


/* You can add any other custom styles you need in this file later! */