/* For Font Families, Font Colors and Background Colors */
.icon-start-gray:before {
    font-style: normal;
    color: gray;
    text-decoration: none;
    margin-right: .25em;
}

.icon-start-black:before {
    font-style: normal;
    color: #000;
    text-decoration: none;
    margin-right: .25em;
}

.icon-end-black:before {
    font-style: normal;
    color: #000;
    text-decoration: none;
    margin-left: .25em;
}

.icon-start:before {
    font-style: normal;
    text-decoration: none;
    margin-right: .25em;
}

.icon-end:before {
    font-style: normal;
    text-decoration: none;
    margin-left: .25em;
}

.ff-pfd {
    font-family: "Playfair Display", Georgia, serif;
}

.ff-dc {
    font-family: "din-condensed", Arial, sans-serif;
}

.ff-arial {
    font-family:  Arial, sans-serif;
}

.onu-purple, .onu-purple:link, .onu-purple:visited, .onu-purple:active,
.onu-purple a:link, .onu-purple a:visited, .onu-purple a:active {
    color: #48206E;
}

a.onu-purple-hover:hover, .onu-purple-hover a:hover{
    color: #48206E!important;
}

.onu-gold, .onu-gold:link, .onu-gold:visited, .onu-gold:active,
.onu-gold a:link, .onu-gold a:visited, .onu-gold a:active {
    color: #FDB913;
}

a.onu-gold-hover:hover, .onu-gold-hover a:hover {
    color: #FDB913!important;
}

.onu-gold-active :active {
    color: #FDB913!important;
}

.olivet-online, .olivet-online:link, .olivet-online:visited, .olivet-online:active,
.olivet-online a:link, .olivet-online a:visited, .olivet-online a:active {
    color: #9EB58F;
}

.olivet-online-hover a:hover {
    color: #9EB58F!important;
}

.onu-warning, .onu-warning:link, .onu-warning:visited, .onu-warning:active,
.onu-warning a:link, .onu-warning a:visited, .onu-warning a:active {
    color: #DD3C27;
}

.onu-warning-hover:hover, .onu-warning-hover a:hover {
    color: #DD3C27!important;
}

.white, .white:link, .white:visited, .white:active,
.white a:link, .white a:visited, .white a:active {
    color: #FFF;
}

.white-hover:hover, .white-hover a:hover {
    color: #FFF!important;
}

.black, .black:link, .black:visited, .black:active,
.black a:link, .black a:visited, .black a:active {
    color: #000;
}

.black-hover:hover, .black-hover a:hover {
    color: #000!important;
}

.bg-onu-purple {
    background-color: #48206E;
}

.bg-onu-gold {
    background-color: #FDB913;
}

.bg-onu-warning {
    background-color: #DD3C27;
}

.bg-main-nav {
    background-color: #EFEFEF;
}

.bg-footer {
    background-color: #28282A;
}

.bg-card-gray {
    background-color: #C0C0C0;
}

.border-card-gray {
    border-color: #C0C0C0;
}

.border-inputgray {
    border-color: #6c757d;
}

.border-olivet-online {
    border-color: #9EB58F;
}

.links-decoration-none a, a.links-decoration-none {
    text-decoration: none;
}

.blinks a:hover {
    background-color: #838383;
    border-radius: 15px;
    padding: 2px 2px;
}

.text-shadow-1 {
  text-shadow: 1px 2px #00000080;
}

.text-shadow-2 {
  text-shadow: 2px 3px #00000080;
}
