#navbar-background {
   background-color: #000000 !important;
}

.page-header {
    background-color: #FFFFFF !important;
}


html {
  height: 100%;
}


body {
  position: relative;
  margin: 0;
  min-height: 100%;

}

.navbar-toggler-bar {
    background-color: #FFFFFF !important;
}

/**
 * Footer Styles
 */

.footer {
  position: absolute !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  padding: 1rem !important;
  text-align: center !important;
}

.fixed-card{
    height: -webkit-fill-available;
}