
.text-element {
  max-width: 520px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.widest-element {
  max-width: 780px;
  margin: 0 auto;
  /* margin-bottom: 10px; */
}

.image-element {
  max-width: 780px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.modal-header, .modal-footer {
  border: none;
}


.spacer1 {
  margin-bottom: 20px;
}

.spacer2 {
  margin-bottom: 40px;
}


/* overwrite h tag sizes */
h1 { font-size: 2rem; }
h2 { font-size: 1.75rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.25rem; }
h5 { font-size: 1.1rem; }
h6 { font-size: 1rem; }
