.button1 {
    border-radius: 45px !important;
    border-color: transparent !important;
    background-color: #247a5d !important;
}

.footer-bottom {
  background-image: url('/sb1footerimg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  width: 100% !important;
  height: 10vh;
}

@font-face {
    font-family: 'sb1font-regular';
    src: url('/sb1font-regular.otf') format('opentype');
}

body,
footer,
header,
nav,
section,
article,
aside,
h1, h2, h3, h4, h5, h6,
p, span, a, button, label, input, textarea, select {
    font-family: 'sb1font-regular', sans-serif !important;
}

.backgroundgradiant {
    background-image: transparent !important;
    background-image: none !important;
}

.eventintroname {
    color: #FFFFFF !important;
}

.headerSignInButton {
    display: none !important;
}




