.entrance{
	width:100%;
	height:120vw;
	max-height:500px;
	margin:0 auto;
	padding:0;
	background-image:url("../i/back_entrance.jpg");
	background-position:center center;
	background-size:cover;
	position:relative;
}

.entrance div{
	width:100%;
	max-width:1000px;
	margin:auto auto 0;
	padding:30px 0;
	top:auto;
	bottom:0;
	background-color:rgba(238,135,180,.5);
	position:absolute;
	display:block;
}

.text.pinkback{
	width:100%;
	max-width:1000px;
	padding:7% 5%;
	background:#fdeff5;
}
.text.blueback{
	width:100%;
	max-width:1000px;
	padding:7% 5%;
	background:#eaf6fd;
}
.text span{
	width:100%;
	margin:0;
	padding:0;
	display:block;
}
