/* CSS BELOW CREATED BY LEVI SOFTWARE */

h1{
    text-align: center;
}

#FunctionalBlock1_ctl00_eventPageViewBase_ctl00_ctl00_eventRegistrationTypesView_registrationTypesRepeater_ctl01_regTypeLi > div > span{
    font-weight: bold;
    color: rgba(191,31,19, 1);
}

#FunctionalBlock1_ctl00_eventPageViewBase_ctl00_ctl00_eventRegistrationActions_RegistrationLink_bt {
    background-color: rgba(191,31,19, 1);
    color: white;
}

.registerButton {
    background-color: rgba(191,31,19, 1);
}
/* This removes the Powered by Wild Apricot in the footer */
#idFooterPoweredByWA {display:none;}

/* This hides Registration Closed in events */
.infoRegistrationIsClosed { display: none;}

#FunctionalBlock1_ctl00_eventPageViewBase_ctl00_ctl00_eventListViewSwitcher_calendarModeLink {display:none;}

.top-nav {
    display:flex;
    justify-content: space-between;
    align-items: center;
    justify-items: center;
}
.footer-social {
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-items: center;
}

.bannerbox {border: 3px solid #9e0b0f; border-radius: .5rem; padding:20px; background-color: rgba(191,31,19, .1);
}