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

body {
	background-color: lightcoral;
	background-image:url("images/background.jpg");
}
#wrapper{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: white;
	padding: 10px 20px;
	border-width: 1px;
	border-style: solid;
	border-color: black;
}

h1 {
	background-color: crimson;
	color:white;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 34px;
	text-transform: uppercase;
	text-align: center;
	padding: 20px 0;
	background: -webkit-linear-gradient(#000000, #212344);
	background: -o-linear-gradient(#000000, #212344);
	background: -moz-linear-gradient(#000000, #212344);
	background:linear-gradient(#000000, #212344);
		}
h2 {
	background-color: crimson;
	font-size: 24px;
	color:black;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	padding: 10px;
	margin-bottom: 10px;
	}
h3 {
	font-size: 24px;
	color: black;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	margin-bottom: 10px;
	border-bottom: 2px solid #000000;
}
p {
	font-size: 16px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	line-height: 30px;
	margin-bottom: 20px;
	
}
li {
	margin-bottom: 15px;
	list-style-position: inside;
}
ul li {
	list-style-type: square;
}

footer {
	text-align: center;
}
.feature {
	color: blue;
}
.feature-box{
	width: 30%;
	background-color:indianred;
	padding: 10px;
	margin: 0 auto 20px;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #000000;
}

h1, h2, h3 {
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";}
nav {
	font-weight: bold;
	text-align:center;
	padding: 15px;
}
.align-left{
	float:left;
	margin-right: 20px;
	margin-bottom: 50px;
}
.align-right{
	float:right;
	margin-left:50px;
	margin-bottom: 5px;
		
}

.clear{
	clear: both
}

.flex-container{
	display:flex;
}

.image-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
		
}
section {
	width: 65%;
}

