.box-image-text .image {
  min-height: 190px;
  max-height: 190px;
}

.box-image-text .image img {
  max-height: 190px;
  margin: auto;
}

.box-simple {
  min-height: 230px;
}

.center-gif {
  display: block;
  margin: 1rem auto;
  max-width: 800px;
  width: 100%;
  height: auto;
}

.align-right {
  text-align: right;
}

mark {
  background-color: yellow;
  padding: 0 0.1em;
}

.reading-font {
  font-size: 16pt
}

/* html {
  font-size: 120%;
}

body {
  font-size: 1rem;
}

p,
.lead,
.box-simple p,
.home-carousel p,
.bar p,
.testimonials p,
.post-content p {
  font-size: 1.05rem;
}

h1 {
  font-size: 2.2rem;
}

h2 {
  font-size: 1.8rem;
}

h3 {
  font-size: 1.4rem;
}

.navbar ul.nav > li > a,
.navbar-brand,
.btn {
  font-size: 1rem;
}

#heading-breadcrumbs h1,
#content h1,
#content h2,
#content h3 {
  line-height: 1.25;
}

.container {
  width: 95%;
}

@media (min-width: 768px) {
  .container {
    width: 95%;
    max-width: 1170px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 94%;
    max-width: 1280px;
  }
} */