@font-face {
    font-family: 'HelloAli';
    src:url('HelloAli.ttf.woff') format('woff'),
        url('HelloAli.ttf.svg#HelloAli') format('svg'),
        url('HelloAli.ttf.eot'),
        url('HelloAli.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

body{
					min-height:600px;

	background-image:url('img/Ordi.jpg');
		background-repeat: no-repeat;
	background-size:100% 100%;
  }



#quiz{
	margin-top:350px;
}

h2{
   font-family: 'HelloAli';
   text-align:center;
	margin-bottom:50px;
}

.btn{
	   font-family: 'HelloAli' !important;
	       font-size: 1em;
		   background-color:#89c6d9 !important;
		   border-color:black !important;
}

.btn-primary{
	   font-family: 'HelloAli' !important;
	       font-size: 1em;
}

#falseimg {
	vertical-align: middle;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img{
width:100%;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	body{
		min-height:800px;
	background-image:url('img/Iphone_.jpg');
	background-repeat: no-repeat;
	background-size:100% 100%;
	
  }
	
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
		body{

					min-height:600px;
	background-image:url('img/Iphone_.jpg');
	background-repeat: no-repeat;
	background-size:100% 100%;
		}
	
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	body{
					min-height:600px;
	background-image:url('img/iPad.jpg');
	background-repeat: no-repeat;
	background-size:100% 100%;
	}
	
	@media only screen and (min-width: 992px){
		body{
					min-height:600px;
	background-image:url('img/Ordi.jpg');
	background-repeat: no-repeat;
	background-size:100% 100%;
	}
	}
	
}