body {
	background: url("../images/background.jpg");
	font-size: 16px;
}

.container {
	background-color: white;
	border-radius: 10px;
	margin-top:50px;
	padding: 45px;
	min-height: 600px;
	padding-bottom:15px;
}

.nav-pills {
	margin-top:20px;
}

img.logo {
	width:200px;
	height:200px;
}

img.thumbnail {
	max-width: 150px;
	max-height: 150px;
}

.header {
	margin-bottom: 25px;
}

img {
	margin: 15px;
}

h1 {
	margin-bottom: 30px;
}

.footer.container {
	padding: 0;
	margin-top: 15px;
	color:white;
	background:black;
	min-height: 0;
	background-color: initial;
	margin-bottom: 20px;
}

.footer .row {
	margin-left: 0;
	margin-right: 0;
}

.nav-pills>li.active>a, 
.nav-pills>li.active>a:hover, 
.nav-pills>li.active>a:focus,
.nav>li>a:hover, .nav>li>a:focus,
.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:hover, 
.dropdown-menu>.active>a:focus,
a.list-group-item.active, 
a.list-group-item.active:hover, 
a.list-group-item.active:focus {
	background-color: #D7333C;
	border-color: #D7333C;
	color: white;
}

.alert a {
	text-decoration: underline;
	cursor: pointer;
	color: blue;
}

.alert a:hover {
	cursor: pointer;
}

a,
.nav>li.open>a:focus {
	color: #D7333C;
}

.nav>li.open.active>a:focus {
	color:white;
}

a:hover, 
a:focus {
	color: #6C151A;
}

.form-group .input-group {
	padding: 0 15px;
}

td.table-actions {
	width: 98px;
}

td.table-actions a {
	margin-right: 25px;
}

table.registrations .glyphicon {
	color: LimeGreen;
}

.nav>li>a {
	padding: 10px 10px !important;
}

@media (max-width: 991px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		overflow-x: scroll;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
		-webkit-overflow-scrolling: touch;
	}
}

.table-responsive {
		overflow-y: hidden;
		overflow-x: scroll;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		-webkit-overflow-scrolling: touch;
		width: 100%;
}

@media (min-width:768px){
	.footer .col-sm-3 {
		text-align: right;
	}
}

@media (max-width: 767px) {
	.container {
		padding: 25px;
	}
}

.required {
	color: red;
}

p.quote {
	font-style: italic;
	color: blue;
}

.nav .badge {
background-color: #b94a48;
}

a.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
	color: #b94a48;
}

img.hunter-safety {
	width: 100%;
	max-width: 545px;
}
