/* Adjust the text size for the custom element */
@media only screen and (max-width: 720px) {
  #section-6359551 > div > div > div.element-groups.Component-elementGroups-0-2-1 > div > div > div > p:nth-child(3) > span{
    font-size: 38px !important;
  }
}


/*remove grey overlay from event header*/
#section-6349153 > div {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url(https://vastphotos.com/files/uploads/photos/10749/us-capitol-building-photo-print-l.jpg?v=20220712043521) !important;
}

/* Hide Website Footer */
footer { 
    display: none; 
} 
.main-view.footer-padding, 
.editor-home-page.footer-padding { 
    padding-bottom: 0px; 
}

/*Have Register Button Change Color When Hovering Over It*/
button.atom-main.btn.btn-success.btn-register:hover {
background-color: white;
color: black;}

/* Nav bar Font Change */
.nav-menu-btn.custom-color.color-5.color-1-border.color-1-hover.color-1-selected {
  text-transform: none !important;
  font-family: Roboto, sans-serif;
}













