#content {
  width: 100%;
}

html {
  scroll-behavior: smooth;
  font-family: "Lexend Deca", sans-serif;
  overflow-x: hidden;
}

body {
  margin: 0;
}

img,
button {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.light {
  background-color: white;
  color: black;
}

.dark {
  background-color: #141414;
  color: #ececec;
}

.light *::-moz-selection {
  background-color: #eeeeee;
}

.light *::selection {
  background-color: #eeeeee;
}

.dark *::-moz-selection {
  background-color: #575757;
}

.dark *::selection {
  background-color: #575757;
}

.lexend, #copyright, button {
  font-family: "Lexend Deca", sans-serif !important;
}

.roboto, .body {
  font-family: "Roboto", sans-serif !important;
}

.roboto-condensed {
  font-family: "Roboto Condensed", sans-serif !important;
}

.light #copyright {
  color: black;
}

.dark #copyright {
  color: #ececec;
}

#copyright {
  cursor: pointer;
  height: 30px;
  text-align: center;
  display: inline-table;
  width: 100vw;
}

#copyright span {
  display: table-cell;
  vertical-align: middle;
}

.separator {
  margin: 30px 50px 0 50px;
  border-bottom: 1px dotted #b4b4b4;
  line-height: 0.1em;
}

.separator span {
  padding-right: 10px;
  cursor: pointer;
}

.dark .separator {
  border-bottom: 1px dotted #575757;
}

.dark .separator span {
  background: #141414;
}

.light .separator {
  border-bottom: 1px dotted #575757;
}

.light .separator span {
  background: white;
}

.page-loaded {
  opacity: 1 !important;
  overflow: visible !important;
}

.dark {
  color: #ececec;
}

.dark .title {
  font-weight: 400;
}

.dark .title-2 {
  font-weight: 300;
}

.light {
  color: black;
}

.light .title {
  font-weight: 600;
}

.light .title-2 {
  font-weight: 600;
}

.title {
  font-size: 1.5em;
}

.title-2 {
  font-size: 1.125em;
}

.body {
  line-height: 150%;
}

.light a {
  color: #0d652d;
}

.light a:active {
  color: #188438;
}

.dark a {
  color: #baeeba;
}

.dark a:active {
  color: #baeeba;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.light button.solid {
  color: white;
  background: #188438;
  border-color: #188438;
}

.light button.outline {
  color: #188438;
  border-color: #188438;
}

.dark button.solid {
  color: #eeeeee;
  background: #0d652d;
  border-color: #0d652d;
}

.dark button.outline {
  color: #188438;
  border-color: #188438;
}

button {
  display: inline-block;
  padding: 13px 20px;
  margin: 5px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  -webkit-transition: background 250ms ease-in-out, -webkit-transform 150ms ease;
  transition: background 250ms ease-in-out, -webkit-transform 150ms ease;
  transition: background 250ms ease-in-out, transform 150ms ease;
  transition: background 250ms ease-in-out, transform 150ms ease, -webkit-transform 150ms ease;
  font-size: 1rem;
  border-radius: 3px;
}

button:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

button:focus {
  outline: none;
}

button.solid {
  border-style: solid;
  border-width: 1px;
}

button.outline {
  border-style: solid;
  border-width: 1px;
  outline: none;
  background-color: transparent !important;
}

button.disabled {
  pointer-events: none;
  opacity: 0.25;
}

.dark #first-screen {
  color: #ececec;
}

.dark #second-screen {
  background-color: #2e2e2e;
}

.dark #second-screen .separator > span {
  background-color: #2e2e2e;
}

.dark #second-screen .member {
  background-color: #565656;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: black;
}

.dark #second-screen #members-container .member .member-name {
  color: white;
}

.dark #second-screen #members-container .member .member-links .member-link {
  color: white;
}

.light #first-screen {
  color: black;
}

.light #second-screen {
  background-color: #eeeeee;
}

.light #second-screen .separator > span {
  background-color: #eeeeee;
}

.light #second-screen .member {
  background-color: white;
  -webkit-box-shadow: 0px 1px 5px #eeeeee;
          box-shadow: 0px 1px 5px #eeeeee;
  color: black;
}

#first-screen {
  width: 90%;
  min-height: 95vh;
  margin: auto;
  margin-top: 5vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  #first-screen {
    margin-top: 15vh;
  }
}

#first-screen .first-screen-item {
  padding: 0 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#first-screen #first-screen-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  line-height: 150%;
}

#first-screen #first-screen-text .title {
  text-shadow: 2px 2px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1024px) {
  #first-screen #first-screen-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    line-height: 180%;
    padding: 0 20px;
  }
}

#first-screen #first-screen-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
}

@media (max-width: 1024px) {
  #first-screen #first-screen-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    width: 90%;
    margin: 40px auto;
  }
}

@media (max-width: 600px) {
  #first-screen #first-screen-image {
    width: 100%;
  }
}

#second-screen {
  padding-bottom: 50px;
  margin: auto;
  width: 100vw;
}

#second-screen #team-title {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 40px;
}

#second-screen #members-container {
  width: 100%;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

#second-screen #members-container .separator {
  text-align: left;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90%;
          flex: 0 0 90%;
  line-height: 0.1em;
  margin: 40px 50px 20px 50px;
}

@media (max-width: 600px) {
  #second-screen #members-container .separator {
    margin: 40px 20px 20px 20px;
  }
}

#second-screen #members-container .separator span {
  padding-right: 10px;
}

#second-screen #members-container .member.admin {
  /*width: 15%;*/
}

@media (max-width: 1024px) {
  #second-screen #members-container .member.admin {
    width: 20%;
  }
}

@media (max-width: 600px) {
  #second-screen #members-container .member.admin {
    width: 60%;
    margin: 20px auto;
  }
}

#second-screen #members-container .member {
  display: inline-block;
  width: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 2%;
  padding: 30px;
  border-radius: 5px;
  text-align: center;
}

@media (max-width: 1024px) {
  #second-screen #members-container .member {
    width: 30%;
  }
}

@media (max-width: 600px) {
  #second-screen #members-container .member {
    width: 60%;
    margin: 20px auto;
  }
}

#second-screen #members-container .member .member-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#second-screen #members-container .member .member-img {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
  background-color: #575757;
  border-radius: 50%;
}

#second-screen #members-container .member .member-links .member-link {
  margin: 3px;
  color: black;
}

#second-screen #members-container .member .member-links .member-link:hover {
  opacity: 0.75;
}
/*# sourceMappingURL=landing.css.map */