
h1 {
	/*font-size: 38px;*/
}

.main-content-container {
	margin: 0 0;
	padding: 0 0;
}

.main-content-container .main-content-shroud {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,.9);
	z-index: 1;
}

.main-content-container .main-content-background {
	position: fixed;
	width: 100%;
	background-image: url('/_assets/img/BG_PurpleField.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 100vh;
}

.main-content {
	position: relative;
	width: 770px;
	max-width: 770px;
	margin: 0 auto;
	overflow: hidden;
}

.main-content .header {
	margin-top: 15px;
	text-align: center;
}

.main-content .mid-section {
	display: flex;
	padding: 0px 10px;
}

.main-content .mid-section .sidePane {
	display: inline-block;
	min-width: 180px;
	max-width: 180px;
	margin-top: 65px;
	vertical-align: top;
}

.main-content .mid-section .sidePane .site-menu {
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
	padding-left: 0px;
}

.main-content .mid-section .sidePane .site-menu .menu-item {
	font-size: 18px;
}

.main-content .mid-section .sidePane .site-menu .menu-item a,
.main-content .mid-section .sidePane .site-menu .menu-item a:hover,
.main-content .mid-section .sidePane .site-menu .menu-item a:active,
.main-content .mid-section .sidePane .site-menu .menu-item a:visited {
	color: #000;
	text-decoration: none;
}

.main-content .mid-section .mainPane {
	display: inline-block;
	margin-bottom: 150px;
	width: 550px;
	max-width: 550px;
	vertical-align: top;
}

.main-content .mid-section .mainPane img {
	padding: 10px;
}

.main-content .mid-section .mainPane img.image-left {
	float: left;
}

.main-content .mid-section .mainPane img.image-right {
	float: right;
}


.main-content .footer {
	font-size: 13px;
	text-align: center;
}