body {
	margin: 0;
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: 150%;
}

.sectionTitle {
	font-family: 'Raleway', sans-serif;
	font-size: 10rem;
	color: white;
	margin: 0;
	text-align: center; 
	padding-top: 20px;
	padding-bottom: 20px;
}

.paragraphTitle {
	font-family: 'Raleway', sans-serif;
	font-size: 3rem;
	color: white;
	margin: 0;
}

.paragraphTitle2 {
	font-family: 'Raleway', sans-serif;
	font-size: 1.6rem;
	color: white;
	margin: 0;
}

.paragraphText {
	font-family: 'Raleway', sans-serif;
	font-size: 1.6rem;
	color: black;
}

.mainNav {
	position: fixed;
	width: 100%;
	height: 80px;
	z-index: 2;
}

.linkBar {
	position: fixed;
	height: 80px;
	left: 750px;
	z-index: 1;
}

.linkContainer {
	padding-left: 30px;
	padding-right: 30px;
	color: black;
	font-family: 'Raleway', sans-serif;
	font-size: 1.4rem;
	cursor: hand;
}

.linkContainer:hover {
	font-weight: 900;
}

.sLinkContainer {
	font-size: 3rem; 
	padding-bottom: 50px;
}

.centerMargined {
	margin-left: 10% !important;
	margin-right: 10% !important;
}

.sCenterMargined {
	margin-left: 5% !important;
	margin-right: 5% !important;
}

.centeredPadded {
	text-align: center !important; 
	padding: 50px !important;
}

.hidden {
	display: none;
}

.cell1 {
	height: 100%;
	background-image: url("mainBg11.jpg");
	background-position: middle;
	background-size: cover;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-size: 6rem;
	font-weight: 900;
}

.cell2 {
	min-height: 100%;
	background: #eee;
}

.cell3 {
	min-height: 100%;
	background: #57dab0;

}

.cell4 {
	background: #00baff;
	min-height: 100%;
}

.cell5 {
	min-height: 100%;
	background: #eee;
}

.cell6 {
	padding: 40px;
	background: #293036;
	text-align: center;
	color: white;
	font-family: 'Raleway', sans-serif;
	font-size: 1.6rem;
	border-top: 3px solid #00baff;
}

.gradient1 {
	background: rgb(0,132,214); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(0,132,214,1) 0%, rgba(57,180,211,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,132,214,1)), color-stop(100%,rgba(57,180,211,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, rgba(0,132,214,1) 0%,rgba(57,180,211,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, rgba(0,132,214,1) 0%,rgba(57,180,211,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, rgba(0,132,214,1) 0%,rgba(57,180,211,1) 100%); /* IE10+ */
	background: linear-gradient(135deg, rgba(0,132,214,1) 0%,rgba(57,180,211,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0084d6', endColorstr='#39b4d3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	opacity: 0.8;
}

.gradient2 {
	background: rgb(73,173,141); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(73,173,141,1) 0%, rgba(87,218,176,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(73,173,141,1)), color-stop(100%,rgba(87,218,176,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, rgba(73,173,141,1) 0%,rgba(87,218,176,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, rgba(73,173,141,1) 0%,rgba(87,218,176,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, rgba(73,173,141,1) 0%,rgba(87,218,176,1) 100%); /* IE10+ */
	background: linear-gradient(135deg, rgba(73,173,141,1) 0%,rgba(87,218,176,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49ad8d', endColorstr='#57dab0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	opacity: 0.8;
}

#menu {
	position: fixed;
	top: 0px;
	left: -400px;
	height: 150%;
	width: 400px;
	z-index: 7;
	background-color: white;
	border-right: 6px solid #00baff;
}

#menuWhiteSpace {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: white;
	opacity: 0.1;
}

#mainNavTopHighlight {
	z-index: 2; 
	border-top: 2px solid #00baff;
}

#mainNavBg {
	z-index: 1; 
	background: white; 
	opacity: 0.2; 
	height: 80px; 
	box-shadow: 0px 3px 5px #aaa; 
	border-top: 3px solid #00baff;
}

#logo {
	padding-left: 15px; 
	padding-right: 40px; 
	cursor: hand;
}

#sMainNavTopHighlight {
	z-index: 2; 
	border-top: 6px solid #00baff;
}

#sLogo {
	padding-left: 15px; 
	padding-right: 40px; 
	cursor: hand;
}

#menuLogo {
	padding-left: 15px; 
	padding-right: 40px; 
	cursor: hand;
}

#sMainNav {
	z-index: 6;
}