* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0; 
}

.hbisImg{
	position: relative;
	padding: 15px;
	display: table;
	width: 600px;
	margin: 10% auto;
	text-align: center ;
	transition: all 0.5s ease-out;
	z-index: 9;
}

.headline {
	transition: all 0.5s ease-out;
	position: fixed;
	top: 0;
	left: 0;
	background: #71ffcc; /*#60A928;*/
	width: 0%;
	z-index: 1;
	height: 45px;
}

.bottomline {
	transition: all 0.5s ease-out;
	position: fixed;
	bottom: 0;
	left: 100%;
	background: #71ffcc; /*#60A928;*/
	width: 100%;
	z-index: 1;
	height: 45px;
height: 25px;
    padding: 3px;
    color: rgb(75, 1, 1);
    text-align: center;
}

.content{
	transition: all 1.5s ease-out;
	position: absolute;
	top: 45px;
	background: white;
	width:100%;
	height: 100%;
	opacity: 0;
}

.x1{
	position: relative;
	width: 500px;
	background: white;
	margin: 5% auto ;
/*	box-shadow: 0px 0px 20px  rgba(0, 0, 0, .5);*/
	border-radius: 30px;
	padding: 20px;
}

.hButton{
	font-size: 20px;
	width: 95%;
	background: #00A31F;
	color: white;
	margin: 15px;
	padding: 10px;
	border-radius: 10px;
	text-align: center ;
	box-shadow: 0px 0px 10px  rgba(0, 0, 0, .2);
	cursor:pointer ;
}

.hButton:hover{
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	background: #819ce8;
}
