/*
    custom.css
    Any site-specific CSS customization should be added to this file.
    This file overrides the defaults in illiad.css, which should not be altered.
*/
.cuny-logo {
		display: flex;
		justify-content: flex-end;
	
}
	
/* This CSS file overrides the white main menu link hover from navbar.scss:256 from stackpath.bootstrapcdn.com
.navbar-dark .navbar-nav .nav-link:hover {
	color: #403E26; which was white previously
}

.navbar-dark, .navbar-nav, .nav-link:hover {
	color: #403E26;
}
*/
/*following code was originally with color:#fff; as listed in https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css
.btn-primary.dropdown-toggle{
	color:#403E26;
	background-color:#0062cc;
	border-color:#005cbf;
}

.navbar-dark, .navbar-nav, .show > .nav-link{
	color: #403E26;
}

.nav-link.dropdown-toggle {
	color: #403E26;
}

#navbarMainMenu:hover {
	color: #0098cf;
}
*/

#navbarNewRequest:hover {
	color: #0098cf;
}

#navbarNewRequest:focus {
	color: #0098cf;
}

#navbarOrderHistory:hover {
	color: #0098cf;
}

#navbarOrderHistory:focus {
	color: #0098cf;
}

#navbarAccountInfo:hover {
	color: #0098cf;
}

#navbarAccountInfo:focus {
	color: #0098cf;
}

/* The following CSS applies to the hover color for the Main Menu and Logoff links in the nav bar*/
.navbar .nav-item .nav-link:hover {
	color: #0098cf !important;
}