
body{
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #f1f7f9;
	font-family:'Trebuchet MS',Georgia, Arial, Helvetica, sans-serif;
	
}
.page-level{
	display: inline-flex;
	border:1px inset green;
	border-radius: 8px;
	font-weight: 100%;
	margin:7px;
	width: 30%;
}
.page-container{
	margin-top: 1px;
	margin-bottom: 1px;
	height: 100%;
	width: 100%;
	padding: 2em;
	background-color: white;
	box-shadow: 0 0 20px 0px rgba(0,0,0,.5);
	border-radius: 5px;

}

.page-inner-container{

	margin-top: 1px;
	margin-bottom: 1px;
	height: 100%;
	width: 100%;
	padding: 2em;
	background-color: white;
	box-shadow: 0 0 20px 0px rgba(0,0,0,.7);
	border-radius: 10px;

}
.headers{
	width: 100%;
	height: 10%;
	border:0px red solid;
	display: inline-flex;
}

.page-header-text{
	font-family: 'Roboto-Black.ttf', sans-seriff;
	text-align: center;
	font-weight: 100%;
	width: 100%;
	border-bottom:inset 2px green;
	

}
.page-content-text{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 2px;
	margin-right:2px;
	text-align: left;
	font-size:130%;
	height: 100%;
	width: 100%;
	/*padding: 5px 2px 5px 2px;*/
}

ul li {
	list-style-type: circle;

	/*line-height: 5px;*/
	padding: 10px;
}

.head-styling-left{
	font-weight: 200%;
	font-size: 200%;
	font-family: 'Roboto-Black.ttf', sans-seriff;
	color: green;
	text-shadow:  3px 0 grey; 
	float: left;
	padding-right: 40%;
	padding-left:10%;
	margin-top: 0%;

}

.head-styling-right{
	font-weight: 200%;
	font-size: 200%;
	font-family:  Pacifico, sans-seriff;
	color: green;
	text-shadow:  3px 0 grey; 
	float: right;
	/*padding-right: 5%;*/
	margin-top: 0%;

}

.impast{
	color: red;
	

}