
* {
  margin: 0;
  padding: 0;
}

html {
	font-family: 'Raleway', sans-serif;
	box-sizing: border-box;
	font-size: 16px;
	background: linear-gradient(to bottom, rgb(224, 15, 15) 10%, rgba(0, 0, 0, 0.644) 100%);
}

*, *:before, *:after {
  box-sizing: inherit;
}
header {
	background-image: url("../img/banner.jpg");
	background-size: cover;
	background-position: center; 
	overflow-y: scroll;
	background-attachment: local;
    font-family: 'Droid Serif', serif;
	text-shadow: 3px 3px 0px rgba(255, 255, 255, 1);
	margin-bottom: 8em;
	min-width: 99vw;
	min-height: 20vh;
	height: 40vh;
	text-align: center;
}

header h1 {
	font-size: 4em;
	margin-top: 2vw;
}

header h2 {
	font-style: italic;
	font-size: 2em;	
}

footer {
	border-top: 2px solid #999;
	display: inline;
	max-width: 80em;
}

nav ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style-type: none;
	text-align: center;
	justify-content: center;
	align-content: baseline;
	
}

a {
	color: #000;
	text-decoration: none;
}

li {
	width: 30%;
}

li img {
	width: 100%;
	padding-left: 2em;
}


li a {
	text-decoration: none;
	color: #000000;
	text-align: center;
}

img:not(header) {
	margin-top: 2em;
	margin-left: 2em;
	margin-bottom: 2em;
	float: right;
	shape-outside: ellipse(100% 100%);
}

body:not(header) {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 75em;
	
}

section p {
	font-style: normal;
	font-size: 2em;
	letter-spacing: 1.5;
	text-indent: 1em;
}

.main_title{
	font-size: 5em;
	border-bottom: 0.5px solid #999;
	margin-bottom: 0.2em;
	padding-bottom: 0.25em;
	margin-top: 0.2em;
}

#c1 {
	font-size: 3em;
	padding-bottom: 1em;
	text-align: center;
	margin-top: 1em;
}

blockquote {
	font-family: 'Droid Serif', serif;
	font-style: italic;
	font-size: 3em;
	letter-spacing: 1.5;
	margin-bottom: 1em;
	margin-top: 1em;
	text-align: center;
}
 
.instructions {
	font-size: 2em;
	text-align: left;
}

footer {
	font-size: 32px;
	margin-top: 2.5em;
	margin-bottom: 0.5em;
	min-width: 70vw;
}

.footer1 {
	text-align: center;
	margin-top: 1.5em;
	margin-bottom: 2em;
}

