/* default layout for all devices */
body {
	/* background: #f7f7f7 url(/upgrade/noise-2.png) repeat; */
	background:#FFF;
	font-family: Arial,Helvetica,SansSerif;
	font-size: 16px;
	color: #3A3A3A;
}
h1, h2, h3 {
	color: #0189A7; /* text accent color */
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
a {
	text-decoration: none;
}
h1, h2, h3, p {
	margin-bottom: 20px;
}
.logo img {
	max-height: 100px;
	max-width: 100%;
	width: auto;
	mix-blend-mode: multiply;
}
.upgrade {
	margin: 30px auto;
	padding: 140px 50px;
	max-width: 800px;
}

.content {
	width: 100%;
}

.footer {
	display: none;
	color: #949494;
	font-size: 11px;
	position: relative;
	float: right;
	text-align: right;
	margin: 60px auto 10px auto;
}
.footer img {
	vertical-align: middle;
}
.footer a {
	color:#8a8a8a;
}

/* phone layout */
@media screen and (max-width : 640px) {
	.upgrade {
		background: none;
		padding: 20px;
		width: auto;
	}  
	.content {
		width: auto;
	}
}