
.menubar-red-bg{
	background:#bd0912 !important;
}

.navbar-dark .navbar-nav .nav-link{
	color:white;
}

.nav-tabs{
	border-bottom:1px solid #bd0912
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	border-color:#bd0912 #bd0912 #fff
}
.nav-tabs .nav-link.active{
	color:#bd0912;
	background:white;
	border-top-width:5px;
}

.tab-content{
	border: 1px solid #bd0912;
    padding: 10px;
    border-top: 0;

}

footer{
	padding:20px;
	margin-top:20px;
	border-top:5px solid #bd0912;
	padding-top:0px;
	
}
footer .container {
	padding-top:20px;
	padding:20px;
}


.menubar-red-bg .container {
	background:#bd0912 !important;
}
.container{
	background:white;
}


footer h3{
	padding-bottom:10px;
	border-bottom:2px solid #333;

}

.link-list{
	list-style:none;
	margin:0px;
	padding-left:0;
}
.link-list li{
	border-bottom:1px dotted;
	padding-bottom:5px;
	margin-bottom:5px;
}
.copyright{
	background:#bd0912;
}
.copyright .container{
	padding:10px;
	margin-bottom:20px;
	background:#bd0912;
	color:white;
}
.copyright .pull-right{
	text-align:right;
}