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

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

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

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