.page-header .page-header-menu {
    background: #182332;
}

.page-footer {
  background: #182332;
  color: #FFF;
}

.progress-bar {
  background-color: #b48a4f;
}

/*Custom Scrollbars*/
::-webkit-scrollbar {width: 20px;background: #000000;}
::-webkit-scrollbar-thumb {background: #b48a4f;}