/* This file is used for site specific CSS that is requird at the global level.  
 * DO NOT ADD ANYTHING TO THIS FILE.
 * If you have any questions, please contact webmaster@miami.edu
 */

// Red instead of gold
 a.button.orange, button.orange {
     background-color: #830b2c !important;
}
 
// Gold
 a.button.darkorange, button.darkorange {
     background-color: #a39161 !important;
}
 
// Navigation Red ul.darkorange.subnav 
.subnav .active {
    color: black !important;
}
.darkorange {
    color: #830b2c !important; 
}
 
// Text Links on hover red instead of orange
.list ul li a:hover, p a:hover {
    color: #830b2c !important;
}
 
// Tab Links red instead of orange
.interior-text .tabs-title>a[aria-selected=true] {
    color: #830b2c !important;
}