body {
	transition: all ease 3s;
}


header {
	background-image: url(../images/headerimg2.png);
	background-color: #272727;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 188px 0;
	color: #FFF;
	display: flex;
	flex-direction: column;
}

header h1 {
	display: inline-block;
	font-size: 4em;
	margin: 0;
	font-family: "Bree Serif", serif;
	font-weight: 800;
	margin-left: 200px;
}

header h2 {
	display: inline-block;
	font-size: 2em;
	margin: 0;
	font-family: "Bree Serif", serif;
	font-weight: 200;
	margin-left: 200px;
	color: #CE7A64;
}

.summary {
	display: flex;
	flex-direction: column;
	background-color: #686055;
	color: #FFF;
	font-family: "Spectral", serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	padding: 48px 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.summary p {
	margin: 4px 0;
	margin-top: 12px;
}

.summary a {
	text-decoration: 0;
	color: #CE7A64;
}

.preamble {
	background-image: url(../images/backgroundimg2.png);
	background-position: center;
	background-size: cover;
	background-color: #272727;
	color: #FFF;
	padding-top: 48px;

}

.preamble h3 {
	color: #FFF;
	margin: 0;
	font-size: 2em;
	font-family: "Bree Serif", serif;
	font-weight: 500;
	margin-left: 200px;
	margin-right: 200px;
	margin-top: 40px;
	text-decoration: underline 3px #CE7A64 solid;
}

.preamble p {
	margin-left: 200px;
	margin-right: 200px;
	margin-bottom: 0;
	font-family: "Spectral", serif;
	font-weight: 500;
	font-weight: light;
}

.preamble abbr {
	color: #DFC369;
	text-decoration: none;
	font-weight: bold
}

.explanation {
	background-image: url(../images/explanationimg2.png);
	background-repeat: no-repeat;
	color: #FFF;
	background-color: #6B71F2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 381px;
}

.explanation h3 {
	color: #FFF;
	margin: 0;
	font-size: 2em;
	font-family: "Bree Serif", serif;
	font-weight: 500;
	margin-top: 30px;
	text-decoration: underline 3px #CE7A64 solid;
	margin-left: 200px;
	margin-right: 200px;
}

.explanation p {
	margin: 20px 0;
	font-family: "Spectral", serif;
	font-weight: 500;
	margin-left: 200px;
	margin-right: 200px;
}

.explanation abbr {
	color: #DFC369;
	text-decoration: none;
	font-weight: bold
}

.participation {
	background-color: #393228;
	color: #FFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.participation h3 {
	color: #FFF;
	margin: 0;
	font-size: 2em;
	font-family: "Bree Serif", serif;
	font-weight: 500;
	text-decoration: underline 3px #CE7A64 solid;
	margin-left: 200px;
	margin-right: 200px;
}

.participation p {
	margin: 20px 0;
	font-family: "Spectral", serif;
	font-weight: 500;
	margin-left: 200px;
	margin-right: 200px;
}

.participation a {
	text-decoration: none;
	color: #DFC369;
	font-weight: b;
}

.participation abbr {
	color: #FFF;
	text-decoration: none;
	font-weight: bold
}

.benefits {
	background-image: url(../images/benefitsimg2.png);
	height: 301px;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #FFF;
}

.benefits h3 {
	color: #FFF;
	margin: 0;
	font-size: 2em;
	font-family: "Bree Serif", serif;
	font-weight: 500;
	text-decoration: underline 3px #CE7A64 solid;
	margin-left: 200px;
	margin-right: 200px;
}

.benefits p {
	margin: 20px 0;
	font-family: "Spectral", serif;
	font-weight: 500;
	margin-left: 200px;
	margin-right: 200px;
}

.requirements {
	background-color: #393228;
	color: #FFF;
	padding-bottom: 32px;
}

.requirements h3 {
	color: #FFF;
	margin: 0;
	font-size: 2em;
	font-family: "Bree Serif", serif;
	font-weight: 500;
	text-decoration: underline 3px #CE7A64 solid;
	margin-left: 200px;
	margin-right: 200px;
}

.requirements p {
	margin: 20px 0;
	font-family: "Spectral", serif;
	font-weight: 500;
	margin-left: 200px;
	margin-right: 200px;
}

.requirements a {
	text-decoration: none;
	color: #DFC369;
	font-weight: b;
}

.requirements abbr {
	color: #FFF;
	text-decoration: none;
	font-weight: bold
}

footer {
	background-image: url(../images/footerimg2.png);
	height: 98px;
	background-color: #DFC369;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	font-family: "Spectral", serif;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;

}

footer a {
	color: #393228;
	text-decoration: none;
}

header abbr {
	color: #DFC369;
	font-family: "Spectral", serif;
	font-weight: 600;
	font-style: normal;
  }

  .sidebar .wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	color: #FFF;
	background-color: #A58A35;
}

.wrapper h3 {
	font-family: "Bree Serif", serif;
	font-weight: 500;
	text-decoration: underline 3px #CE7A64 solid;
}

.wrapper a {
	text-decoration: none;
	color: #FFF;

}

.wrapper li {
	font-family: "Spectral", serif;
	font-weight: 400;
	font-style: normal;
	list-style: none;
}

.wrapper ul {
	padding: 0;
}

