.menu {
  position: fixed;
  top: 0;
  right: -320px;
  width: 320px;
  height: 100%;
  padding-top: 64px;
  border-left: 1px solid #eeeeee;
  background: #fff;
  z-index: 2;
}

.wrap {
    position: relative;
    height: 100%;
    padding: 8px;
    padding-bottom: 0;
}

.sharebar {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    width: calc(100% - 16px);
}

.sharebar li a {
    justify-content: center;
    height: 48px;
    color: #212121;
}

.sharebar li a:hover {
    opacity: .5;
}

.sharebar ul li {
    margin-left: 0;
}

.open {
    right: 0;
}

.menu-button {
   position: fixed;
   top: 16px;
   right: 16px;
   width: 48px;
   height: 48px;
   background: #fff;
   border: none;
   z-index: 999;
}

.menu-button:hover {
    cursor: pointer;
    opacity: .50;
}

.introduction {
   width: 100%;
   margin-bottom: 32px;
}

section {
  width: 100%;
  margin-bottom: 32px;
}

.person {
    display: flex;
    align-items: center;
    padding: 8px;
    opacity: .38;
    /* height: 56px; */
    /* opacity: .38; */
}

.person.active {
    opacity: 1;
    background: #eeeeee;
}

.person.active .name {
    color: #8BA566;
}

.person:hover {
    cursor: pointer;
    background: #eeeeee;
    /* opacity: .87; */
}

.person:hover .name {

}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    z-index: 1;
    pointer-events: none;
}

.visible {
    opacity: .5;
    pointer-events: auto;
}

.animated {
    transition: all ease .3s;
}

.description {
    padding-left: 16px;
    font-size: 16px;
}

.name {
    margin-bottom: 4px;
    font-family: 'Flama';
    font-weight: bold;
    line-height: 1;
}

.good-deed {
    font-family: 'Flama';
    line-height: 1;
}
