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

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

h2
{
	font-size: 1.25em;
	font-weight: 500;
}

.nameSection
{
	width: 100%;
	margin: 1.5em 0 0;
	font-size: 2em
}

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

.column
{
	
}



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

.contentContainer
{
	
}

.contentParagraph
{
	padding: 0 1.5em;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
}

.contentHeader
{
	font-weight: bold;
	margin: 1em 0;
}




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



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






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




/**************************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*/
	
{
	
	.section
	{
		margin: 3em 0 0;
		width: 75%;
	}
}

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


