/* Custom Stylesheet */
body, html {
      margin: 0;
      font-family: "Arial Black";
      -webkit-font-smoothing: antialiased;
      background:#222;
      text-align: center;
      overflow: auto;
      -webkit-transition: opacity 400ms;
      -moz-transition: opacity 400ms;
      transition: opacity 400ms;
}

html { overflow: hidden; height: 100%; }
body { overflow: auto; height: 100%; }

body, .main, html {

  padding: 0;
  width: 100%;
  color:  #E6E6E6;
}

a {
	cursor: pointer;
	color: #E6E6E6;
	text-decoration: underline;
}

a:hover {
	color: gray;
}

/* ALL DEMO */
h1 {

font-size: 42px;
font-family: "Arial Black";
letter-spacing: 2px;

}

h2 {
	font-size:42px;
	font-family: "Ariadne Text";
	letter-spacing: 2px;
}

h3 {
    margin-top: -20px;
	font-size:24px;
	font-family: "Arial";
	letter-spacing: 2px;
}

h4 {
   font-size:18px;
   font-family: "Arial Black";
   letter-spacing: 1px;	
}

#header {
    position: fixed;
    background: black;
	width:  100%;
	height: 35px;
	z-index: 1;
}

.menuitem {
    padding-top: 5px;
	width: 20%;
	float:  left;
}

.menuitem:hover {
	color: gray;
	cursor: pointer;
}

#menuitem2, #menuitem5 {
	
	font-family: "Arial";
	letter-spacing: 2px;
	padding-top:7px;
}

#menuitem4 {
	font-size: 20px;
	padding-top: 2px;
	font-family: "Arial";
}

#minus {
	padding-top: -1px;
}

#menuitem4:hover {
	color: #E6E6E6;
	cursor: auto;
}

#plus:hover {
	color: gray;
	cursor: pointer;
}

#minus:hover {
	color: gray;
	cursor: pointer;
}


#intro {
	width: 100%;
	margin-top: 100px;
}

#introtext {
	
	width:70%;
	margin-left: 15%;
	font-size: 24px;
	margin-bottom: 200px;
	font-family: "Arial";
	letter-spacing:2px;
	line-height: 34px;
	
}

.chapter {
	
	padding-top: 50px;
	padding-bottom: 50px;
	width:  100%;
	cursor: pointer;
	opacity: 0.5;
}


.chapter:hover{
	opacity: 1;
}

#chapter1 {
	background: #f5f5f5 url('img/chapter1greyscale.jpg') no-repeat left center;
}

#chapter2 {
	background: #f5f5f5 url('img/chapter2greyscale.jpg') no-repeat left center;
}

#chapter3 {
	background: #f5f5f5 url('img/chapter3greyscale.jpg') no-repeat left center;
}


.chapterarrow {
	cursor: pointer;
	margin-top: 20px;
}


.chapterfoldout {
	width: 100%;
}

#chapterfoldout1 {
	display: none;
	
}

#chapterfoldout2 {
	display: none;
	
}

#chapterfoldout3 {
	display: none;
	
}

.foldouttext {
    
    float: left;
    margin-top: 20px;
	width: 60%;
	margin-left: 20%;
	text-align: justify;
	
	font-family: "Arial";
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 22px;
}

.foldouttextimage {
	
	
	width: 100%;
	margin-left: 0%;
	
	
}

.foldouttextimagenarrow {
	
	
	width: 60%;
	margin-left: 20%;
	
	
}


.imagebackground {
	width: 100%;
	background-color: transparent;
	margin-bottom: 10px;
	margin-top: 20px;
}

.imagetitle {
    font-size: 10px;
	margin-bottom: 20px;
	text-align: center;
}

.videowrapper {
    
    margin-top: 20px;
    margin-bottom: 20px;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sidetext {
    
    float: left;
	margin-top: 20px;
	width: 10%;
	margin-left: 5%;
	text-align: left;
	font-size: 10px;
	
	font-family: "Ariadne Text";
	font-size: 14px;
}

.sidetext p{
	margin-bottom: 60px;
}

.foldoutbottom {
    margin-top: 20px;
	clear: both;
	width:  100%;
	margin-bottom: 20px;
	
}


#disclaimerandcredits {
	
	width: 100%;
	
	
}

#disclaimer {
	
	width: 40%;
	float: left;
	margin-left: 5%;
	text-align: left;
	margin-bottom: 40px;
	margin-top: 40px;
	
	font-family: "Arial";
	font-size: 14px;
	letter-spacing: 1px;
	
}

#credits {
	
	width: 40%;
	float: left;
	margin-left: 10%;
	text-align: left;
	margin-bottom: 90px;
	margin-top: 40px;
	
	font-family: "Arial";
	font-size: 14px;
	letter-spacing: 1px;
	
}

#footer {
	
	
	clear: both;
	width: 80%;
	margin-left: 10%;
	margin-bottom: 50px;
	
	font-family: "Arial";
	font-size: 12px;
	letter-spacing: 1px;
	
}


