nav.navbar-fixed-top {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

nav.staging {
  background-color: gold;
}

nav.development {
  background-color: lightgreen;
}

nav.production {
  background-color: #ff8f8f;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
}

a.navbar-brand {
  padding-top: 3px;
}

div.main {
  margin-top: 70px;
}

img.profile-pic {
  width: 6rem;
  height: 6rem;
  object-fit: cover;
  border-radius: 50%;
}

img.profile-pic.small {
  width: 2.5rem;
  height: 2.5rem;
}
