/* webnucleo+elyra*/

.site-footer {
  margin-top: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #929192;
  color: #fff;
}

.main-header {
  background-color: #929192;
}


.container-homepage-issue {
  margin-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.4);
}

.small {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5em;
  text-transform: none;
  text-align: center;
}

.homepage-image-behind-issue+.container-homepage-issue .homepage-issue-published {
  margin-top:2.5rem;
  margin-bottom:4.5rem
}



@media (min-width: 992px) {
  #primaryNav .dropdown-menu.show {
    background-color: #C03238;
  }
}


.btn-primary {
  background: #C03238;
  border-color: #C03238;
}

.issue-toc-section-title {
  color:#C03238;
}


.footer-brand-image {
  display: none;
}
