@charset "UTF-8";
/* CSS Document */


/* information-text */
.after{
	width:100%;
	height:auto;
	overflow:hidden;
}

.story {
	position:relative;
	margin:20px 0 150px 15%;
	width:400px;
	max-width:800px;
	font-family: 'Sarala', sans-serif;
	font-size:1em;
	color:#444;
	text-align:justify;
	line-height:1.8;
	display:inline-block;
	float:left;
	z-index: 2;
}

		
/* main picture */

#container{
	position:relative;
	text-align:center;
	display:block;
	max-width:2000px;
	width:98%;
		max-width:2000px;
	padding-top:-40px;
	height:1000px;
	margin:40px auto 0 auto;
	overflow:hidden;	
	
}

.don{
	position:absolute;
	width:800px;
	height:800px;
	display:block;
	z-index:10;
	top:120px;
	left:50%;
	margin-left:-400px;
	background-image:url(donary.jpg);
	background-repeat:no-repeat;
	background-size:800px;
}

/* extra picture */
	
#pussy{
	position:relative;
	width:100%;
	height:180px;
	top:170px;
}

#pussy img{
	width:auto;
	height:180;
	text-align:right;
	left:50%;
	margin-left:100px
}

/* next, previous buttons */

.button {
	width:175px;
	height:50px;
	margin:-200px 0 30px 0;
	background-color:#FFF;
	border:none;
	color:#444;
	z-index:50;
	bottom:30px;
	
	-webkit-box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.22);
	-moz-box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.22);
	box-shadow: 0px 1px 4px 1x rgba(0,0,0,0.22);
	
}

.button:hover {
    background-color: #f2f2f2;
    color: #d5d5d5;
}

#left{
		position:absolute;
	border-bottom-right-radius:50px;
	border-top-right-radius:50px;
	left:0px;}
	
#left:active {
	     	color: #FFF;
		background-color: #d5d5d5;
		}
	
#right{
	position:absolute;
	border-bottom-left-radius:50px;
	border-top-left-radius:50px;
	right:0px;
}
	
#right:active {
	     	color: #FFF;
		background-color: #d5d5d5;
		}
	
	
	