h1 {
  font-size: 5.5rem;
}

h2 {
  font-size: 4rem;
}

h3 {
  font-size: 2.5rem;
}

h4 {
  font-size: 1.8rem;
}

.text-color-primary, .text-color-primary-hoverable {
  color: #07234A;
}

.text-color-primary-hoverable:hover {
  color: #0e4490;
}

.background-color-primary, .background-color-primary-hoverable {
  background-color: #07234A;
}

.background-color-primary-hoverable:hover {
  background-color: #0e4490;
}

.text-color-secondary, .text-color-secondary-hoverable {
  color: white;
}

.text-color-secondary-hoverable:hover {
  color: #f7f7f7;
}

.background-color-secondary, .background-color-secondary-hoverable {
  background-color: white;
}

.background-color-secondary-hoverable:hover {
  background-color: #f7f7f7;
}

.body-text {
  color: rgb(141, 140, 140);
  font-size: 1.3rem;
}

.dotted {
  list-style-type: disc !important;
}

.divider {
  background-color: #07234A;
  height: 10px;
}

.header {
  color: white;
  background-color: #07234A;
  padding: 0.75rem;
}

.link {
  color: #07234A;
  text-decoration: underline;
}

.link:hover {
  color: #0e4490;
}

.subheader {
  color: #07234A;
  font-weight: bold;
}