* {
	margin:0px;
	padding:0px;
}

html, body {
	color:#cccccc;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	text-decoration: none;
	background-color: #000000;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	border: none;
	font-family: 'Verdana', sans-serif;
	font-size: 14px;
	height: 100%;
	-webkit-text-size-adjust: none;
}

p {
	margin-bottom: 10px;
}

a:link {color:#cccccc; text-decoration:none; font-weight:normal;}
a:visited{color:#cccccc; text-decoration:none; font-weight:normal;}
a:hover{color:#ffffff; text-decoration:none; font-weight:normal;}
a:active{color:#cccccc;text-decoration:none; font-weight:normal;}

h1 {
	font-weight:normal; 
	font-size: 18px;
}

h2 {
	font-weight:normal;
	font-size: 16px;
	margin-top: 50px;
	margin-bottom: 10px;
}

h3 {
	font-weight:normal; 
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 5px;
}

.corporatelogocontainer {
	margin-top:200px;
	display: flex;
	flex-direction: row; 
	justify-content: center;
}

.corporatelogo{
	width: 500px;
}

.standardmargin{
	margin: 20px 40px 0px 40px;
}


@media (max-width: 590px){
	.corporatelogo{
		width: 80%;
	}
	.standardmargin{
		margin: 20px 20px 0px 20px;
	}
}

.copytext{
	font-size: 10px;
	text-align: center;
	height: 30px;
}

.footerlinks{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	column-gap: 20px;
	row-gap: 10px;
	margin-bottom: 20px;
	font-size: 11px;
}

.backtomaincontainer{
	clear:both;
	width:100%;
	text-align:right;
	margin-bottom: 40px;
	font-size:12px;
	text-transform: uppercase;
}

.maincontainer{
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
}

.maincontent{
	flex: 1;
}

#page-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000000;
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: 9999; /* keep it above everything */
  pointer-events: none; /* so it doesn't block clicks during fade */
}

#page-cover.fade-out {
  opacity: 0;
}

.textlist{
	margin: 0px 0px 10px 13px;
}
