.header {
	background-color: #990000;
}

.header ul{
	list-style-type: none;
	padding-left: 0px;
}

.header li{
	display: inline;
	margin: 10px;
}

.header a{
	text-decoration: none;
	color: #ffffff;
}

.body-text{
	color: #990000;
}

.body-text h1{
	color: #990000;
}

.footer {
  	text-decoration: none;
  	background-color: #990000;
  	color: #ffffff;
  	position: fixed;
  	bottom: 0;
  	left: 0;
  	width: 100%;
  	padding-top: 10px;
}

.footer ul{
	list-style-type: none;
	padding-left: 0px;
}

.footer li{
	display: inline;
	margin: 10px;
}

.footer a{
	text-decoration: none;
	color: #ffffff;
}

.banner {
	height: 500px;
	padding-top: 200px;
}

.hr {
	background-color: #990000;
	height: 5px;
}

.hr2 {
	background-color: #990000;
}

.card-body{
	color: #990000;
	text-align: center;
}

.card a{
	text-decoration: none;
}