/* screen - student-hub-me-discover-clubs-and-orgs */

.student-hub-me-discover-clubs-and-orgs {
  align-items: flex-start;
  background-color: var(--white);
  border: 1px none;
  cursor: pointer;
  display: flex;
  height: 2372px;
  width: 1440px;
}

.student-hub-me-discover-clubs-and-orgs .overlap-group {
  align-items: flex-end;
  background-image: url(../img/clubs-and-orgs-1@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  min-height: 2372px;
  padding: 70px 200px;
  width: 1440px;
}

.student-hub-me-discover-clubs-and-orgs .menu-container {
  align-items: center;
  display: flex;
  gap: 296px;
  min-width: 998px;
}

.student-hub-me-discover-clubs-and-orgs .main-menu {
  display: flex;
  gap: 15px;
  width: 524px;
}

.student-hub-me-discover-clubs-and-orgs .student-hub {
  border: 1px solid;
  border-color: var(--white);
  cursor: pointer;
  height: 37px;
  width: 129px;
}

.student-hub-me-discover-clubs-and-orgs .me {
  border: 1px solid;
  border-color: var(--white);
  cursor: pointer;
  height: 37px;
  width: 39px;
}

.student-hub-me-discover-clubs-and-orgs .discover {
  border: 1px solid;
  border-color: var(--white);
  cursor: pointer;
  height: 37px;
  width: 70px;
}

.student-hub-me-discover-clubs-and-orgs .news-events {
  border: 1px solid;
  border-color: var(--white);
  cursor: pointer;
  height: 37px;
  width: 142px;
}

.student-hub-me-discover-clubs-and-orgs .resources {
  border: 1px solid;
  border-color: var(--white);
  cursor: pointer;
  height: 37px;
  width: 84px;
}

.student-hub-me-discover-clubs-and-orgs .notifications-menu {
  border: 1px solid;
  border-color: var(--white);
  cursor: pointer;
  height: 45px;
  width: 178px;
}

.student-hub-me-discover-clubs-and-orgs .flex-row {
  align-items: flex-start;
  align-self: center;
  display: flex;
  gap: 19px;
  margin-right: 56.0px;
  margin-top: 324px;
  min-width: 334px;
}

.student-hub-me-discover-clubs-and-orgs .people {
  border: 1px solid;
  border-color: var(--hint-of-red);
  cursor: pointer;
  height: 23px;
  width: 54px;
}

.student-hub-me-discover-clubs-and-orgs .clubs-orgs {
  border: 1px solid;
  border-color: var(--hint-of-red);
  height: 23px;
  width: 187px;
}

.student-hub-me-discover-clubs-and-orgs .events {
  border: 1px solid;
  border-color: var(--concrete);
  cursor: pointer;
  height: 23px;
  width: 55px;
}

.student-hub-me-discover-clubs-and-orgs .category {
  align-self: flex-start;
  border: 1px solid;
  border-color: var(--white);
  cursor: pointer;
  height: 28px;
  margin-left: 7px;
  margin-top: 45px;
  width: 255px;
}

.student-hub-me-discover-clubs-and-orgs .cup {
  border: 1px solid;
  border-color: var(--white);
  cursor: pointer;
  height: 61px;
  margin-right: 38px;
  margin-top: 865px;
  width: 660px;
}
