.page-header .page-header-menu {
    background: #000000;
}

.page-footer {
  background: #000000;
  color: #FFF;
}

.progress-bar {
  background-color: #000000;
}

/*Custom Scrollbars*/
::-webkit-scrollbar {width: 20px;background: #DEBA71;}
::-webkit-scrollbar-thumb {background: #000000;}