/* Modified from a template for neocities.org websites created by Scott O'Hara at http://scottohara.neocities.org/ */
body {
	font-size: 100%;
	font-weight: normal;
	font-family: Georgia, Verdana;
	margin: 0;
	background: #fafafa;
	color: #333;
	padding: 0;
}

header, main, footer {
	display: block;
}

.header-s {
	font-size: 3em;
	background-color: #222;
	padding: 10%;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0 ,0, .3);
	box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.25);
}

header a, footer a {
	color: #a0a8ff;
	font-weight: bold;
	text-decoration: none;
}

.header-s h1 {
	color: #e5c100;
	font-size: 2.0em;
	font-weight: normal;
	margin: 0 0 15px;
}

.header-s p {
	margin: 0;
}

hr {
	background: none repeat scroll 0 0 #ddd;
	border: 0 none;
	color: #ccc;
	height: 1px;
}

main {
	padding: 3% 10%;
	font-size: 1.6em;
	border-top: 3px solid #f1eee7;
	border-bottom: 3px solid #f1eee7;
	line-height: 1.3;
}

main a {
	color: #3647ff;
	font-weight: bold;
	text-decoration: none;
}

main a:hover {
	color: #b49c00;
}

main side {
	color: #aeaeae;
}

footer {
	padding: 20px 10%;
	text-align: center;
	font-size: 1.2em;
	background-color: #222;
	padding: 10%;
	color: #eee;
}

@media (max-device-width:480px), screen and (max-width:760px) {
  body {
	  font-size: 86%
	}
}
