#content {
	width: 600px;
	margin: 2.5em auto 4em auto;
}

/* Laptop/Tablet (1024px) */
@media only screen and (min-width: 481px) and (max-width: 1024px) and (orientation: landscape) {
	#content { width: 95%; }
}

/* Tablet Portrait (768px) */
@media only screen and (min-width: 321px) and (max-width: 1024px) and (orientation: portrait) {
	#content { width: 95%; }
}

/* Phone Landscape (480px) */
@media only screen and (min-width: 321px) and (max-width: 480px) and (orientation: landscape) {
	#content { width: 95%; }
}

/* Phone Portrait (320px) */
@media only screen and (max-width: 320px) {
	#content { width: 95%; }
}

html {
	background-image: url("images/top.png");
	background-repeat: repeat-x;
}

body {
	font-family: "Roboto", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Helvetica", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 100%;
	color: #444;
	line-height: 150%;
	margin: 20pt;
	padding: 0;
}

a:link, a:visited { color: #00A3C0; }
a:active, a:hover { color: #C000B9; }
p img, li img { vertical-align: middle; }

h1 {
	background-image: url("images/title.png");
	background-repeat: no-repeat;
	height: 82px;
	color: transparent;
	margin-bottom: 1em;
}

h2 {
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	border-color: #f78683;
	border-style: solid;
	text-transform: uppercase;
	font-weight: normal;
	border-width: 1px 1px 6px 1px;
	background-color: #f9a9a5;
	color: #df4d4d;
	font-size: 160%;
	padding: 0.3em 20pt;
	margin-left: -20pt;
	margin-right: -20pt;
}

h3 {
	font-size: 140%;
	font-weight: normal;
}

img.box {
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

div.download {
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	border-color: #B7D590;
	border-style: solid;
	border-width: 1px 1px 6px 1px;
	background-color: #D4F8A4;
	padding: 1px 1.2em;
}

p#copy {
	color: #555;
	text-align: center;
	border-top: 2px dotted #aaa;
	margin-top: 30pt;
	padding: 0.3em 20pt;
	margin-left: -20pt;
	margin-right: -20pt;
}
