p {
    margin-bottom: auto;
    line-height: 1.5;
    font-family: 'papyrus', fantasy;
    font-size: 20px;

}

h1 {
    background-color: #1E4A27;
    color: #ffffff;
    font-weight:bold;
    font-size: 80px;
    text-align: center;
    margin-top: 0px;
    width: 100%;
    font-family: 'copperplate', fantasy;
    font-style: oblique;
        
}

h2 {
    font-size: 40px;
    font-family: 'papyrus', fantasy;
    padding-top: auto;
    padding-bottom: auto;
    padding-left: auto;
    margin-bottom: auto;
}

h3 {
    margin-bottom: auto;
    margin-top: auto;
    border-style:groove;

}

#wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fbe3d6;
    padding: auto;
    margin-top: auto;
    text-align: left;
}


nav {
	background-color:#1e4a27;
	text-align: center;
	text-decoration: none;
	width: 100%;
    font-family: 'lucida console', monospace;
}

nav ul {
	display: block;
	margin-left: 0;
	font-size: 16px;
	padding: 14px 0 16px;
	list-style-type: none;
}

nav li {
	display: inline;
	padding: 0 20px;
	margin-bottom: 0;
}

nav li a {
	text-decoration: none;
	color:white;
	font-weight: bold;

}

nav a:link {color:#ffffff}
nav a:hover {color:#88d8c7}
nav a:visited {color:#fbe3d6}
nav a {
    text-decoration: none;

}

button {
	/* position: absolute; is correct. 
    What else needs fixing to get the button in the correct location? */
	background-color: #88d8c7;
	cursor: pointer;
	border-radius: 15px;
	box-shadow: 5px 5px;
	margin-right: 2em;
}

button a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	float:right;
}

.archivebutton {
    position: absolute;
	right:15px;
	top:25px;
	padding: 10px 20px;

}

.eventbutton {
    position: absolute;
	bottom: 11em;
    left: 42em;
	padding: 10px 20px;

}

body {
    background-image: url("https://wallpaperaccess.com/full/4884884.jpg");
    background-color: black;
}

footer {
    width: 100%;
    text-align:center;
    background-color: #88d8c7;
    font-size: .60em;
    font-style:italic;
    padding-top:1em;
    padding-bottom:1em;
}

.craftbox {
    position: absolute;
    left:5px;
    max-width: 70%;
    height: 15%;

}

section {
    width: 95%;

}

label {
    float:left;
    display: block;
    font-weight: bold;
    text-align: left;
    width: 120px;
    padding-right: 12px;

}

.submitbtn {
    background-color: beige;
    color: black;
    border-radius: 5px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 132px;

}

.submitbtn:hover {
    background-color: cornflowerblue;

}

.flex-container {
	display: block;
	justify-content: space-between;
}

#column {
	margin-left: 20px;
}

.floatleft {
	float: left;

}

.textbox {
    text-decoration: solid;
    text-decoration-color: #000000;

}

#clear {
	clear: both;
}

.stevesithero {
    float: left;
    padding-left: 20px;

}

.mcmenuonehero {
    float: right;
    padding-right: 20px;

}

.limitleft {
    float: left;
    width: 50%;
    padding-left: 2em;
}

.imgcenter {
    padding-left: 15em;

}

.textcenterevent {
    text-align: center;
    padding-right: 2em;

}

.parspacing {
    padding-left: 1em;
    padding-right: 1em;

}

.foodspacing {
    width: 50%;
    text-align: center;

}

.foodbutton {
    position: absolute;
	bottom: 17em;
    right: 10em;
	padding: 10px 20px;

}

.construction {
    padding-left: 23em;

}

.constpar {
    text-align: center;
    margin-left: 5em;
    margin-right: 5em;
}