@font-face { font-family: graduate; src: url( 'graduate.ttf' ); }

html, body
{
	margin: 0;
	padding: 0;
	/* background-color: white; */
	font-family: Verdana;
	height: 100%;
	color: white;
}

body
{
}

.NoScroll
{
	overflow: hidden;
}

.MainPage
{
	z-index: 0;
}

.Title,
.Tagline,
.Contact,
.SectionHeader
{
	text-align: center;
	font-family: graduate;
	font-size: 46px;
	font-weight: bold;
	color: black;
}

.Contact
{
	position: fixed;
	top: 25px;
	right: 10px;
	font-size: 20px;
	cursor: pointer;
}

@media (max-width: 900px)
{
	.Contact
	{
		position: relative;
		top: 0px;
		right: 0px;
		padding-bottom: 10px;
	}
}

.Contact:hover
{
	color: gray;
}

.Header
{
	position: fixed;
	background-color: white;
	z-index: 1;
	width: 100%;
	border-bottom: 1px solid black;
}

.Tagline
{
	font-size: 20px;
	margin-bottom: 5px;
}

.SectionHeader
{
	margin-top: 30px;
}

.SectionContent
{
	text-align: center;
	margin: auto;
	max-width: 800px;
	width: calc( 100% - 40px );
}

.MainImage
{
	width: 100%;
}

.Divider
{
	border-top: 3px solid #65D82F;
}

.HeroIcon
{
	position: relative;
	top: 5px;
	width: 60px;
	padding-right: 10px;
}

.HeroIconSmall
{
	position: relative;
	top: 5px;
	width: 30px;
	padding-right: 5px;
}

.Footer
{
	margin: auto;
	margin-top: 20px;
	font-size: 14px;
	font-family: graduate;
	text-align: center;
	padding-bottom: 10px;
}

.Copyright
{
	color: black;
	padding: 2px;
}

.Privacy,
.Legal
{
	cursor: pointer;
}

/* ************************************************************************************** */

.ModalBackdrop
{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
	height: 100%;
	width: 100%;
	background-color: rgba( 0, 0, 0, .75 );
	font-size: 100px;
}

/* ************************************************************************************** */

.ContentContainer
{
	z-index: 10;
	position: absolute;
	background-color: white;
}

.Content
{
	overflow-y: scroll;
	padding: 20px;
	color: black;
	-webkit-overflow-scrolling: touch;
}

/* ************************************************************************************** */

.FeaturesContent
.FeaturesContent
{
}

.FeaturesTitle
{
}

.FeaturesTitleMain
{
	font-size: 30px;
	font-weight: bold;
}

.FeaturesItem
{
	margin-top: 70px;
	margin-bottom: 50px;
	position: relative;
}

.FeaturesItemNumer
{
	padding-right: 30px;
	color: #DDD;
	font-style: italic;
	font-weight: bold;
	font-size: 80px;
	z-index: 0;
	color: #53bb23;
}

.FeaturesItemNumerPink
{
	color: #df4a27;
}

.FeaturesItemImageContainer
{
	z-index: 1;
	width: 100%;
	text-align: center;
}

.FeaturesItemImage
{
	width: 100%;
}

.WhyItemCaption
{
	font-size: 12pt;
	font-weight: bold;
	background-color: #df4a27;
	padding: 10px;
	z-index: 1;
	border-radius: 10px;
	text-align: left;
}

.FeaturesItemCaption
{
	font-size: 12pt;
	font-weight: bold;
	background-color: #53bb23;
	padding: 10px;
	z-index: 1;
	border-radius: 10px;
	text-align: left;
}

.FeaturesItemCaptionBulletPoint
{
	margin-top: 10px;
	text-align: left;
}

.FeatureContactTitle
{
	margin-top: 30px;
}

.FeatureContactLink
{
	font-family: graduate;
	margin-top: 10px;
	margin-left: 30px;
	font-size: 40px;
	font-weight: bold;
	color: green;
	text-decoration: underline;
	cursor: pointer;
}

/* ************************************************************************************** */

.ContactContent
{
}

.ContactDivider
{
	margin-top: 20px;
	margin-bottom: 10px;
}

.ContactHeroIcon
{
	width: 60px;
	padding-right: 20px;
}

.ContactTitle
{
	font-family: graduate;
	font-size: 30px;
	font-weight: bold;
	color: green;
}

.ContactBrand
{
	font-weight: bold;
	font-family: graduate;
}

.ContactFormHeader
{
}

.ContactFormSubheader
{
	margin-top: 20px;
}

.ContactFormHeaderTitle
{
	font-weight: bold;
	margin-bottom: 10px;
}

.ContactFormLabel
{
	margin-top: 20px;
	margin-bottom: 4px;
}

.ContactFormCheckbox
{
	margin-top: 10px;
	margin-left: 30px;
	cursor: pointer;
}

.ContactFormCheckboxLabel
{
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}

.ContactCheckboxOtherTextContainer
{
}

.ContactName,
.ContactSchool,
.ContactPhoneNumber,
.ContactEmailAddress,
.ContactCheckboxOtherText
{
	width: 100%;
	max-width: 300px;
	height: 25px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 16px; /* must be at least 16 to prevent zoom on iOS */
}

.ContactFormHowFoundArea,
.ContactFormInterestArea
{
}

.ContactCheckboxOtherText
{
	margin-top: 4px;
	width: 100%;
	max-width: 500px;
}

.ContactMessage
{
	width: 100%;
	max-width: 400px;
	height: 100px;
	font-size: 16px; /* must be at least 16 to prevent zoom on iOS */
}

.ContactSend
{
	margin-top: 20px;
}

.ContactSendButton
{
	cursor: pointer;
	padding: 5px;
	background-color: green;
	color: white;
	border-radius: 5px;
	font-size: 20px;
}

.ContactSendButton:hover
{
	background-color: darkseagreen;
}

.ContactSending
{
	margin-top: 10px;
	font-weight: bold;
}

.ContactError
{
	margin-left: 20px;
	color: red;
	font-size: 10pt;
}

.ContactResult
{
	margin-top: 20px;
}

.ContactResultSuccess
{
	margin-top: 20px;
	color: darkgreen;
	font-size: 10pt;
	font-weight: bold;
}

.ContactResultFail
{
	margin-top: 20px;
	color: red;
	font-size: 10pt;
	font-weight: bold;
}

.ContactResultReturn
{
	margin-top: 20px;
}

.ContentClose
{
	position: absolute;
	right: 0px;
	top: -36px;
	font-size: 30px;
	font-weight: bold;
	color: gray;
	cursor: pointer;
	padding-left: 2px;
	padding-right: 2px;
	background-color: rgba( 255, 255, 255, .9 );
}

.ContentCloseX
{
	position: relative;
	top: -3px;
}

.ContentClose:hover
{
	background-color: darkgray;
}

/* ************************************************************************************** */

.Prototypes
{
}
