@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');

body
{background-color: #22263E;
	background-image: url("biography-layout/images/background.jpg");
 }

	
h1,h2,h3{
	font-family: 'Open Sans', sans-serif;}

#wrapper {width: 960px;
margin-left: auto;
margin-right: auto;
	margin-top: 20px;
	background-color: oldlace;
	border-width: 1px;
	border-style:solid;
	border-color:black;	
}

h1 
{font-size: 35px;
	background-color: oldlace;
	text-align: center;
	color: oldlace;
padding: 16px 0;
background: -webkit-repeating-linear-gradient(black, #22263E); 
background: -o-linear-gradient(black, #22263E);
background: -moz-linear-gradient(black,#22263E ); 
background: linear-gradient(black, #22263E); 
}

h2 {
	font-size: 25px;
	color: black;
padding: 10px;
margin-bottom: 10px;}

h3 {Background:#22263E;
	font-size:25px;
	color:oldlace;
	margin-bottom: 10px;
	
} 

p{ font-size: 25px;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 14px;}

.feature {Color: Black;}

li {margin-bottom: auto;
font-size: 25px;
list-style-position: inside;}

ul li{ list-style-type: square;}

nav p {font-weight: bold;
	text-align:center;
	margin-bottom: 0;}

nav {padding: 6px;}

section{width:65%;}

.feature-box {
	width: 30%;
	background-color: #22263E;
	padding: 10px;
	margin: 0 auto 20px;
	border-radius: 10px;
	box-shadow: 5px 5px 5px grey
}

img {padding: 10px;
background-color: #22263E;
border: 2px solid black;
}

.left{
	float:left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	
}

.right{
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
.center{text-align: center;}

.clear{
	clear:both;
}

.flex-container {
	display:flex;
}

.image-container {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

.text {color: oldlace;
	}

footer{font-sty:'Open Sans', sans-serif;
	font-size: 25px;
	text-align: center;}
