div#main-site {
	display: none;
}

div#mobile-site {
	display: block;
	width: 100%;
	min-width: 320px;
	color: #fff;
	background: url('images/mobile-bg.jpg') top center;
	background-size: cover;
}

div#mobile-site a {
	color: #fff;
}

h1 {
	margin-bottom: 10px;
	padding-top: 12px;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	text-align: center;
}

div.big p {
	margin-bottom: 4px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

div.small p {
	margin-bottom: 0;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}

div.mobi-social {
	margin: 0 auto;
	margin-bottom: 10px;
	padding-top: 6px;
	padding-left: 215px;
	width: 85px;
}

a.mobi-facebook {
	display: block;
	width: 24px;
	height: 24px;
	background: url('images/icon-facebook.png') no-repeat top left;
	float: left;
}

a.mobi-instagram {
	display: block;
	margin-left: 4px;
	width: 24px;
	height: 24px;
	background: url('images/icon-instagram.png') no-repeat top left;
	float: left;
}

a.mobi-twitter {
	display: block;
	margin-left: 4px;
	width: 24px;
	height: 24px;
	background: url('images/icon-twitter.png') no-repeat top left;
	float: left;
}

div.mobi-logo {
	margin: 0 auto;
	margin-bottom: 5px;
	width: 300px;
	height: 118px;
	background: url('images/high-five-logo.png');
	background-size: 300px 118px;
}

div.mobi-updates, div.mobi-hours, div.mobi-directions, div.mobi-contact {
	margin: 0 auto;
	margin-bottom: 8px;
	padding: 0 20px 15px;
	width: 260px;
	background: rgb(57, 63, 66);
	background: rgba(57, 63, 66, 0.6);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}

div.mobi-footer {
	margin: 0 auto;
	margin-top: 20px;
	padding-bottom: 30px;
	width: 300px;
	font-size: 11px;
	text-align: center;
}

div.mobi-footer a {
	font-family: georgia, serif;
}