@charset "UTF-8";
/* CSS Document */

body
{
	background: rgba(255,255,255,1.00);
}

.section
{
	margin: 3.2em 0 0;
	width: 100%;
}


.column
{
	
}



/*********************************************************************/
/****************************firstWidget*******************************/
.widgetImage
{
	
}

.contentContainer
{
	padding: 0 1.5em;
	font-weight: 400;
}

.contentHeader
{
	font-weight: bold;
	font-size: 1.25em;
}




/*********************************************************************/
/**********************************************************************/



/*********************************************************************/
/*****************************************************************/






/*********************************************************************/
/****************************************************/




/**************************Responsive design****************************/
/*The primary layout is for a small smart phone like the iphone SE - then to a standard sized smart phone like the iphone X*/

@media only screen and (orientation: landscape)
	/*for landscape orientation of the primary layout*/
{
	
}

@media only screen and (min-width: 600px) 
	/* For tablets: */
{
	
}
	
@media only screen and (min-width: 600px)and (orientation: landscape)
	/* landscape orientation for tablet*/
{

}
	
@media only screen and (min-width: 900px) 
	/*small laptops*/
	
{
	.pageContentContainer
	{
		margin: 3em 0 0;
		width: 75%;
	}
}

@media only screen and (min-width: 1200px) 
{
	
	
}


