/* Concourse Theming CSS for APUS */
/* Copyright Intellidemia, Inc. 2007-20 */

/*############################################################################################################################*/
/*##########												Theming CSS												##########*/
/*############################################################################################################################*/

/*################################################################*/
/*#                  Navigation (Main + Footer)                  #*/
/*################################################################*/
.navbar-dark {background-color:#252849;} /* Background should exceed 4.5 contrast ratio against inactive link color of #9da0a2 */
.navbar .dropdown .dropdown-menu .dropdown-item.active, .navbar .dropdown .dropdown-menu .dropdown-item:active, .navbar .dropdown .dropdown-menu .dropdown-item:hover {background-color:#252849;}

/*################################################################*/
/*#                        Feature                               #*/
/*################################################################*/
/* Image must be placed in ../images/ and named inst_access_spread.jpg */

/*################################################################*/
/*#                          Home                                #*/
/*################################################################*/
#home .card .card-header {background-color:#005e98;}

/*################################################################*/
/*#                       Syllabus                               #*/
/*################################################################*/
/* Logo must be placed in custom/images/ and named inst_syl_logo.png */

/* Separators */
.syl-header hr, .syl hr.category-rule {background-color:#005e98;}
.syl .category-icon {color:#1FBAD6;}


/* Colors
	Dark Blue > #252849
	Blue > #005e98
	Light Blue > #1FBAD6
*/
