html{height:100%}
body{height:100%;background-color:#ec6b06;background-image:url('../images/tablet-zmn.jpg');background-repeat: no-repeat;background-size:auto 100%;background-position: center center;font-family:Tahoma;margin:0px}
a{text-decoration:none;font-weight:bold}
.btnhiza{position: fixed;bottom: 15%;width:80%;left:10%}
.btn{padding:3% 1.5%;font-size:1.2em;display:inline-block;text-align: center;border-radius: 15px;line-height: 36px;width:44%;margin:1%;float:left}
.btn:hover{opacity:0.5}
.kirmizibtn{background: rgb(187,8,8);background: linear-gradient(0deg, rgba(187,8,8,1) 48%, rgba(201,76,76,1) 50%);color:#FFF}
.yesilbtn{background: rgb(30,117,3);background: linear-gradient(0deg, rgba(30,117,3,1) 48%, rgba(91,156,70,1) 50%);color:#FFF}

@media(min-width: 768px){
body{background-size:auto 92%}	
.btnhiza{width:94%;left:3%}	
.btn{font-size: 3em;line-height:54px}
}
@media (min-width: 992px) {
.btn{font-size: 1.8em}
}
@media (min-width: 1200px) {
.btnhiza{display:none}	
.btn{font-size: 1.8em}
}
