<style>
* {
    margin: 0;
}
html, body {
	margin: 0;
    height: 100%;
	font-family: sans-serif;
}
html {
	background-color: rgba(100, 150, 210, 1);
    background: url(OSBackground.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
ul {
	padding: 0;
	font-size: 110%;
}
.asidelist {
	text-align: left;
	margin-left: 2em;
}
li {
	list-style-type: none;
}
h4 {
  	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 150%;
	text-decoration: underline;
}
@font-face {
	font-family: "STX";
	src: local("STXInwei"),
		url("STXinwei.ttf");
}
@font-face {
	font-family: "Pro";
	src: url(Laffayette_Comic_Pro.ttf);
	font-size: 10%;
}
.wrapper {
    min-height: 100%;
    text-align: center;
    margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
}
.header, .subtitle {
	font-size: 500%;
	color: white;
	text-align: center;
}
.header {
	background: none;
	vertical-align: top;
	padding: 3vh 10vw 3vh 10vw;
	font-family: "STX";
	text-shadow: 5px 5px rgba(0, 0, 0, 0.1);
}
.subtitle {
	font-size: 200%;
	margin: 0 auto;
	font-family: "Pro";
	text-shadow: 4px 4px rgba(0, 0, 0, 0.1);
}
.nav, .aside, .calloutpadder {
	background-color: rgba(109, 173, 223, 0.7);
	border-top: 1px rgba(255, 255, 255, 0.2) solid;
	border-bottom: 2px rgba(0, 0, 0, 0.1) solid;
	margin-top: -1px;
	margin-bottom: -2px;
	box-shadow: 15px 15px 15px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}
.nav, .aside {
	line-height: 20px;
	padding: 4vh 2vw;
	text-align: center;
	max-width: 50vw;
	font-family: "STX";
}
.navpadder, .asidepadder, .bigimage, .bigleftimage {
	display: inline-block;
	vertical-align: middle;
	padding: 3vh 5vw;
}
.navpadder {
	/*padding: 5vh 3vw;*/
	margin-left: auto;
}
.aside {
	overflow: auto;
}
.asidepadder {
	/*padding: 5vh 3vw;*/
	overflow: auto;
}
.callout {
  	padding: 2vh;
	text-align: center;
	width: 50vw;
	padding: 3vw auto 3vw auto;
	min-height: 50%;
	font-size: 80%;
	font-family: "Pro";
}
.calloutpadder {
	display: inline-block;
	margin: 0.5vh 0.5vw;
	padding: 0.5vh 1vw;
	padding-bottom: 1.5vh;
}
.footer, .push {
    height: 30px; /* .push must be the same height as .footer */
    clear: both;
}
.footer {
	text-align: center;
	background-color: black;
	color: white;
	text-align: center;
}
.center {
	text-align: center;
}
.bigimage, .bigleftimage {
	max-width: 5vw;
    max-height: 50vh;
	/*padding: 0 10vw 0vh 10vw;*/
}
.bigimage {
	margin-right: auto;
}
.bigleftimage {
    margin-left: auto;
}
.smallimage {
	height: 1em;
	width: auto;
	padding: 0px 2vh 0px 0px;
}
.biggertext {
	font-size: 130%;
	margin: 0;
	margin-bottom: 1em;
}
.waybiggertext {
	font-size: 140%;
}
.insettext {
	font-size: 40%;
	margin-top: -35px;
	text-shadow: 3px 3px rgba(0, 0, 0, 0.1);
}
.toptext {
	vertical-align: top;
}
.nobottommargin {
	margin-bottom: 0;
}
.left {
    float: left;
}
.right {
    float: right;
}
</style>
