@charset "UTF-8";
body {
	background-image: url(assets/images/webbackdrop.jpg);
	color: #FFFFFF;
	background-size: cover;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 1em;
}
a:link, a:visited {
	color: #D9B8DA;
	text-decoration: none;
}
a:hover, a:active {
	color: #9EBDD2;
	text-decoration: none;
}
#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#homecontent {
	display: flex;
	padding-top: 10px;
}
header  {
	padding-bottom: 15px;
	border-bottom: 3px solid #935EBE;
}
header h1  {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-shadow: 4px 1.5px #9C65D3;
	font-size: 6rem;
}
#topnav {
	text-align: right;
	list-style-type: none;
}
#topnav ul li {
	display: inline-block;
	margin-left: 80px;
	margin-right: 20px;
	font-size: 2rem;
	font-variant: small-caps;
}
main  {
	top: auto;
}
#gallery {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
main h1  {
	text-align: center;
	font-size: 4rem;
}
main h2  {
	text-align: left;
	float: none;
}
main p  {
	font-style: italic;
	font-size: 1.3rem;
	text-align: center;
	padding-right: 5px;
	padding-left: 10px;
}
main p em {
	text-decoration: underline;
	font-style: italic;
}
#gallerytext {
	width: 280px;
}
#galleryimagesleft {
	width: 280px;
}
#galleryimagesright {
	width: 280px;
}
footer h1  {
	text-align: center;
}
footer ul  {
	text-align: center;
	display: block;
	list-style-type: none;
}
#gallerytext p em {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	font-style: italic;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.2rem;
}
#homewelcome {
	display: flex;
	padding-top: 10px;
}
