@charset "utf-8";
/* CSS Document */

h1, h2, h3, h4, h5, h6, .site-title {
		font-family: 'Open Sans', sans-serif;
}

body {
	max-width: 800px;
	margin: 40px auto;
}

img {
	max-width: 100%;
	width: auto \9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

.logo{
	max-width: 200px;
	height: auto;
}

h1.titolo {
	font-size: 22px;
	text-align: center;
	color: #7E7E7E;
}

h2.demo {
	font-size: 18px;
	text-align: center;
	color: #f4263a;
	margin-bottom: 10px;
}

div.store {
	width: 50%;
	text-align: center;
	float: left;
}


footer {
	display: block;
	text-align: center;
	font-size: 11px;
	margin-top: 20px;
	width: 100%;
}


@media (max-width: 540px) {
	div.store{
		width: 100%;
		margin: 10px 0;
	}
}

.site-title{
	display: none;
}
