.camp-menu-container {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 6000;
}
.camp-menu-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.camp-menu-list {
  background-color: #ffffff;
  min-width: 300px;
  float: right;
  position: relative;
  display: none;
}
.camp-menu-logout-button {
  bottom: 0;
  right: 0;
  left: 0;
  text-transform: uppercase;
  background-color: black;
}
.camp-menu-logout-button input {
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: 60px;
  background-color: #000;
  border: 0;
  color: white;
  text-transform: uppercase;
  font-family: Roboto;
}
.camp-menu-logout-button input:hover {
  background-color: #02405a;
}
.camp-menu-list-item {
  text-align: left;
  padding: 10px 30px;
}
.camp-menu-list-item:hover {
  background-color: #dcf3f1;
}
.camp-menu-list-item a {
  text-decoration: none;
  color: black;
}
.camp-menu-list-item a h4 {
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
}
