a.cta {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Anton", sans-serif !important;
  font-weight: bolder;
}
@media (max-width: 600px) {
  h1.main-title, h2.main-title, h3.main-title, h4.main-title, h5.main-title, h6.main-title {
    font-size: 64px !important;
    line-height: 40px !important;
  }
}
@media (max-width: 600px) {
  h1.main-title-b, h2.main-title-b, h3.main-title-b, h4.main-title-b, h5.main-title-b, h6.main-title-b {
    font-size: 42px !important;
    line-height: 38px !important;
    font-weight: 700 !important;
  }
}
@media (max-width: 600px) {
  h1.date, h2.date, h3.date, h4.date, h5.date, h6.date {
    font-size: 24px !important;
    line-height: 28px !important;
  }
}
@media (max-width: 600px) {
  h1.event, h2.event, h3.event, h4.event, h5.event, h6.event {
    font-size: 28px !important;
    line-height: 28px !important;
  }
}

@media (max-width: 600px) {
  h2 {
    font-size: 40px !important;
    line-height: 54px !important;
  }
}

p, li {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
}

span.under-bold strong {
  text-decoration: underline;
}

.btn-float {
  z-index: 99999;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 20px;
  display: none;
}
@media (max-width: 600px) {
  .btn-float {
    display: block !important;
  }
}

@media (max-width: 600px) {
  section {
    padding: 40px 0 !important;
  }
}

.numberme {
  background-color: palevioletred;
  color: #fff;
  font-weight: 700;
  font-size: 24px !important;
  border-radius: 100px;
  text-align: center;
  min-width: 50px;
  min-height: 50px;
}