@charset "utf-8";
/* CSS Document */
#theme {
  background: url("../Images/theme/papyrus.png") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
		
}

#topNav {
	width: 100%;
	height:50px;
	background-color: #111;
	margin:0px;
	padding:0px;
	overflow:visible;
	max-width:100%;
	display:inline-block;
	float:left;
}

#showwrapper {
	width: 100%; 
	height: 100%; 
	top: 0; 
	left: 0; 
	position: absolute;		
}
.youtubeVideoWrap {
    width: 100%;
    max-width: 1200px;
    margin-top: 20px;
	margin-left:auto;
	margin-right:auto;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:0px;
	height:0;
	overflow:visible;
	width:100%;
	max-width:1200px;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#click {
	width: 40%; 
	height: auto;		
}
	
@media screen and (max-width: 600px) {	
	
#click {
	width: 80%;
	height: auto;
}

}


