body{
	background-size: cover;
	background-position: center;

}
html{
	height: 100%;
}



.white{
	color: white;
	text-align: center;
	margin-bottom: 1%;
	padding: 1% 0;
	font-size: 1.35rem;

}

.white h6{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.35rem;
}

.title{
	margin-bottom: 2%;
}
.table>tbody>tr>th, .table>tbody>tr>td
{
	border-top: 0px;

}

.front-space{
	margin-bottom: 3%;
}


body .the-content-con .no-bg{
	background-color: transparent;
}

/* ---------- 06 MAY 2018 - This is for all pages -------------
	CHANGES BACKGROUND COLOR FROM #777777 TO SLIGHTLY TRANSPARENT WHEN SCREEN IS RESIZED..
	Originally, default background color is transparent, then change sto dark gray (#777777) when screen is resized.

-------------------------------------------------------------*/

body .the-content-con .the-content{
		background-color: rgba(0, 0, 0, 0.3);
}

