header {
	top: 0px;
	position: sticky;
}
#heroSectionName {
	background-color: white;
	top: -1px;
	position: sticky;
	min-height: 80px;
}
.sidespaced {
	margin-left: 50px;
	margin-right: 50px;
}
.hero {
	min-height: 0px;
}
.is-pinned {
	border-bottom: var(--secondary-text);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: var(--shadow-color);
}
