/**Background Color**/
body {
  background-color: #fff;
}
/**Header Styles**/
#header {
  padding: 30px;
  background-color: #4A4F55;
}
#confTitles {
  color: rgb(227, 227, 227);
  margin-top: -5px;
  padding-right:10px;
}
/**Footer Styles**/
#footer-wrapper {
  background-color: #ECECEC;
  color: rgb(63, 151, 181);
}