/*
Theme Name: GETREFM
Description: GETREFM Theme
Author: Noam Eppel CoLab.coop
Props: minti
Template: unicon
Text Domain: getrefm
Version: 1.8
*/

/* This stylesheet is only for delaring the theme, and is not enqueued. */

/* excel certifications marketing page styles*/

.excel-section-navigation {
	height: 90px;
	width: 100%;
	display: flex;
	background-color: #4a648d !important;

	&.stuck {
		background-color: #4a648d  !important;
	}

}

#nav-excel.excel-section-navigation-nav {

	text-decoration: none !important;
	list-style: none !important;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	flex-basis: 1;
	justify-content: space-between;
	align-items: center;
	margin-top: 26px;
	font-weight: 700;
	font-size: 14px;
	font-family: sans-serif family-montesserat;
	text-transform: uppercase;
}

#nav-excel.excel-section-navigation-nav a {
	color: #fff;
}