/*
    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..
*/

.logo { 
  width: 800px; 
  padding: 5px 0px 25px 0px; 
}


/* Override Bootstrap's text-muted color for accessibility */
.text-muted {
    color: #000000 !important;
}

/* Override gray text in transaction cards for accessibility */
.card-subtitle.text-muted,
.field.text-muted {
    color: #000000 !important;
}



/* Change the button color in Main Menu to be the Delgado green #006854 */
.btn-primary {
    background-color: #006854;
    color: #fff;
    margin: 10px 5px 10px 0;
}

.btn-primary:disabled {
    background-color: #006854;
}

.btn-secondary {
    background-color: #e2e3e5;
    color: #006854;
    margin: 10px 5px 10px 0;
}

/*change color of icons on Main Menu page to Delgado green */
   .header-special .fas {     color: #006854; }

/*These are CSS styling classes for the navigation bar*/
/*change background color of Main Menu to be the Delgado green #006854 */
	nav.main-navbar {
     background-color: #00402a !important;
     color: #000;
     padding: 5px;
     font: bold 26px 'Open Sans', sans-serif;
     font-kerning: auto;
}
