* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: sans-serif;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}
.hero {
  min-height: 500px;
  width: 100%;
  background-image: url("../img/wsu-elo.png");
  background-position: center;
}
.outline {
  margin: 4vw;
  border: 5px solid black;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.members-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.member {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px 2.5% 0px 2.5%;
}
.works {
  width: 90%;
}
#elo-web {
  width: 50%;
  margin-left: 4vw;
  float: left;
  margin-top: 30px;
  margin-bottom: 137px;
}
#elo-web:hover {
  opacity: 0.5;
}
#elo-flow {
  width: 50%;
  margin-left: 4vw;
  float: left;
  margin-bottom: 30px;
}
#elo-flow:hover {
  opacity: 0.5;
}
#elo-mobile {
  width: 25%;
  margin-right: 4vw;
  float: right;
  margin-top: 30px;
}
#elo-mobile:hover {
  opacity: 0.5;
}

.member-image {
  width: 100%;
  border-radius: 50%;
}
.space {
  margin: 50px 0px 0px 0px;
}
.nospace {
  margin: 0px 0px 0px 0px;
}

.title {
  text-transform: uppercase;
  color: white;
  text-align: center;
  margin: 0;
  font-size: 50px;
  width: 90%;
}
.h2-title {
  font-size: 50px;
  color: black;
  margin: 0;
  line-height: 1.3;
  text-align: center;
}
.team-title {
  font-size: 35px;
  color: black;
  line-height: 1.3;
  text-align: center;
}
.member-name {
  font-size: 30px;
  line-height: 2;
  color: black;
  margin: 0;
}
.member-title {
  font-size: 25px;
  font-weight: bold;
  color: black;
  margin: 0;
}
.team-desc {
  font-size: 22px;
  font-weight: bold;
  color: black;
  text-align: center;
  width: 90%;
}

.lg1 {
  background-color: #eaeaea;
}
.dg {
  background-color: #777575;
}
.lg2 {
  background-color: #eaeaea;
}
.header {
  background-color: #bc2027;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header :last-child {
  margin-right: 3%;
}
.underline {
  height: 5px;
  width: 100%;
  background-color: black;
}
.placeholder {
  min-height: 1280px;
}

.links {
  font-size: 3.6vw;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
}
.header-logo {
  width: 20%;
  background-color: #000000;
  padding: 25px 4%;
}

@media only screen and (min-width: 600px) {
  .title {
    font-size: 6.25vw;
    width: 51vw;
  }
  .h2-title {
    font-size: 6.25vw;
  }
  .hero {
    height: 700px;
  }
  .member {
    width: 40%;
  }
  .team-title {
    font-size: 5.2vw;
  }
  .team-desc {
    font-size: 3vw;
  }
  .header-logo {
    padding: 10px 4%;
  }
}

@media only screen and (min-width: 1280px) {
  .hero {
    min-height: 800px;
  }
  .member {
    width: 27%;
  }
  .team-desc {
    font-size: 2.6vw;
  }
  .member-title {
    font-size: 1.9vw;
  }
  .member-name {
    font-size: 2.6vw;
  }
  .header-logo {
    padding: 0px 4%;
  }
}

@media only screen and (min-width: 1920px) {
  .hero {
    min-height: 910px;
  }
}

/* FOOTER */
footer {
  border-style: solid;
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  color: #ffffff;
  margin: 0 auto;
  background-color: #54565a;
}

#footer {
  text-align: center;
  padding: 5px;
}

footer p {
  font-size: 16px;
  font-weight: 300;
  padding-top: 0;
  padding-bottom: 20px;
  margin-bottom: 0;
}
