body{
	background-image: url("../images/bkgnd.jpg");
}
.header-bg {
	background-color: #5e0f2c;
}
.navbar {
	background-color: #5e0f2c;
}
.nav-link {
	color: white;
}
.nav-link:visited{
	color: whitesmoke;
}
.nav-link:hover{
	color: yellow;
}
.affix {
	top: 0;
	width: 100%;
	z-index: 9999 !important;
}
.affix + .container-fluid {
	padding-top: 70px;
}
.align-right{
	text-align: right;
}
.footer-bg {
	background-color: #5e0f2c;
}
.jumbotron {
	background-image: url("../images/bkgnd.jpg");
}
nav.navbar {
margin-bottom: 10px;
}
.form-check {
	margin-bottom: 10px;
}
.img-sml {
	width: 150px;
	height: auto;
}
.img-big {
	width: 400px;
	max-width: 100%;
	height: auto;
}
.card-title {
margin-top: 3px;
margin-bottom: 5px;
}
.card-text {
margin-top: 0px;
margin-bottom: 0px;
}
.btn-maroon {
	background-color: #5e0f2c;
	color: white;
}
.btn-maroon:visited{
	color: whitesmoke;
}
.btn-maroon:hover{
	color: yellow;
}
.btn-secondary {
	color: white;
}
.btn-secondary:visited{
	color: whitesmoke;
}
.btn-secondary:hover{
	color: yellow;
}
.border-maroon {
	color: #5e0f2c;
}

