body {
  background: #fff;
}

.bg-body-tertiary {
  background: #333f48 !important;
  color: #fff;
}

.bearlogo-big {
  width: 900px;
}

.jumbonav .navbar-brand {
  display: block;
}

.fixed-top {
  display: flex;
  justify-content: space-between;
}

.fixed-top span {
  display: block;
  flex-basis: 40px;
  text-align: right;
}

.navbar-brand {
  color: #fff;
  margin: 0;
}

.navbar-brand:hover {
  color: #fff;
  text-shadow: 0 0 25px #000;
  transition: text-shadow .2s ease-in-out;
}

/* #helpButton {
  color: #fff;
} */

.profile {
  position: relative;
}
.profile img {
  width: 100px;
  height: 100px;
  border: 5px solid #fff;
  border-radius: 50px;
  position: absolute;
  bottom: 0px;
}

.profile-jason {
  padding-left: 110px;
}

.profile-jason img {
  left: 10px;
  border-color: #34657F;
}

.profile-myke {
  padding-right: 110px;
}

.profile-myke img {
  right: 10px;
  border-color: #b12b28;
}

#currentLocations {
  margin-bottom: 5px;
}

#currentLocations div {
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
  border: 1px solid #495057;
  border-width: 0 0 1px;

}

#currentLocations div:last-child {
  border-bottom-width: 0;
}

@media (max-width: 600px) {
  .profile img {
    width: 50px;
    height: 50px;
  }

  .profile-jason {
    padding-left: 60px;
  }

  .profile-jason img {
    left: 5px;
  }

  .profile-myke {
    padding-right: 60px;
  }

  .profile-myke img {
    right: 5px;
  }
}
