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

nav{
	color: white;
	text-align: center;
	padding: 15px;
	background-color: black
}
h1{
	background-color: black;
	color:green;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 34px;
	text-transform: uppercase;
	text-align: center;
	padding: 20px 0;
}
h2, h3{
	background-color: black;
	font-size: 24px;
	color:green;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	padding: 10px;
	margin-bottom: 10px;
	text-align: center;
}
body{
	background-color: grey;
}
p{
	font-size: 20px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	line-height: 30px;
	margin-bottom: 20px;
	font-weight: bold;
}
.flexcontainer{
	display:flex
}
.feature-box{
	width: 70%;
	background-color:white;
	padding: 10px;
	margin: 0 auto 20px;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #000000;}

footer{
	text-align: center;
	background-color: black;
	color: green;
}
ul li {
	list-style-type: square;
	font-size: 20px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	line-height: 30px;
	margin-bottom: 20px;
	font-weight: bold;
	
}

section {
	width: 65%;
}
.align-right{
	float:right;
	margin-bottom: 5px;
	padding-left: 100px;
}	
	