/*! custom css stlyes */

/*	==========================================================	*/
/*		BP General Customization Styles begins here				*/
/*  =========================================================== */

#page {
	height: 100%;
	margin: 0px; 
	padding: 0px;
}




/*	==============================================	*/
/*			Main Container Content Div styling 		*/
/*	==============================================	*/

#mainContainer {
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: auto;
	width: 100%;
	padding: 0px;
	margin: 0px;
}



/*	==============================================	*/
/*		Footer Container Content Div styling 		*/
/*	==============================================	*/


.main-footer {	
	margin-top: 25px;
	height: 56px;
 	background-color: #000000;
  	text-align: center;
	color: #ffffff;
}
.main-footer p {
	padding-top: 20px;
}












