body {
	background-color: dimgray;
	
	color: white;
	font-size: 11pt;
	line-height: 1.50;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.textshadow {
	text-shadow: 25px 15px 20px rgba(0, 0, 0, 0.75);
}

.dropshadow {
	filter: drop-shadow(10px 15px 20px rgba(0, 0, 0, 0.75));
}

a {
	color: white;
	text-decoration-line: underline;
}

a.overgrey {
	color: deepskyblue;
}


div.pagecontents {
	margin: 20px;
	background-image: linear-gradient(rgb(0, 103, 42) 0%, rgb(91, 195, 96) 100%);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

h3 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: normal;
	font-size: 15pt;
}


/* Homepage */

.homepagelogo {
	padding-top: 20px;
	padding-left: 20px;
	font-family: "HelveticaNeueThin", "HelveticaNeue-Thin", "Helvetica Neue Thin", "HelveticaNeue", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: normal;
	font-size: 12pt;
	letter-spacing: 14px;
	text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.75);
}

.homepagetitle {
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size: 50pt;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.nodeco {
	text-decoration: none;
}

.homepagesubtitle {
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 19.5pt;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

div.homepagecontents {
	margin-top: 80px;
	padding: 1px;
	padding-bottom: 120px;
	display: flex;
	flex-direction: column;
	align-items: center;
    justify-content: center;
}

div.homepagecontentsitem
{
	margin: 1px;
	padding: 1px;
	width: intrinsic;
/* 	text-shadow: 25px 15px 20px rgba(0, 0, 0, 0.75); */
	text-shadow: 20px 20px 40px rgba(0, 0, 0, 0.75);
	font-style: normal;
	font-size: 12pt;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
}


/* General Flex Boxes */

div.flexrowcentre {
	margin: 1px;
	padding: 1px;
	width: intrinsic;
	display: flex;
	flex-direction: row;
	align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

div.flexrowfullwidth {
	margin: 1px;
	padding: 1px;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

h1.pagetitle {
	font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: normal;
	font-size: 40pt;
	text-shadow: 40px 30px 20px rgba(0, 0, 0, 0.33);
	margin: 0px;
	padding: 0px;
}



/* Contents Header */

div.contents-header {
	padding-top: 80px;
/* 	margin-left: 40px; */
	padding-bottom: 30px;
	display: flex;
	flex-direction: row;
	justify-content:center;
}

div.verticalline {
	border-left: 1px solid white;
	margin: 0px 35px 0px 35px;
	box-shadow: 20px 25px 10px -1px rgba(0, 0, 0, 0.2);
}

div.headertextcontainer {
	width: 500px;
	margin-left: 25px;
}

h2.header {
	font-style: normal;
	font-weight: normal;
	text-align: left;
	font-size: 18pt;
	font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif;
	color: white;
	text-shadow: 40px 25px 20px rgba(0, 0, 0, 0.3);
}

p.header {
	font-style: normal;
	font-size: 12pt;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	line-height: 1.3;
	color: white;
	text-shadow: 40px 30px 20px rgba(0, 0, 0, 0.5);
}


/* Body */

div.textblock {
	padding: 0px 20px 20px 40px;
}


div.flexrow {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

div.greybox {
	background-color: #444444;
	padding-top: 40px;
	padding-right: 60px;
	text-shadow: 40px 30px 20px rgba(0, 0, 0, 0.5);
	background-image: linear-gradient(rgb(40, 40, 40) 0%, rgb(64, 64, 64) 10%);
}


/* Footer */

div.contents-footer {
	margin-left: 40px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.appstorebadge {
	margin: auto;
	padding: 40px;
}


div.pagefooter {
	margin-top: -20px; 
	margin-left: 30px; 
	margin-right: 30px;
	
	font-style: normal;
	font-size: 9pt;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: lightgray;
	text-align: right;
}

/* images */
	
img.ImageWrap 
{
	float: left;
	padding-right: 10px;
}



