/* footer
======================== */

footer {
  padding: 2em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

footer ul {
  font-size: 0.8em;
  line-height: 1.4em;
}

footer p {
  font-size: 0.8em;
  line-height: 1.4em;
}

footer img {
  max-height: 15vh;
}

.footer_logo {
  display: inline-block;
  width: 100%;
  float:left;
  clear: left;
  margin-top: 30px;
}

.footer-details {
  display: inline-block;
  width: 100%;
  text-align:center;
  float: left;
  padding-left:1em;
  vertical-align: top;
  margin-top: 30px;
}

footer a,
footer a:hover,
footer a:focus {
  text-decoration: none;
  color: red;
}

.footer-design {
  width: 100%;
  float: right;
  text-align: center;
  padding-left: 1em;
  height: 15vh;
  margin-top: 30px;
}

.design_logo {
  display: inline-block;
  margin: 0  auto;
  max-height: 3.5vh;
}

@media (min-width: 46rem) {
  .footer_logo {
    display: inline-block;
    width: 32%;
    float:left;
    clear: none;
    margin-top: none;
  }

  .footer-details {
    width: 32%;
    float: left;
    text-align: left;
  }

  .footer-design {
    width: 32%;
    margin-top: none;
    text-align: right;
  }
}
