#jumbotron{
	margin-bottom: 0rem;
}

.jumbotron {
	padding: 0.5rem 0.5rem 0.2rem 0.5rem;
	background-image: url("https://jprod.westernu.edu/cloud/dashboard-resources/images/black_bg.png"); 
	background-size: cover;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center,center;
	
}

#wu_logo { margin:auto; max-width: 100%;height: auto; display: block; }

h1.wuheader{
    color: #fff;
    font-size: 2.32em;
    font-family:  Century Gothic,"Footlight MT Light","Bodoni MT Condensed",Georgia;
    text-align:right;
    font-weight:normal;
	padding: 11px 25px 0px 0px;
}
#copyright {
	background-color: #120000;
	text-align: center;
	font-size: 75%;
	color: white;
	padding: 5px 0;
}
#copyright>p{
	margin:0px;
}
#copyright>p>a {
	color: white;
}

.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% 'Muli', sans-serif;;
	font-weight:normal;
	padding: .5em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
    text-decoration: none;
	
}
.button:active {
	position: relative;
	top: 1px;
}
.nav {
   background-color: #444444;
   padding:6px;
   height:36px;
}
.nav-link {
    display: block;
    color: #fff;
}

.nav-pills .nav-link {
    border-radius:0px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #d14d28;
	height:23px;
}
.nav-pills .nav-link, .nav-tabs .nav-link  {
	padding: 0px 8px 0px 8px;
    font-size: 16px;
    font-weight: 300;
	height:23px;

}
.nav-item {
		border-radius: 0px;
		border-width: 1px;
		border-style: solid;
		background-color: #444;
		border-color: #61605f;
        }
