h2 {
font-size: 24px;
}

/* Change Event Titles to larger colored font */

h1 small {
font-size: 38.5px;

font-weight: bold;

color: #299598
}

/* Offset Anchor links due to sticky nav */

a {scroll-margin-top:200px;}

/*Event Reg Button*/
button[name="btnRegNow"] {
    background-color: #730460;
    background-image: none;
}
button[name="btnRegNow"]:hover {
    background-color: #299598;
    background-image: none;
}

/*Hide Blog Images in Sidebar*/
.blog-card .img-holder {
    display: none!important;
}
