.menu-icon {
  width: 4rem;
  height: 2rem;
  position: fixed;
  top: 7rem;
  right: 15rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 9999 !important;
}

.line {
  height: 0.2rem;
  background: #deaa86;
  transition: all 0.3s;
}

.line-1,
.line-3 {
  width: 100%;
}

.line-2 {
  width: 70%;
}

.navigate .line-1 {
  width: 50%;
  transform: translate(103%, 0.5rem) rotateZ(25deg);
}

.navigate .line-3 {
  width: 50%;
  transform: translate(103%, -0.5rem) rotateZ(-25deg);
}

.navigate .line-2 {
  width: 100%;
}

.menu-icon:hover .line-1,
.menu-icon:hover .line-3 {
  width: 70%;
}

.navigate .menu-icon:hover .line-1,
.navigate .menu-icon:hover .line-3 {
  width: 50%;
}

.navigate .menu-icon:hover .line-2 {
  margin-left: 0;
}

.menu-icon:hover .line-2 {
  margin-left: 30%;
}

.container {
  display: flex;
  flex: 1 1 50%;
}

.container p {
  font-size: 1.8rem;
  margin: 2rem 2rem;
  color: #ccc;
}

.container .bio {
  flex: 1 150%;
  margin-left: 10rem;
  line-height: 1.7;
}

.container figure {
  display: flex;
}

.container figure p {
  display: block;
  font-size: 1.6rem;
}

.bio span {
  color: #32b0ce;
}

.container .bio p {
  flex: 3 1 50%;
  margin-right: 20%;
}

.container .gm-profile figure {
  display: flex;
  align-items: center;
}

.container .gm-profile .profile {
  animation: slideIn 2.5s;
  height: auto;
  width: 25rem;
  border-radius: 50%;
  margin: 5rem 8rem;
  box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.2);
}

.container .cup {
  width: 25rem;
  height: auto;
  margin: 5rem 2rem;
}

.small {
  font-size: 1rem;
}

.name {
  font-family: "Permanent Marker", sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  margin-left: 10rem;
  color: #deaa86;
}

figcaption {
  font-size: 1rem;
  color: #deaa86;
}

.much {
  font-size: 1.25rem;
}

#teams {
  font-size: inherit;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 2px dotted #32b0ce;
}

.kneeHeading {
  color: #b30000;
  font-size: 2rem;
  text-transform: uppercase;
  margin: 20rem 8rem 2rem 8rem;
}

#quote {
  width: 60rem;
  background: #ddd;
  font-size: 1.6rem;
  font-weight: 300;
  font-style: italic;
  margin: 4rem 0;
  padding: 1.7rem;
  line-height: 2;
  border-radius: 2rem;
  box-shadow: 0 3rem 6rem rgba(255, 255, 255, 0.2);
}

.container .bio h2 {
  font-size: 2.2rem;
}
.container .bio p {
  font-size: 1.8rem;
}
.container .bio #quote {
  width: 90%;
  font-size: 1.6rem;
}

.container .bio .predict {
  margin-bottom: 10rem;
}

.players__container {
  background: #282828;
  display: flex;
  //flex-direction: column;
  width: 100%;
  text-align: center;
  color: #ccc;
  align-content: center;
  justify-content: center;
}

.players__container .players__container-left {
  width: 50% !important;
  margin-left: 8rem;
  margin-right: 5rem;
}
.players__container .players__container-right {
  width: 50% !important;
}
.players__container h2 {
  font-size: 1.8rem;
  text-align: center;
}
.players__container table,
.players__container thead,
.players__container tbody,
.players__container tr,
.players__container td {
  font-size: 1.6rem;
  margin: 0 auto;
}
.players__container .offseason {
  font-size: 0.8rem;
  text-align: center;
}

table {
  margin-left: 10zrem;
  display: block;
  font-size: 2rem;
  width: 100%;
  padding: 0;
  margin-bottom: 2rem;
  border-collapse: collapse;
}

th {
  color: #dedde5;
  background: linear-gradient(to right, #e7c3aa, #deaa86);
  border-bottom: 0.4rem solid #9ea7af;
  font-weight: 100;
  padding: 1.2rem;
  text-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}

th:first-child {
  border-top-left-radius: 0.5rem;
}
th:last-child {
  border-top-right-radius: 0.5rem;
}

td {
  padding: 0.5rem 1.2rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 300;
  border-bottom: 0.1rem solid #eee;
}

.even {
  background: #333;
}

tbody {
  padding: 0;
}

.dropped {
  font-size: 1.6rem;
  color: #b85d1c;
}

.traded {
  font-size: 1.6rem;
  color: #b85d1c;
}

.lopezer {
  color: #4cc94c;
  font-weight: bold;
}

.dwarf {
  color: #f26b27;
  font-weight: bold;
}

.teamav {
  color: #92927b;
}

.cobra {
  color: #00e5ee;
}

.dalton {
  color: #905e02;
}

.knee {
  color: #e60000;
}

.knee-team {
  color: #b30000;
}

footer {
  width: 100%;
  display: flex;
  background: #202020;
  align-items: center;
  padding: 15rem 0 3rem 0;
}

.teamavHeading {
  color: #4a5d23;
  font-size: 2rem;
  text-transform: uppercase;
  margin: 20rem 8rem 2rem 8rem;
}
@media (max-width: 130rem) {
  .container p {
    font-size: 1.6rem;
  }

  .players__container {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 120rem) {
  /* .line {
    font-size: 1.6rem;
    margin-left: 5rem;
  }

  .menu-icon {
    z-index: 1000 !important;
    cursor: pointer;
  }
  nav .nav-items a {
    font-size: 1.6rem !important;
  }
  nav .nav-items a span {
    font-size: 1.6rem !important;
  } */
  .name {
    font-size: 2.8rem;
  }
  .container figure {
    display: flex;
    flex-direction: column;
    font-size: 2rem;
  }
}

@media (max-width: 90rem) {
  .container {
    font-size: 1.4rem;
    display: flex;
    flex-direction: column;
  }
  .container .gm-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .container .gm-profile .profile {
    width: 20rem;
  }
  .gm-profile p {
    font-size: 1.5rem;
    width: 40%;
    margin: 0.5rem 0;
  }
  .name {
    margin-bottom: 2rem;
  }
  figure .cup {
    width: 20rem !important;
  }
  figure p {
    font-size: 1.5rem !important;
  }
}

@media (max-width: 60rem) {
  .container p {
    font-size: 1.4rem;
  }
  .container .gm-profile .profile {
    width: 16rem;
  }
  .gm-profile p {
    font-size: 1.3rem;
    width: 40%;
    margin: 0.5rem 0;
  }
  .name {
    margin-bottom: 2rem;
  }
  figure .cup {
    width: 16rem !important;
  }
  figure p {
    font-size: 1.3rem !important;
  }

  table {
    width: 100%;
  }
  .players__container-left {
    width: 90%;
  }

  .players__container-right {
    font-size: 1rem;
    width: 100%;
  }
}
