@charset "utf-8";

/*h1{
    height: 100%;
    overflow-x: hidden;
}*/
/*.menu{
	width: 100%;
	z-index:1100;
	position:relative;
	text-align: center;
}
*/
.curtains>li{
    -webkit-transform:translateZ(0);
    background: white;
    position: fixed;
    display:block;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    z-index:1;
}
.curtains>li.hidden{display:none;}
.curtains>li:first-child{z-index:2;}
