.navbar {
    background-image: none;
    background-color: #990000;
    border-width: 0px;
}

.container.content {
	padding-top: 20px;
}

.navbar-nav .nav-link{
	color: white ;
}

.navbar-brand {
	color: white ;
}

.active .nav-link {
	color: black;
}

.navbar-nav .nav-link:hover {
    color: black;
    text-decoration-line: underline;
}

.navbar-brand:hover {
    color: black;
    text-decoration-line: underline;
}

p + ol {
    margin-top: -16px;
}

.footer {
	background-image: URL("https://www.stonybrook.edu/commcms/images/branding/black-rays-full.jpg");
    left: 0;
    bottom: 0;
    width: 100%;
    
    background-size: cover;
    color:white;
    padding-top: 1.46%;
    font-size: 12px;
    margin-top: 12px;
}

.footer a {
    text-decoration: none;
}
.footer a:link, .footer a:visited{
    color: white;
}

.footer a:hover{
	color:white;
}
