* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}
h1 {
	color: #808080;
	font-size: 50px;
	margin: 15px 0;
}
h3 {
	color: #808080;
	font-size: 20px;
	margin: 15px 0;
}
h4 {
	color: #C0C0C0;
	font-size: 13px;
	margin: 15px 0;
	font-weight: normal;
}
a {
	color: #A0A0FF;
	text-decoration: none;
}
a:hover {
	color: #8080FF;
	text-decoration: underline;
}
button {
	font-size: 25px;
	font-weight: bold;
	padding: 7px;
	margin: 15px 0;
}
.small {
	font-size: 25px;
}
@media only screen and (max-width: 500px) {
	body {font-size: 28px; }
	h1 { font-size: 35px; }
	h3 { font-size: 14px; }
	button { font-size: 18px; }
	.small { font-size: 18px; }
}
#social {
	position: absolute;
	text-align: left;
	margin: 10px;
	bottom: 0;
	left: 0;
}
#share-fb, #share-tw, #share-gp, #share-rd {
	margin: 0;
	padding: 0;
	height: 35px;
	line-height: 35px;
}