html, body {
	width: 100%;
	height: 100%;
}
body {
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.text-vertical-center {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background: url(../img/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #830000;
}
.text-vertical-center h1 {
	margin: 0;
	padding: 0;
	font-size: 4.5em;
	font-weight: 700;
}/* Custom Button Styles */
.btn-dark {
	border-radius: 0;
	color: #fff;
	background-color: rgba(0,0,0,0.4);
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active {
	color: #fff;
	background-color: rgba(0,0,0,0.7);
}
.btn-light {
	border-radius: 0;
	color: #333;
	background-color: rgb(255,255,255);
}
.btn-light:hover, .btn-light:focus, .btn-light:active {
	color: #333;
	background-color: rgba(255,255,255,0.8);
}
#sidebar-wrapper.active {
	right: 250px;
	width: 250px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}/* Header */
.header-front {
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
	-o-background-size: cover;
}/* Footer */
footer {
	background: #000;
	color: #fff;
	padding: 10px;
}