* {
	font-family: 'lekton04thin';
	color: #99cc00;
}

body {
	text-align: center;
	background-color: #777;
	margin: 0;
}

input[type=text] {
	font-size: 400px;
	width: 100%;
	text-align: center;
	border: none;
	background: none;
	padding: 0;
}

#buttons {
	width: 100%;
	position: absolute;
	bottom: 0;
}

button {
	border: none;
	font-size: 400%;
	background: none;
	color: #f90;
	outline: 0;
}

button:hover {
	background-color: darkgray;
}


/* iPhone portrait: 350px width*/

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 640px) {

	input[type=text] {
		font-size: 100px;
	}

	button {
		width: 100%;
		background-color: darkgray;
	}
}
