html {
	height: 100%;
	width: 100%;
}
body {
	margin:0px 0px;
	min-height: 100%;
	font-family: 'Montserrat', sans-serif;
	background: url('../img/grgbck.jpg') center;
}
h1 {
	padding: 1em 0em 0em 0em;
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	text-align: center;
	margin-bottom: 0;
}
h1 span {
	font-weight: 400;
	display: block;
	font-size: 23px;
	margin-top: 10px;
}
h2 {
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	margin-bottom: 3em;
	font-weight: 400;
	margin-top: 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
h3 {
	font-size: 16px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	text-align: center;
	color: #fff;
	font-weight: 600;
  margin-bottom: 30px;
}
h3:after {
	margin-top: 10px;
	border-bottom: 2px dashed #333;
	content: "";
	width: 100%;
	display: block;
	margin: 0px auto;
  margin-top: 10px;
}
xmp {
	margin: 25px 0;
	border-radius: 4px;
	padding: 0px 5px 15px;
	background: #fff;
	color: #000;
	white-space: pre-line;
	display: flex;
}
code {
	background: #46bb16;
	color: #fff;
	padding: 0 2px;
}
#wrapper {
	width: 100%;
	max-width: 550px;
	margin: 0 auto;
	color: #fff;
}
.audioplayer {
	margin-bottom: 6em;
}
ul {
	list-style: decimal;
	padding-left: 15px;
}
footer {
	text-align: center;
	color: #fff;
	padding: 10px 0;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	background: #173f60;
	font-size: 14px;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	color: #EC5F24;
	text-decoration: none;
	-moz-transition: all 0.15s linear;
	-webkit-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;	
}
@media only screen and ( max-width: 32.5em ){
	body {
    padding: 0px 8px;
    margin-top: -27px;
		-webkit-box-shadow: inset 0 0 9.375em rgba( 0, 0, 0, .5 ); 
		-moz-box-shadow: inset 0 0 9.375em rgba( 0, 0, 0, 5 ); 
		box-shadow: inset 0 0 9.375em rgba( 0, 0, 0, .5 );
		overflow-x: hidden;
	}
	#wrapper {
		height: auto;
		position: static;
	}
}