
body
{
	margin: 0px;
	padding: 0px;

}

body.contentsmain 
{
	margin: 0px;
	padding: 0px;

}

.heading2
{
	margin-top: 0px;
	margin-left: 90px;
	font-family: 'Open Sans', sans-serif !important;	
}
.footer
{
	padding-left: 70px;
	padding-right: 110px;
}

.footertext
{
	
}

.footerlogo
{
	float: left;
	padding-top: 25px;
}
.copyright 
{
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	text-align: right;
}

.links
{
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	text-align: right;
}

.socialicons
{
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	text-align: right;
}



/* SETUP */
#homepagewrapper 
{
	position: relative;
}

.column {
    float: left;
    position: relative;
   
    /*for demo purposes only 
    background: #f2f2f2;
    border: 1px solid red;
    box-sizing: border-box; */
}

.col1 {
    left: 90px;
	width: 250px;
}
.col2 {
    left: 120px;
	width: 250px;
}
.col3 {
    left: 150px;
	width: 250px;
}

@media screen and (max-width: 800px) 
{
	#homepagewrapper 
	{
		position: relative;
		margin: auto;
		/*left: 280px;*/
		left:calc(40% - 125px);
	}

	.column 
	{
		float: none;
		
	}

	.col1 
	{
		left: 90px;
		display: inline-block;		
	}
	
	.col2 
	{
		left: 90px;
		
		
	}
	.col3 
	{
		left: 90px;	
		
	}

}

/* *************/
/* FEATURE BOX */
/* *************/

div.feature-box-1
{
	background-color: #F5F4F0;
	padding-left: 15px;
	padding-right: 15px;
	border-style: solid;
	border-width: 3px;
	border-color: #D7D4C3;
	min-height: 420px;

}

div.feature-box-1 p
{
	text-align: center;
	padding-bottom: 15px;
}

div.feature-box-1 p.bodytext
{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-align: center;
	padding-bottom: 15px;
}


.cleared {
  clear: both;
}


div.feature-box-2
{
	background-color: #F5F4F0;
	padding-left: 25px;
	padding-right: 25px;
	border-top-style: solid;
	border-top-width: 7px;
	border-top-color: #2F4750;
	height: 340px;	
}


div.feature-box-2 p
{
	text-align: left;
	padding-bottom: 5px;
}

div.feature-box-2 p.bodytext
{
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	text-align: left;
	color: #595959;
	padding-bottom: 15px;

}

div.feature-box-2 p.subheading
{
	
	font-size: 15px;
	text-align: left;
	color: #39373B;
	padding-top: 1px;
	padding-bottom: 5px;
}


div.feature-box-2 .bodytextcentre
{
	text-align: center;
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px;
}

div.feature-box-2 a
{	
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	background: #328BE0 0% 0% no-repeat padding-box;
	border: 1px solid #328BE0;
	border-radius: 6px;
	opacity: 1;
	font: normal normal bold 13px Poppins;
	letter-spacing: -0.07px;
	color: #FFFFFF;
	cursor: pointer;
}



div.feature-box-2 a:hover
{
	opacity: 0.85;
	text-decoration:none;
}

div.green a
{
	
	background: #6EB33B 0% 0% no-repeat padding-box;
	border: 1px solid #6EB33B;
	
}
