html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.event-response-badge {
    display: flex;
    align-items: center;
    place-content: center;
    height: 100%;
    width: 100%;
    height: 2.375rem;
    font-size: 1rem;
    font-weight: normal;
}

.participant-container {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.participant-row {
    margin-bottom: 1rem;
}

.full-width-btn {
    width: 100%;
}

.events-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.event-box {
    border: 1px solid #dee2e6;
    padding: 1.5rem;
    border-radius: 1rem;
}

.respond-to-invitation-btn {
    width: 14rem;
}

.large-check-box {
    height: 1.5rem;
    width: 1.5rem;
}