/* FOOTER */
.footer-section-content {
  background-color: #7E5A38;
}
.footer-section-content a {
  --frame-link-color: #fff;
}

.footer-section-meta {
    background-color: #f8f9fa;
  	padding-bottom: 70px;
}

.footer-info-section {
    text-align: left;
}

.footer-section-meta {
  --frame-link-color: #7E5A38;
  --frame-link-hover-color: #7E5A38;
}

.footer-meta a:hover {
  text-decoration: underline;
}

/* POWERMAIL */
.powermail_legend {
  display: none;
}

/* TEXT-DECORATION */

a {
  text-decoration: none;
}

#c18 a:hover {
  text-decoration: underline;
}

#c9 a:hover {
  text-decoration: underline;
}

#c21 a:hover {
  text-decoration: underline;
}

/* LOGO */

.navbar-mainnavigation .navbar-brand-image img {
  max-height: 200%;
}

.navbar-transition img {
  max-width: 90%;
}

@media only screen and (max-width: 991px) {
  /* STYLES HERE */

  .navbar-mainnavigation .navbar-brand-image img {
  max-height: 100%;
}

}	