/* Colour cyan for the header of each shown page*/
.header {
    background: #c2e0f4;
}

/* Menu has darker blue background*/
.metismenu.mod-menu {
    background: #475BAF;
}

.body {
  background: #c2e0f4;
  /*background-image: url('/images/page.jpg');*/
}

/* Make the page body also with cyan background and clouds as a background image */
.site-grid {
          background: #c2e0f4;
  /*background-image: url('/images/page.jpg'); */
}


/*.component {
          background: #c2e0f4;
  } */

/* Put clouds as a background image 
.item-content .com-content-article {
          background: #c2e0f4;
  background-image: none;
}
*/
