.footer {
  padding-top: 6em;
  position: relative;
  display: block;
  background-color: #58595B;
  height: 50vh;
  color: white;
  display: flex;
  align-items: center;
  justify-content: top;
  flex-direction: column;
}
.footer img {
  max-width: 500px;
}

.footer .menu-list {
  margin: 2em;
  padding-left: 0;
}
.footer .menu-list li {
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
  list-style: none;
}
.footer .menu-list li a {
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}




@media screen and (max-width: 1366px) { 
  .footer img {
    max-width: 400px;
  }

  .footer {
    font-size: .9em;
  }

}

@media screen and (max-width: 914px) { 
  .footer img {
    max-width: 360px;
  }

  .footer {
    font-size: .9em;
    height: 33vh;
  }

}

@media screen and (max-width: 540px) { 
  .footer img {
    max-width: 260px;
  }

  .footer {
    padding-top: 4em;
    font-size: .65em;
    height: 40vh;
  }

}

@media screen and (max-width: 420px) { 
  .footer img {
    max-width: 260px;
  }

  .footer {
    padding-top: 4em;
    font-size: .65em;
    height: 40vh;
  }

  .footer .menu-list li {
    display: block;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
  }

}
