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


@import url(https://fonts.googleapis.com/css?family=Vollkorn:400,700);
.title {
	width: 100%;
	height:auto;
	position: absolute; 
	text-align:center;
	top: 45%;
	margin:0 auto;  
}

 a:hover img{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
/*
.enter {
	width: 100%;
	height: auto;
	clear: both;
	position: absolute; 
	text-align:center;
    margin: 0 auto;
}
.enter a{
    font-family: 'Vollkorn', serif;	
	font-size: 17px;
	text-decoration:none;
	color: #999;
	text-align: left;
}
.enter a:hover{
    font-family: 'Vollkorn', serif;	
	color:#CCC;
}
*/