/*******************************************************************************
 * wie-kitkat.layout.scss
 *
 * Additional, theme specific styles for the Hero layout.
 ******************************************************************************/
body {
  background-color: #EAE6E5;
}

/* Header */
.l-content, .title-wrapper, .breadcrumb, .tabs {
  padding-left: 10px;
  padding-right: 10px;
}

/* Content Area */
.l-highlighted-wrapper {
  background: #fff;
}

/* Sidebars */
.l-region--sidebar-first,
.l-region--sidebar-second {
  background-color: #fff;
}

/* Footer */
.l-footer-wrapper {
  background: #191919;
}
