[v-cloak] {
  opacity: 0;
  display: none;
}

.font-sm {
  font-size: 0.85rem
}

#hero {
    background-image: url(../imgs/hero/purple.svg);
    background-size: cover;
    min-height: 80vh;
    padding-bottom: 0;
}

main {
  min-height: 75vh;
}

.modal {
  display: block;
}

.h2, h2 {
  font-size: 1.5rem;
}

.font-sm h2 {
  font-size: 1.25rem;
}

h2 span {
    font-size: 0.8rem;
}

.h3, h3 {
  font-size: 1.25rem;
}

.font-sm h3 {
  font-size: 1rem;
}