/* Concourse Theming CSS for Central Alabama Community College */
/* Copyright Intellidemia, Inc. 2007-25 */

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

/*################################################################*/
/*#                  Navigation (Main + Footer)                  #*/
/*################################################################*/
.navbar-dark {background-color:#052d50;} /* 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:#052d50;}

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

/*################################################################*/
/*#                          Home                                #*/
/*################################################################*/
#home .card .card-header {background-color:#0076D8;}

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

/* Separators */
.syl-header hr, .syl hr.category-rule {background-color:#A1A1A1;}
.syl .category-icon {color:#F4D06D;}


/* Colors
	Blue > #052d50
	Yellow > #F4D06D
	Gray > #A1A1A1
*/
