body {
	background-image: url(assets/images/dungeonCrawlerCarlGroup.png);
    background-size: 90%;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
    padding-top: 671px;
    padding-bottom: 100px;
}

section {
	background: #666;
	padding-top: 30px;
}

article {
	margin: auto;
	width: 75%;
	font-family: Nunito;
	font-size: 24px;
	color: #666;
	line-height: 1.5em;
	
	/* Needed to position the header
	relative to this parent element */
	position: relative;
}

header {
	/* Changes the postioning of this element */
	position: absolute;
	
	/* Moves the element up on top of the image */
	top: -300px;
	left: 0;
	
	/* Need to set the width, otherwise the element
	shrink wraps around the content */
	width: 100%;
	background: rgba(0,0,0,0.5);
	padding: 20px;
	
	/* Needed to include the padding as part of
	the width of the element */
	box-sizing: border-box;
}

header h1, header h2 {
    font-family: Bangers;
    font-weight: 400;
	color: #fff;
	margin: 0;
	padding: 0;
}

header h1 {
	margin-bottom: 0.5em;
}

div p {
	color: #fff;
}

.alignright {
	display: block;
	float: right;
	padding-left: 15px;
	max-width: 50%;
}

/*******FOOTER*******/

footer {
    border-top: 2px solid #fff;
    padding-top: 20px;
}

footer h2  {
    text-align: center;
    padding-top: 30px;
    margin-bottom: 22px;
}

footer ul {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: center;
    list-style-type: none;
}
footer ul li {
    display: inline-block;
    padding-left: 0px;
    margin-left: 20px;
    color: #5A865B;
    font-size: 0.9rem;
    margin-top: 15px;
}
