body, html {
	padding: 0;
	margin: 0;
	height: 100%;
	background: #000000;
	color: #FFF;
	font-family: Calibri, Arial, sans-serif;
	box-sizing: border-box;
}

#overlay {
  position: fixed; /* Sit on top of the page content */
	height: 100%;
  mix-blend-mode: screen;
opacity: 0.01;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
pointer-events: none;
  background-image: url(images/GALLERY_INDEX/LCD.PNG);/* Black background with opacity */
  background-size: cover
  z-index: 10; /* Specify a stack order in case you're using a different order for other elements */
}


.page h1:first-child {
	margin-top: 0;
}

iframe {
	border: none;
	height: 100%;
	width: 100%;
}

.page {
	padding: 24px;
}

img {
	max-width: 100%;
}

a {
	color: #ffffff;
}

.avatar {
	width: 200px;
	height: 200px;
}

.wrapper {
	position: relative;
	top: 50%;
	margin: auto;
	margin-top: -200px;
	width: 850px;
	height: 400px;
	left: -35px;
}

.sidebar {
	float: left;
	width: 200px;
	height: 100%;
}

.main {
	position: relative;
	float: right;
	width: 580px;
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 9;
}

.menu {
	padding: 24px;
	text-align: center;
	position: relative;
	top: -135px;
	left: 34px;
	overflow: hidden;
	z-index: 8;
}

.menu a {
	display: inline-block;
	padding: 3px 6px;
	color: yellow;
	margin-bottom: 6px;
	text-decoration: none;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h1, h2, h3, h4 {
	color: yellow;
}

h1 {
	font-size: 20px;
	background: yellow;
	color: #000;
	display: inline-block;
	padding: 4px;
	text-transform: uppercase;
	letter-spacing: 1px;
}