*{
	margin:0;
	padding:0;
	
	}

html,body{
	display: inline-block ;
	bottom:0;
	top:0;
	margin:0;
	padding:0;
	height:auto;
	min-width:320px;
	max-width:414px;
	_min-height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	border-collapse:collapse;
	}
	
#header{
	_position:fixed;	
	width:100%;
	height:100px;
	top:0;
	padding-left:20px;
	padding-top:15px;
	font-family: 'Caveat', cursive;
	color:#333;	
	font-size:3em;
	box-sizing:border-box;	
	border-collapse:collapse;
	}
	
nav{
	
	
	position:absolute;
	width:100%;
	_float:left;
	top:100px;
	margin-left:0px;
	_box-sizing:border-box;
	padding-left:5px;
	background:white;
	border-collapse:collapse;
	z-index:100;
	}

nav li {
	
	display:inline;
	margin-left:10px;
	
	}			

#content{
	
	_position:relative;
	_float:right;
	_display:inline;
	width:80%;
	min-width:320px;
	max-width:414px;
	min-height:600px;
	left:o;
	right:0;
	margin-top:80px;
	padding-left:10px;
	box-sizing:border-box;
	_background:#CCC;
	_border-left: 1px solid #E3E3E3;
	border-collapse:collapse;	
	}


#bosch{
	
	width:320px;
	
	}
	
#holy{
	
	width:320px;
	
	}		

#cover{
	
	width:60%;
	_margin-left:20px;
	}
	
#dadakalam{
	
	_position:absolute;
	margin:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:90%;
	height:400px;
	
	}	

#bio{
	
	width:80%;
	padding-top:20px;
	padding-left:20px;
	box-sizing:border-box;
	}		


.gallery{
	
	
	position:relative; 
	_float:left; 
	width:250px; 
	height:350px;
	margin:auto;
	right:0;
	left:0;
	font-size:2.5em;
	color:white;
	font-weight:bold;
	 
	_margin-left:35px;
	margin-bottom:20px; 
	no-repeat center; 
	background-size:cover; 
	box-shadow:0px 0px 22px #bbb; 
	border-radius:5px; 
	transition:box-shadow 200ms;
	}	
	
#galleryDiv{
	
	position:fixed;
	width:100%;
	height:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	text-align:center;
	//opacity:0.6;
	background:rgba(0,0,0,0.86);
	z-index:1000;
	
	

	}

#galleryDiv img{
	_position:fixed;
	max-width: 100%;
    max-height: 100%;
	
	}


#left{
	position:absolute;
	left:0%;
	top:50%;
	bottom:0;
	max-height:100px;
	color:#333;
	font-size:1.5em;
	cursor:pointer;
	z-index:1000;
	}

#right{
	position:absolute;
	right:0%;
	top:50%;
	bottom:0;
	max-height:100px;
	color:#333;
	font-size:1.5em;
	cursor:pointer;
	z-index:1000;
	}
	
#exit{
	
	position:absolute;
	top:0%;
	right:1%;
	font-size:1.5em;
	color:#333;
	cursor:pointer;
	z-index:1000;
	
	}		
	