body {
	background: #463e31;
	background-size: cover;
	color: #efefd6;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

html {
	width: 100%;
	height: 100%;
}

a {
	color: #fff;
}

h1 {
	color: #fff;
	font-family: 'Great Vibes', cursive;
	font-size: 70px;
}

h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	border-top: 1px solid #71695c;
	border-bottom: 1px solid #71695c;
	line-height: 30px;
	margin-bottom: 6px;
}

h2 a {
	background: #efefd6 url(../images/enter-site-arrow.png) no-repeat 10px center;
	color: #463e31;
	padding: 0 10px 0 40px;
}

h2 a:hover {
	color: #463e31;
}

@media (min-width: 768px) {
	h2 {
		font-size: 16px;
	}
}

a:hover,
a:focus {
	text-decoration: none;
}

.landing-block {
	margin-top: 15px;
}

.landing-box h1 {
	margin: 15px 0 45px;
}

.landing-box img.img-responsive {
	background-color: #efefd6;
	padding: 12px;
}

.landing-box .content-block {
	font-size: 12px;
	margin-top: -30px;
} 

.landing-box ul {
	border-bottom: 1px solid #71695c;
	padding-bottom: 5px;
	margin-left: 0;
	text-align: center;
}

.landing-box ul li {
	display: block;
}

.landing-box ul li:first-child {
	padding-left: 0;
}

.landing-box-footer {
	background: #efefd6;
	color: #463e31;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.landing-box-footer ul {
	padding: 10px;
	margin-left: 0;
	text-align: center;
}

.landing-box-footer ul li {
	background: url(../images/landing-box-footer-list-item.png) no-repeat 2px center;
	display: inline;
	font-size: 12px;
	padding:0 0 0 12px;
}

@media (min-width: 768px) {
	.landing-box {
		border: 1px solid #71695c;
		padding: 30px 30px 0;
		margin-top: 30px;
	}
	.landing-box h1 {
		margin: 15px 0 0;
	}
	.landing-box .content-block {
		padding-left: 53px;
	}
	.landing-box .content-block {
		padding-left: 53px;
	}
	.landing-box ul {
		text-align: left;
	}
	.landing-box ul li {
		display: inline-block;
	}
	.landing-box ul li.tourism-grading-item {
		float: right;
	}
	.landing-box-footer ul {
		padding:0 0 0 83px;
		text-align: left;
	}
	.landing-box-footer ul li {
		display: inline-block;
	}
	.landing-box-footer ul li:first-child {
		background: none;
		padding: 0;
		margin: 0;
	}
}