body {
    font-family: "Roboto Condensed";
    font-size: 1rem;
    padding-top:88px;
}

h1 {
    color: #2e3192;
    font-family: "Roboto";
    font-weight: bold;
    font-size: 3rem;
    text-align: center;
    text-transform: uppercase;
}

h2{
    color: #cd171e;
    font-weight: normal;
    text-transform: uppercase;
}

a {
    color: #2e3192;
}
a.dropdown-item:active{
    background-color:#cd171e;
}

.btn-primary {
    background-color:#cd171e;
    color:white;
}
.btn-primary:hover{
    background-color:#e41820;
}

.card-body-dark{
    background-color:#004f81;
}
.card-footer-dark{
    background-color:#263640;
}
.card-glow{
    width:375px;
    filter: drop-shadow(0px 0px 2px #fff);
}



div.courseListingTitle{
    color: #2e3192;
    font-family:"Roboto Condensed";
    font-size: large;
    line-height: 1.1;
    margin: 5px 0px;
}



.cyanHighlight{
    color: #00aeef;
    font-family:"Roboto Condensed";
    font-weight:bold;
}

div.eventListingDate{
    color: #2e3192;
    font-size: larger;
    font-weight: bold;
    margin-bottom:5px;
}
div.eventListingLocation{
    color: #2e3192;
    font-size: smaller;
    line-height: 1.1;
    margin: 5px 0px;
}
div.eventListingTitle{
    color: #2e3192;
    font-size:large;
    line-height: 1.1;
    margin: 5px 0px;
}

div.featuredSpecialty{
    border-radius:5px;
    margin-bottom: 25px;
    padding:20px;
}

.div-glow{
    filter: drop-shadow(0px 0px 2px #fff);
    width:100%;
}



.error{
    color:red;
}

footer{
    background-color:#004f81;
    color:white !important;
    font-size:8pt;
    margin-top:25px;
    padding-bottom: 10px;
    padding-top:10px;
}
nav.footerNav a {
    color:white !important;
    font-weight: bold;
    font-size:12pt !important;
}

h1.pageTitle{
    text-align:left;
    padding-bottom:25px !important;
}
.text-primary {
    color:#cd171e !important;
}




