@charset "UTF-8";


/* Scrollbar Specific */
#scrollGrab { height: 20%; }

.section.scroll .arrow.disabled { cursor: default; }


/* Nav Link Override */
.navLink.on { cursor: pointer !important; }


/* Content */
.section.content {
	background: none;
}


.contentWrapper {
	overflow-y: scroll;
	width: 105%;
	padding: 0 130px 0 0;
}

.contentWrapper>img {
	display: block;
	width: 100%;
	margin-bottom: 40px;
}
.contentWrapper>img.superBottomMargin { margin-bottom: 100px; }

.contentWrapper>.text {
	margin-bottom: 40px;
}
.contentWrapper>.text.alignCenter { text-align: center; }
