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

footer {
  padding: 0.5em 2em 0 2em;
}

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

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

footer img {
  max-height: 100px;
}

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

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

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

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

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

@media (min-width: 960px) {
  .footer_logo {
    display: inline-block;
    width: 20%;
    float:left;
    clear: none;
    margin-top: none;
  }

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

  .footer-design {
    width: 20%;
    margin-top: none;
    text-align: center;
    height: 15vh;
    margin-top: 0;
  }

  .footer-design a {
    text-decoration: none;
    color: white;
    font-size: 1.6em;
    font-weight: 900;
    text-transform: uppercase;
  }

  .footer-design a:hover {
    color: red;
    text-shadow: 0px 0px 7px white;
    cursor: pointer;
  }
}
