alloconomy-network-header,
alloconomy-contributor-footer {
  display: block;
}

alloconomy-network-header {
  position: relative;
  z-index: 10;
}

alloconomy-network-header:not(:defined) {
  min-height: 86px;
  background: #fbf8f0;
  border-bottom: 1px solid rgba(16, 43, 78, 0.18);
}

alloconomy-contributor-footer:not(:defined) {
  min-height: 122px;
  background: linear-gradient(90deg, rgba(183, 139, 61, 0.1), rgba(66, 104, 77, 0.07));
  border-top: 1px solid rgba(16, 43, 78, 0.14);
}

@media (max-width: 800px) {
  alloconomy-network-header:not(:defined) {
    min-height: 50px;
  }

  alloconomy-contributor-footer:not(:defined) {
    min-height: 178px;
  }
}
