
/*-----------------------------------Footer-----------------------------------*/

footer {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: "lato", sans-serif;
  font-size: 14.5px;
  color: #EAEAEA;
  background-color: #171A21;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.flexhelp {
  display: flex;
  flex-direction: row;
  flex-basis: 523px;
  justify-content: space-around;
}

.social {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  transition: 0.2s;
}

#fb {
  width: 17.77px;
  height: 32.31px;
  fill: none;
  cursor: pointer;
}

#fb:hover {
  fill: #EAEAEA;
}

#tweet {
  width: 30.52px;
  height: 24.43;
  fill: none;
  cursor: pointer;
}

#tweet:hover {
  fill: #EAEAEA;
}

.legal {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-transform: capitalize;
  text-decoration: underline rgba(234, 0, 0, 0);
  cursor: pointer;
  transition: 0.2s;
}

.legal p {
    margin: 0;
}

.legal p:hover {
  text-decoration: underline #EAEAEA;
}

.steamlogo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

#steam {
  width: 67.15px;
  height: 67.23px;
  padding-bottom: 10px;
}

#valve {
  width: 74.38px;
  height: 20.33px;
}

.copyright {
  flex-basis: 523px;
}
