.bg-lightblue {
  background-color: #b8def1;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

h4,
h5,
h6 {
  font-size: 1rem;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.font-xs {
  font-size: 0.9rem;
}

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

.font-md {
  font-size: 1.5rem;
}

.font-lg {
  font-size: 2rem;
}

.font-lg-2 {
  font-size: 2.5rem;
}

.font-xl {
  font-size: 3rem;
}

.img {
  max-width: 100%;
}

.link {
  text-decoration: underline !important;
  font-weight: bold;
  cursor: pointer;
}

.icon-text {
  height: 1rem;
  width: 1rem;
  max-width: 100%;
}

.border-radius-full {
  border-radius: 100%;
}

.box-shadow-md-down {
  box-shadow: 0 5px 7px black;
}

* {
  font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
}

#header .logo {
  max-height: 7.5rem;
}

