body {
	width: 100%;
	background-image: url("../images/ts_bg.jpg");
	background-repeat: no-repeat;
	background-position: top right;
}
.start {
	width: 100%;
	display: inline-block;
}
div #status-is p {
	margin: 0 auto;
	margin-top: -360px;
	width: 333px;
	text-align: center;
	font-size: 1.3rem;
	font-weight:bold;
	color: #C60157;
	z-index: 100;
}
h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1.5rem;
}
h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1.3rem;
	font-weight:bold;
	color: #C60157;
	margin-bottom: 40px;
}
h3 {
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
	font-size: 2rem;
	font-weight: 300;
	text-align: center;
	margin-bottom: 40px;
}
h4 {
	color: #0EA5A1;
}

#word-play {
	letter-spacing: 3px;
}
#start {
	margin-bottom: 40px;
}
img {
	max-width: 100%;
	height: auto;
}
div.records {
	margin: 0 auto;
	margin-top: 135px;
	height: 340px;
}
.record {
	margin: 0 auto;
}
img.record {
	max-width: 333px;
	max-height: 333px;
}
.container {
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}

/* footer */
html {
	position: relative;
	min-height: 100%;
}

/* Margin bottom by footer height */
body {
	margin-bottom: 60px;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px; /* Set the fixed height of the footer here */
	line-height: 50px; /* Vertically center the text there */
	background-color: #f5f5f5;
	text-align: center;
}
