html, body { min-height: 100%; }

body {
	background-color: #111111;
	background: url(../images/background.jpg) no-repeat fixed center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: Arial;
}

img {
  max-width: 100%;
}

.btn.btn-default {
  border-radius: 0px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
  border-width: 0px;
  background-color: #424242;
}
.btn.btn-default span .fa {
  color: #f44336;
}

.title {
  font-family: sans-serif;
  font-weight: bolder;
  color: #ffffff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
}

.content {
  background-color: #ffffff;
  padding-top: 15px;
}

.content .banner {
  margin-bottom: 15px;
}

.content .banner img.banner-image {
  min-width: 100%;
  height: auto;
}

.content .banner .block img {
  max-height: 200px;
  width: auto;
}

.content .block { margin-bottom: 15px; background-color: #eeeeee; }

.content .block img.full-width { min-width: 100%; }

.content .block h3.block-title {
	color: #000000;
	background-color: #f7c818;
	padding: 8px 5px 0px;
	margin: 0px;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0);
	font-size: 20px;
}

.content .block .block-content {
  padding: 5px 10px;
}

footer.footer {
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
}

footer.footer h1 {
	font-family: sans-serif;
	font-weight: bolder;
	font-size: 21px;
	color: #ffffff;
}

footer.footer h2 {
	font-family: sans-serif;
	font-weight: bolder;
	font-size: 21px;
	color: #ffffff;
}

footer.footer p,
footer.footer li {
  color: #F5F5F5;
}

footer.footer a,
footer.footer a:hover,
footer.footer a:active,
footer.footer a:visited {
  text-decoration: none;
  color: #ffffff;
}

.h1 {
	font-family: sans-serif;
	font-weight: normal;
	font-size: 5px;
	color: black;
}