body {
    margin: 0;
	font-family: sans-serif;
}

#header {
#	position: fixed;
#	box-shadow: 0 1px 6px 0 rgba(0,0,0,0.15);
#	width: 100%;
#	height: 60px;
#	background-color: #2a603a;
#	color: #fff;
#	top: 0;
#	left: 0;
#	z-index: 1;
#	font-family: serif;
#}

section {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    margin: auto;
	justify-content: center;
	min-height: 500px;
}

#welcome {
	background-image: url("../images/sanctuary-lit-cross.jpg");
	height: 100vh;
	background-size: cover;
	width: 98%;
	font-size: larger;
	background-repeat: no-repeat;
	background-position: center;
}

#welcome a {
	color: #fff;
	font-weight: bold;
}

#welcome ul {
	background-color: #000000dd;
	width: 70%;
}

#hero-links {
	position: absolute;
    top: 40%;
    left: 300px;
    width: 400px;
    height: auto;
    z-index: 0;
	background-color: #000000aa;
}
#hero-links a {
	color: #fff;
	text-decoration: none;
}

ul {
	margin: auto;
	padding: 20px 40px;
}

main ul li {
	list-style: none;
	padding-bottom: 10px;
}

a {
	text-decoration: none;
}
