@font-face{
	font-family:customfont;
	src:url('fonts/AdventPro-Regular.ttf');
}


body{
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	width:100%;
	height:100%;
	--background:url("images/1925452.jpeg");
	--background-size:cover;
	--background-position: center;
}

.subHeader{
	height:200px;
	width:100%;
	--border:1px solid;
}

.headerLogo{
	--border:1px solid;
	--position:absolute;
	display: block;
	margin-top:150px;
	margin-left:auto;
	margin-right:auto;
	--height:118px;
	height:338px;
	--width:751px;
	width:450px;
	--background-image:url("images/sparge_logoOne.png");
	background-image:url("images/SpargeGroupHoldings.png");
	background-repeat:no-repeat;
	background-size:cover;
	--margin:auto;
}

.headerText{
	--position:absolute;
	display:block;
	color:#404040;
	font-family:customfont;
	font-size:55px;
	text-align:center;
	--bottom:10px;
	width:100%;
	--border:1px solid;
	--margin-left:auto;
	margin:auto;
	margin-top:50px;
}

.spargeBlue{
	color:#2F83E6;
}

.headerBodyText{
	--position:absolute;
	display:block;
	color:#block;
	font-family:customfont;
	font-size:55px;
	text-align:center;
	--bottom:10px;
	width:100%;
	--border:1px solid;
	--margin-left:auto;
	margin:auto;
	margin-top:100px;
	display:none;
}

.subBody{
	height:500px;
	width:100%;
	--border:1px solid;
}

.bodyVector{
	--border:1px solid;
	--position:absolute;
	display: block;
	margin-top:50px;
	--margin-left:auto;
	--margin-right:auto;
	height:492px;
	width:589px;
	background-image:url("images/compenso_vector.png");
	background-repeat:no-repeat;
	background-size:cover;
	float:right;
	--margin-top:50px;
}

.subFooter{
	height:30px;
	width:100%;
	--border:1px solid;
	bottom:0px;
	position:absolute;
	display:none;
}

.footerSignature{
	position:absolute;
	display:none;
	color:#FFFFFF;
	font-family:"Calibri", Verdana, serif;
	font-size:17px;
	text-align:center;
	--bottom:10px;
	width:100%;
	--border:1px solid;
	margin-left:auto;
	margin-right:auto;
}