
body {
	font-family: "Book Antiqua", Helvetica;
	line-height: 1.75em;
	font-size: 16px;
	background-color: grey;
	color: #aaa;
	text-align: center;
}
#wrapper {
  width:800px;
  border: 1px solid white;
  margin: 20px auto;
  background-color: black;

  padding-right: 10px; 
  padding-left:  10px; 
}
article {
	text-align: center;
	position: sticky;
}

p {
	font-size: 16px;
}

h1 {
	font-size: 30px;
	line-height: 34px;
	border-bottom: 3px solid #D8D8D8;
}

h2 {
	font-size: 20px;
	line-height: 25px;
}

h3 {
	width: 300px;

	font-size: 16px;
	line-height: 27px;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #D8D8D8;
	text-align: center;
	margin:0 auto;
}

hr {
	height: 1px;
	background-color: #d8d8d8;
	border: none;
	width: 100%;
	margin: 0px;
}

#crowimage {
	position: absolute; 
	visibility: visible; 
	right: 55%;
	background-image: url("img/blackbird.png");
	background-repeat: no-repeat;
	background-size: 65%;
	width: 350px;
	height: 350px;
}
#crowimage2 { position: absolute; visibility: visible; left: 70%}
#crowimage3 { position: absolute; visibility: visible; right: 85%;
}
#crowimage4 { position: absolute; visibility: visible; right: 85%}
#crowimage5 { position: absolute; visibility: visible; left: 85%;
}
#crowimage6 { position: absolute; visibility: visible; right: 85%}
#crowimage7 { position: absolute; visibility: visible; left: 85%}
img {
	max-width: 100%;
}

li {
	line-height: 1.5em;
}

aside,
[class *= "bio"],
[id *= "bio"] {
	max-width: 90%;
	margin: 0 auto;
	border: 1px solid lightgrey;
	padding: 5px 15px;
	text-align: left;
	background:rgba(255,255,255,0.4);
	color: black;
}

@media (min-width: 1921px) {
	body {
		font-size: 18px;
	}