/* The reset */
@import url(reset.css);

/* General */
body {
	background: transparent url(../images/stripe-wallpaper-bg.jpg) repeat left top scroll;
	font: normal 100% Trebuchet MS,Tahoma,Geneva,sans-serif;
	width: 100%;
	text-align: center;
}
h1 {
	font-size: 4em;
	color: #333;
	display: inline-block;
	margin: 3em 0;
}
h1 span {
	color: #f1f1f1;
	background: #333;
	border-radius: 0.15em;
	padding: 0.5em;
	display: inline-block;
}
#hour {
	margin-left: 1em;
}

.toDonTomasso {
	color: #333;
	text-decoration: none;
	font-size: 0.7em;
	margin-top: 3em;
}
@media screen and (min-width: 1280px) {
	h1 {
		font-size: 5em;
	}	
}
@media screen and (max-width: 1024px) {
	h1 {
		font-size: 3em;
	}
}

@media screen and (max-width: 768px) {
	h1 {
		font-size: 2em;
	}
}
@media screen and (max-width: 500px) {
	h1 {
		font-size: 1em;
	}
}