.article-content p,
.article-content li {
  font-family: "Times New Roman", Times, serif;
  font-size: 15pt !important;
  font-weight: normal;
}

.logo-image > a > img {
  height: 54px !important;
}

.logo-image > a {
  max-width: none !important;
  width: auto !important;
}

.logo-slogan {
  display: inline !important;
  vertical-align: middle;
  margin-right: 10px;
  height: 54px !important;
  font-family: Lato, sans-serif;
  font-size: 15pt;
  font-weight: 300;
}

.banner-overlay {
  position: relative;
  text-align: center;
  color: white;
  background-size: cover;
  background-position: center center;
}

.banner-overaly-filter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: black;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}

.banner-overlay-main {
  min-height: 350px;
}

.banner-overlay-secondary {
  min-height: 300px;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.centered h1 {
  font-size: 100px;
  letter-spacing: 2px;
  line-height: 1;
  font-weight: 300;
}

.above-content,
.below-content {
  background-color: #eeeeee !important;
  padding: 25px 0;
}

.above-content-container,
.below-content-container {
  padding: 0 300px;
}

@media only screen and (max-width: 450px) {
  .logo-slogan {
    display: none !important;
  }

  .above-content-container,
  .below-content-container {
    padding: 0 25px !important;
  }
}

@media only screen and (max-width: 700px) {
  .above-content-container,
  .below-content-container {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 1000px) {
  .above-content-container,
  .below-content-container {
    padding: 0 100px;
  }
}
