@charset "utf-8";

body {
	font-family: Arial;
	font-size: 24px;
	line-height: 1.5em;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-image: url("images/header.jpg");
	background-size: cover;
	padding-top: 650px;
	
}

.container {
	background-color: white;
	padding-top: 20px;
	padding-bottom: 30px;
}

header {
	position: absolute;
	top: -600px;
	left: 0;
	width: 100%;
	background-color: rgba(255,255,255,0.50);
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: xx-large;
}

article {
	margin: auto;
	width: 75%;
	position: relative;
}
h2 {
	color: #CA13C1;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	text-decoration: underline;
}

div img {
	width: 50%;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 20px;
	padding-bottom: 20px;
}
