
/* General  */

footer {
  margin-top: 50px;
  float: left;
  width: 100%;
}

footer a:hover {
  text-decoration: underline;
}

footer .footer-section {
  float: left;
  width: 100%;
  padding: 60px 0;
  border-top: 1px solid black;
}

footer h5 {
  font-size: 16px;
  text-align: center;
}

footer .footer-section .content-wrapper {
  color: hsl(0,0%,80%);
  font-size: 15px;
  text-align: center;
  display: inline-block;
}

footer .footer-section .content-wrapper .footer-column {
  float: left;
  width: 200px;
  text-align: left;
  font-size: 14px;
  line-height: 30px;
  display: inline-block;
}

#footer-team        {background: hsla(0,0%,0%,0.95);}
#footer-links       {background: hsla(0,0%,0%,0.99);}
#footer-footer      {background: hsla(0,0%,0%,1);}


/* Team */

.team-wrapper {
  text-align: center;
  display: inline-block;
  width: 160px;
  margin: 15px 20px;
  font-size: 13px;
  line-height: 20px;
}

.team-wrapper a {
  border: 1px solid hsl(0,0%,80%);
  border-radius: 100px;
  padding: 1px 7px;
}

#footer-team img {
  width: 60px;
  height: 60px;
  margin: 5px;
  filter: grayscale(100%);
}

/* Links */

#footer-links .content-wrapper {
  margin-right: 60px;
}

#footer-column-0 {
  width: 170px;
}

#footer-column-0 img {
  width: 80px;
  margin-top: 11px;
}

#footer-column-3 {
  margin-left: 20px;
  width: 250px;
}

#footer-column-3 img {
  width: 30px;
  height: 30px;
  filter: grayscale(100%) invert(1);
}

footer h6 {
  font-size: 14px;
  margin: 0;
}


/* Footer Footer */

#footer-footer {
  float: left;
  width: 98%;
  padding: 5px 1%;
  font-size: 11px;
  text-align: left;
  color: hsl(0,0%,40%);
}

#footer-footer span {
  float: right;
}


/* Mobile */


@media only screen and (max-width: 1200px) {
  footer h5 {
    font-size: 19px;
  }
  #footer-team img {
    width: 50px;
    height: 50px;
  }
  .team-wrapper {
    width: 80%;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
  }
  .lowest-team-wrapper {
    margin-bottom: 0;
  }
  footer .footer-section .content-wrapper .footer-column {
    width: 100% !important;
    text-align: center !important;
    font-size: 15px;
    line-height: 32px;
    margin: 0; padding: 0;
  }
  footer .footer-section {
    padding-bottom: 0;
  }
  footer h6 {
    font-size: 19px;
    margin-top: 50px;
  }
  #footer-links {
    padding: 0;
  }
  #footer-links .content-wrapper {
    margin: 0;
  }
  #footer-column-0, #footer-column-3 {
    padding: 0; margin: 0;
  }
  #footer-column-0 img {
    width: 40%;
    margin-top: 0;
    display: none;
  }
  #footer-column-3 img {
    width: 30px;
    margin: 3px;
  }
  #footer-footer {
    display: none;
  }
}










/* @media only screen and (max-width: 1200px) {.footer-section .content-wrapper {
  font-size: 4vw;
}} */



