body {
	background-image: url('images/bg.jpg');
	background-position: center center;
	background-size: cover;
	color: black;
}
input, option, td, th, li {
	color: black;
}

.btn-primary {
	background: #000;
	color: #ffffff;
	margin: 20px 0;
	border-color: #6f171f;
}
.btn-primary:hover {
	background: #000;
	border-color: #fff;
}
.btn-primary:focus {
	background: #000;
	border-color: #fff;
}
.btn-primary:active {
	background: #000;
	border-color: #fff;
}
.btn-full {
	width: 100%;
}


div.alert {
	margin-top: 10px;
}
.required, .error {
	color: #631a1f;
}

a {
	color: #631a1f;
}
a:hover {
	color: black;
}
.red {
	color: #631a1f;
}


.spacer {
	width: 100%;
	height: 30px;
}
.box-shadow {
	box-shadow: 0px 0px 10px #000;
}

.card {
	margin-bottom: 20px;
}

.text-white th {
	color: white;
}
.text-white td {
	color: white;
}

.bg-dark {
	background: #878b8f !important;
}
.card-header {
	background: #631a1f;
	color: white;
}
.btn-warning {
	background: #631a1f;
	border-color: black;
	color: white;
}
.btn-warning:hover {
	background: #631a1f;
	border-color: white;
	color: white;
}

h2 {
	color: white;
}
footer {
	color: white;
}

a.link {
	text-decoration: underline;
	color: #631a1f;
	cursor: pointer;
}
