html, body {
  height: 99%;
}
body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
	font-size: 100%;
	color: #220000;
	background-color: #000000;
}
.block-container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.block-container > .block {
  margin: 0 auto;
  text-align: center;
  max-width: 75%;
}
.block-container > .block > h1 {
  font-size: 75px;
  border-bottom: 0;
  margin: 0 0 10px;
}
.block-container > .block > h3 {
  margin: 0;
  font-size: 32px;
}


div.menubar {
	color: #220000;
	font-weight: bold;
    vertical-align: top;
  z-index: 999999999998; 
	text-align: left;
	width: 96%;
    margin: 5px;
	padding: 5px;
	height: 60px;
	cursor: pointer;
}

img.menubaricon {
	color: #220000;
    vertical-align: top;
	height: 49px;
	width: 48px;
  z-index: 999999999999;
  opacity: 0.75;
  cursor: pointer;
}

img.menubaricon:hover,
img.menubaricon:focus {
	color: #220000;
    vertical-align: top;
	height: 54px;
	width: 52px;
	padding: 6px;
	z-index: 999999999999; 
	opacity: 1.0;
	cursor: pointer;
}


#videopane {
      min-width: 500px;
      height: 500px;
}
	
#image-slider {
	position: relative;
}

#image-slider > div {
	overflow: hidden;
}

#container {
	position: relative;
	overflow: hidden;
}

#content {
	position: absolute;
	top: 0;
	font-family: 'myriad-std-tilt', sans-serif;
	left: 0;
	color: #220000;
	text-align: center;
	width: 100%;
	font-size: 100%;
    margin-left: auto;
    margin-right: auto;
}


#maincontent {
	font-family: 'myriad-std-tilt', sans-serif;
	color: #220000;
	text-align: left;
	width: 90%;
	font-size: 100%;
    margin-left: auto;
    margin-right: auto;
	border: 3px solid #f1f1f1;
  z-index: 999999999990; 
   border-radius: 15px;
   padding: 10px; 
  background: #FEFEFE;
  opacity: 0.96;  
  word-wrap: break-word;
  word-break: break-word;
  white-space: pre-wrap;
}

/* unvisited link */
a:link {
color: #000022;
cursor: pointer;
}
/* visited link */
a:visited {
color: #000033;
cursor: pointer;
}
/* mouse over link */
a:hover {
color: #0000AA;
}
/* selected link */
a:active {
color: #FF0000;
}
      
.pagewrapper{
   height:100%;
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -20px; 
  z-index: 1; 
}

.pagewrapper:after {
  content: "";
  display: block;
  z-index: 1; 
}
.footer, .page-wrap:after {
  height: 20px; 
	font-weight: bold;
	color: #AAAAAA;
  z-index: 1; 
}
.footer {
  /* background: red; */
  z-index: 1; 
}

