html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
  height: 100%;
}

body {
  font-family: Lato, sans-serif !important;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}

.btn-default {
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #0C2E5F;
  text-decoration: none;
  font-size: 1rem !important;
  letter-spacing: .2px;
  font-weight: 700;
  color: #fff;
  border-radius: 25px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.logo {
  max-width: 100px;
  max-height: 100px;
  display: block;
  margin: 0 auto;
}

.btn-default:hover {
  text-decoration: underline;
  color: #fff;
}

.header {
  margin-bottom: 2rem !important;
}

.footer {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.black-link {
  color: #000;
}

.header-img-wrapper {
  position: absolute;
  bottom: 0;
}

.banner {
  width: 100%;
}

.header-background {
  background-color: #000000;
  height: 15vh;
  display: block;
  position: relative;
}

.main-padding {
  padding-left: 30px;
  padding-right: 30px;
}

.bad-badge {
  text-align: center;
  border-radius: 25px;
  background-color: #FAEFEC;
  color: #AF3D1A;
  font-weight: 700;
  margin: 2rem;
  max-width: 20rem;
}

.good-badge {
  text-align: center;
  border-radius: 25px;
  background-color: #D8E3DC;
  color: #336747;
  font-weight: 700;
  width: fit-content;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: auto;
}

h5 {
  font-weight: 700;
}

h1 {
  font-size: large;
  font-weight: 700;
}

.tor-heading {
  font-weight: 700;
  font-size: calc(0.8rem + 2.1vw);
  line-height: 1.2;
}

.tor-heading-s {
  font-weight: 700;
  font-size: calc(0.5rem + 2.1vw);
  line-height: 1.2;
}

.flower {
  width: 40px;
  padding-top: 0.5rem; padding-bottom: 0.5rem;
}

.register-link {
  color: #fd7e14;
  font-weight: 700;
  text-decoration: none;
}

.inline-child {
  display: inline-block;
  vertical-align: middle;
}

.number-circle {
  border-radius: 50%;
  width: 32px;
  display: block;
  height: 32px;
  padding: 8px;
  margin: 16px;
  background: #D7D7D7;
  color: #616161;
  text-align: center;
  font: 16px Arial, sans-serif;
  font-weight: 700;
}

#qrcode {
  justify-content: center;
  display: flex;
}