body 	
{
	background-color: rgb(238, 238, 238);
}

p, ul {
	line-height: 1.5;
}

html, body {
	font-size: 25px;
}

h1 	
{
	color:rgb(0, 0, 0); 
	text-decoration:underline; 
	text-transform:uppercase;
	font-size:40pt;
	text-align: center;
}

h2 	
{
	color:black; 
	text-align: left;
	text-transform:uppercase;
	font-size:32pt;
	margin-top: 30px;
	margin-bottom: 20px;
}

h3	
{
	color:black; 
	text-align: center;
	text-transform:uppercase;
	font-size:32pt;
	margin-top: 30px;
	margin-bottom: 20px;
}

h4
{
	color:rgb(223, 218, 218); 
	text-align: center;
	font-size:32pt;
	margin-top: 30px;
	margin-bottom: 20px;
}

img	
{
	display: block;
	margin: auto;
	width: 40%;
	padding: 10px;
}

hr {
	width: 100%;
	height: 2px;
	margin-left: auto;
	margin-right: auto;
	background-color: black;
	margin-top: 50px;
	margin-bottom: 50px;
}

.heading {
	background-image: url("header-background.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
	background-size: 100%;
	padding: 10px;
}

.heading img {
	width: 30%; 
	height: auto;
	margin-top: 60px;
}

.main {
	line-height: 1.2; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 50px;
	align-content: center;
}

.dates {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	align-items: center;
	width: fit-content;
}

.facebook-links {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	line-height: 2;
}

.facebook-links a {
	color: black;
	font-size: 32px;
	text-decoration: none;
	line-height: 1.6;
}

.footer {
	display: flex;
	align-items: stretch;
}

.footer > div {
	align-self: center;
}

/* .footer-left {
	flex-grow: 2;
} */

.footer-left > p {
	font-size: 24px;
	color: black;
}

.contact {
	text-align: center;
	margin-top: -50px;
	line-height: 2;
	flex-grow: 1;
}

.sponsors {
	text-align: center;
	margin-top: -50px;
	flex-grow: 1;
}

.sponsors img {
	height: 60px;
	width: auto;
}