.em-top-1-5 {
  margin-top: 1.5em;
}

.card-body {
  text-align: center;
}

.contact-div {
  margin-top: 3em;
}

.footer-div {
  border-top: solid 1px grey;
  margin-top: 3em;
}

.jumbotron-bg {
  background-color: white;
  padding: 0;
}

.logo-div {
  margin-top: 1.5em;
}

.section-div {
  margin-top: 3em;
}

.btn-icon {
  padding: 0 !important;
}

html {
  background: #FAFDFF;
}

main {
  min-height: 100vh;
}

/* Desktop/H1 */
h1 {
  color: var(--desktop-hrb-turqoise, #188CA3);
  font-size: 56px;
  font-weight: 600;
  line-height: normal;
}

/* Desktop/Subheadline */
.hrb-subheadline {
  color: var(--desktop-night-black, #0A0A0A);
  font-size: 21px;
  font-weight: 400;
  line-height: normal;
}

/* Desktop/H2 */
h2 {
  color: var(--desktop-delf-blue, #21325B);
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
}

.hrb-blue {
  color: var(--desktop-delf-blue, #21325B);
}

.hrb-grey {
  color: var(--desktop-grey, #4D5557);
}

/* Desktop/H3 */
h3 {
  color: var(--desktop-night-black, #0A0A0A);
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
}

/* Desktop/Caption */
.hrb-caption {
  color: var(--desktop-munsell-blue, #188CA3);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

/* Desktop/Paragraph */
p {
  font-size: 16px;
  font-weight: 400;
}

a.nav-link {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

/* Theme.min.css override */
.navbar-light .navbar-nav .nav-link {
  color: #000;
}

.card {
  ::selection {
    background-color: var(--desktop-munsell-blue, #188CA3);
  }
}

/* An elegant way to break out of the parent Bootstrap container */
.container-wide {
  width: 100vw;
  position: relative;
  left: calc(-1 * (100vw - 100%) / 2);
}
