html {
	font-size: 62.5%;
}

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
}

html {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

body {
	position: relative;
	color: #fff;
	font-family: 'Satisfy', cursive;
	font-size: 16px;
	text-align: center;
	/* background: url('../images/bg.jpg') no-repeat center center fixed; */
	background-color: #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
}

/* Hide stage content until curtains/critical assets are ready */
body:not(.content-ready) #main {
	visibility: hidden;
}

a,
a:focus {
	color: inherit;
	outline: 0;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a:active {
	filter: alpha(opacity=10);
	-khtml-opacity: 0.1;
	-moz-opacity: 0.1;
	opacity: 0.1;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

img {
	max-width: 100%;
	width: auto\9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

hr {
	width: 50px;
	margin-top: 30px;
	margin-bottom: 35px;
	border: 0;
	border-top: 2px solid #fff;
	box-shadow: 2px 2px 2px #000;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	line-height: 1;
}

h1 {
	font-size: 48px;
	text-shadow: 2px 2px 4px #000;
}
