body {
	background-color: darkslategray;
	color: white;
}	

.font-cursive {
	font-family: cursive;
}

.font-sansserif {
	font-family: sans-serif;
}

.bold {
	font-weight: bold;
	font-size: 120%;
}

.emphasis {
	font-style: italic;
	font-weight: bold;
}

.bgimage {
	background-image: url('assets/banner1.jpg');
	background-size: cover;
}

.bgoverlay {
	background-color: rgba(255, 255, 255, 0.6);
}

.white-text-shadow {
	display: block;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.white-shadow {
	display: block;
	border-radius: 15px;
	padding: 5px;
	background: rgba(255, 255, 255, 0.5);
}

.centre {
	display: block;
	text-align: center;

}

h1 {
	color: darkgray;
	font-variant: small-caps;
}

#contentHolder a {
	font-variant: small-caps;
	color: black;
	font-weight: bold;
	text-decoration: underline;
	display: inline-block;
	background-color: aliceblue;
	border-radius: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

#contentHolder a:hover {
	color: aliceblue;
	background-color: lightslategrey;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

p {
	display: block;
	box-sizing: border-box;
	padding: 5px;
}

img {
	display: block;
	box-sizing: border-box;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	max-width: 75%;
	padding: 1px;
}

.imgborder {
	border-width: 1px;
	border-color: black;
	border-style: solid;
}

#page-container {
	position: relative;
	min-height: 100vh;
} 

#content-wrap {
	padding-bottom: 4rem;
}

footer {
	position: absolute;
	bottom: 0;
	width: 99%;
	height: 4rem;
	margin-left: auto;
	margin-right: auto;

}

.copyright {
	font-size: 75%;
}

.menuitem {
	display: block;
	height: 50px;
	width: 100px;
	color: black;
	background-color: white;
}

.menuitemactive {
	color: white;
	background-color: black;
}
