/* HTML/BODY FORMATTING */
/* -------------------- */

/* debugging */
/* * {
border:1px solid black!important;
}
*/

html {
  height: 100%;
  width: 100%;
  overflow: hidden;
/* page filling background */
  background: #000000 url(Ikonostase_Backgroundk.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
  height: 100%;
  width: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  line-height: 100%;
  font-size: 0.37cm;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

img, a, div {
  overflow: hidden;
}

.nonmarked  {
  overflow: hidden;
  text-decoration: none;
  border: none;
}

.overlaytitle {
  border: none;
  width: 60%;
  min-width: 24em;
  height: auto;
  overflow: hidden;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  z-index: 1000;
}

#preloadContainer {
  display: none;
}

#description {
  position: absolute;
  display: block;
  bottom: 0;
  text-align: center;
  color: #ffffff; 
  background-color: rgba(0, 0, 0, 0.0);
  opacity: 0.0;
  font-size: 100%;
  padding: 0.4em 1.6em 0.4em 1.6em;
} 

h1 {
  font-size: 100%;
  line-height: 100%;
  margin: 0;
  padding: 0;
}
