@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:1000px;

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

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

.picker{
	   font-family: 'HelloAli';

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
    height: 180px;
}
#display{
    width: 100%;
    height: 100px;
    background: black;
    transition: background 100ms;
    margin-top: 30px;
    border: 1px solid #000;
}
input{
    display: block;
    width: 100%;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	body{
					min-height:1000px;
	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:1000px;
	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:1000px;
	background-image:url('img/iPad.jpg');
	background-repeat: no-repeat;
	background-size:100% 100%;
	}
	
	@media only screen and (min-width: 992px){
		body{
					min-height:1000px;
	background-image:url('img/Ordi.jpg');
	background-repeat: no-repeat;
	background-size:100% 100%;
	}
	}
	
}