/*
    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.
*/

/* UGA Custom Branding */

/* Navbar */
.navbar {
    background-color: #004E60 !important;
}
.navbar .nav-link,
.navbar .navbar-brand,
.navbar .dropdown-toggle {
    color: #FFFFFF !important;
}

/* Primary Buttons */
.btn-primary {
    background-color: #BA0C2F !important;
    border-color: #BA0C2F !important;
    color: #FFFFFF !important;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: #004E60 !important;
    border-color: #004E60 !important;
    color: #FFFFFF !important;
}

/* Secondary Buttons */
.btn-secondary {
    background-color: #004E60 !important;
    border-color: #004E60 !important;
    color: #FFFFFF !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
    background-color: #BA0C2F !important;
    border-color: #BA0C2F !important;
    color: #FFFFFF !important;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
    color: #000000;
}

/* Body Text */
p, ul, ol, li {
    color: #3b3b3b;
}
