body {
  min-height: 200vh;
}

.navbar-light {
  transition: 1000ms ease;
  background: transparent;
}

.navbar-light.scrolled {
  background: #ffffff;
}

.container-fluid {
}

.photo-gallery {
}

