
/* Portfolio page white background fix:
   project area and the strip above the header must be #ffffff instead of the cream background. */
body.page,
body.page #wrapper,
body.page .wrapper,
body.page .content,
body.page .fusion-Portfolio.wrapper-Portfolio-fullwidth,
body.page #grid-container,
body.page #grid-containers {
  background-color: #ffffff !important;
  background: #ffffff !important;
}

/* Header upper strip / area above the dark main header */
body.page .row4,
body.page .row2,
body.page .row2 > div,
body.page .panel-language,
body.page .panel-language > div {
  background-color: #ffffff !important;
  background: #ffffff !important;
}

/* Keep the main logo/menu header dark as it already is */
body.page .row3,
body.page .row3 > div {
  background-color: #122336 !important;
  background: #122336 !important;
}
