body{
    margin: 0;
    padding: 0;
    color: white;
    width: 100%;
    height: 100%;
    background-color: black;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 16px;
    font-family: "Arial Regular";
    box-sizing: border-box;
}
a{
    color:white;
}
.container{
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    background: url(img/background.jpg) no-repeat center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height:100%;
    min-height:725px;
}
.paradise{
    position: absolute;
    bottom: 3px;
    left: 0;
    width:50%;
    height: 99%;
    text-align: left;
    transition: 0.3s;
}
.paradise img{
    height:95%;
    transition: 0.3s;
}
.hell{
    position: absolute;
    bottom: 3px;
    right: 0;
    width: 50%;
    height: 99%;
    text-align: right;
    transition: 0.3s;
}
.hell img{
    height:100%;
    transition: 0.3s;
}
.logo{
    margin-top: 2%;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 7;
}
.logo img{width: 235px;}
.footer{
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    color: white;
    background-color: rgba(0,0,0,.8);
    position: absolute;
}
.info_block{
	position: absolute;
	top: 25%;
	width: 100%;
	z-index: 1;
}
.info{
    background: url(img/info.png) no-repeat;
    width: 610px;
    height: 475px;
    margin: 0 auto;
    background-size: cover;
}
.info a{
    font-family: 'Times New Roman',  serif;
}
.btn1{
	background: url(img/btn1_0.png) no-repeat center;
    background-size: cover;
    text-decoration: none;
    padding: 7px 27px 5px 27px;
    width: 127px;
    height: 27px;
    display: inline-block;
    margin-top: 38px;
    font-size: 22px;
}
.btn1:hover{
	background: url(img/btn1_1.png) no-repeat center ;
    transition: 0.3s;
    background-size:cover;
}
.hover {
	-webkit-filter: grayscale(100%); 
	-moz-filter: grayscale(100%); 
	-ms-filter: grayscale(100%); 
	-o-filter: grayscale(100%); 
	filter: grayscale(100%); 
	transition: 0.3s;	
}
.btn1:active{
	background: url(img/btn1_2.png) no-repeat center ;
    transition: 0.3s;
    background-size:cover;
}
.btn2{
	background: url(img/btn2_0.png) no-repeat center;
  	background-size: cover;
    text-decoration: none;
    padding: 7px 26px 5px 26px;
    width: 127px;
    height:27px;
    display: inline-block;
    margin-top:38px;
    font-size: 22px;
}
.btn2:hover{
	background: url(img/btn2_1.png) no-repeat center ;
    transition: 0.3s;
    background-size:cover;
}
.btn2:active{
	background: url(img/btn2_2.png) no-repeat center ;
    transition: 0.3s;
    background-size:cover;
}



