/**Background Color**/
body {
  background-color: #fff;
}
/**Header Styles**/
#header {
  padding: 20px;
  background-color: #000;
  border-bottom: solid 4px #000;
}

/* #header img {
  width:25%;
} */

#confTitles {
  color: #000;
  margin-top: -10px;
}
/**Footer Styles**/
#footer-wrapper {
  background-color: #000;
  color: #fff;
}