html,
body {
	height: 100%;
	font-family: sans-serif;
	color: #fff;
}
body {
	background-image: url('../images/trhc_image_lablady.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #999;
}

.content {
	color: white;
	font-family: sans-serif;
	width: 95%;
	margin: 0 auto;
}

.banner-copy {
	font-size: 3rem;
	text-align: center;
}
img.logo {
	display: block;
	width: 65%;
	margin: 5% auto;
}
.content > .store {
	width: 40%;
	display: inline-block;
	margin: 10px;
	padding: 20px;
}

.store > img {
	width: 100%;
}

.site-menu {
	margin: 0 40px 0 0;
	padding: 30px 0 0 0;
	list-style-type: none;
	position: fixed;
	bottom: 40px;
	right: 0;
}
.site-menu > li {
	display: inline-block;
	font-size: 1.75rem;
	padding-left: 20px;
}

.site-menu > li:hover {
	text-decoration: underline;
	cursor: pointer;
}
.site-menu a {
	color: #fff;
	text-decoration: none;
}

@media (max-width: 1024px) {
	.site-menu > li {
		display: inline-block;
		font-size: 0.8rem;
	}
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	body {
		background-position: bottom right;
	}
	.content > .store {
		width: 80%;
		display: block;
		margin: 5px auto;
		padding: 10px;
	}
	.site-menu {
		background-color: black;
		margin: 0;
		padding: 10px 0 10px 0;
		list-style-type: none;
		position: fixed;
		top: 0;
		bottom: auto;
		left: 0;
	}
	.site-menu > li {
		display: inline-block;
		font-size: 1rem;
		padding-left: 15px;
	}

	.site-menu > li:hover {
		text-decoration: underline;
		cursor: pointer;
	}
	img.logo {
		display: block;
		width: 65%;
		margin: 25% auto 0 auto;
	}
	.banner-copy {
		font-size: 2rem;
		text-align: center;
	}
}
