body {
  font-weight: 300;
  line-height: 1.3rem;
}
.logo-text h1,
.logo-text h1 a {
  font-weight: 300;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, 
.content-category h1,
.registration h1,
.page-header h1 {
  font-weight: 400 !important;
}
h1, .h1,
.content-category h1,
.registration h1,
.page-header h1 {
  font-size: 2.2rem;
}
h2, .h2,
.content-category h2,
.registration h2,
.page-header h2 {
  font-size: 1.5rem;
}
h3, .h3,
.content-category h3,
.registration h3,
.page-header h3 {
  font-size: 1.1rem;
}
b, strong {
  font-weight: 500 !important;
}
#logo {
  max-width: 220px;
  text-align: left;
}
.logo {
  display: block;
  float: left;
  padding: 5px 0px;
}
.logo-text h1 a {
  outline: none;
  white-space: normal;
  word-break: normal;
  text-align: left;
}
.hornav > ul {
  padding: 0;
  margin: 0 15px;
}
.hornav > ul > li > a {
  font-size: 1rem;
}
.slideout-menu {
  font-size: 1rem;
}
.slideout-menu .menu {
  font-weight: 300;
}
.slideout-menu .menu a {
  line-height: 2em;
}
.j51news figcaption {
  min-height: 170px;
}
.layerslideshow-prev,
.layerslideshow-next {
  opacity: .8 !important;
  border: 0 none;
  background: rgba(255, 255, 255, 0.9) !important;
  padding-top: 5px !important;
}
.layerslideshow-prev svg path,
.layerslideshow-next svg path {
  fill: rgba(3, 3, 3, 0.8) !important;
}
.layerslideshow-prev svg {
  margin-left: -5px;
}
.layerslideshow-next svg {
  margin-left: 3px;
}
.layerslideshow img {
  max-width: inherit !important;
  min-width: inherit !important;
}
#container_showcase1_modules {
  background-image: url(../images/demo-bg-4.jpg); 
}
#container_showcase1_modules::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.com-contact__container dl.dl-horizontal {
  display: grid;
  grid-template-columns: auto 1fr;
}
.com-contact__container dl.dl-horizontal dt {
  grid-column-start: 1;
  grid-column-end: 2;
}
.com-contact__container dl.dl-horizontal dd {
  grid-column-start: 2;
  grid-column-end: 3;
  padding: 0 0 0 1em;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .com-contact__container .com-contact__info {
    grid-column: 3/5;
    grid-row: 3/4;
  }
  .com-contact__container .com-contact__thumbnail {
    grid-column: 1/3;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .com-contact__form legend {
    font-size: 1rem;
  }
}
