.footer-logo {
  background-image: url(https://s3.amazonaws.com/footer-files/upperroom-footer-logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 46px;
  max-width: 100%;
  width: 215px;
  margin-bottom: 20px;
}

.list-unstyled__title {
  font: 24px/1 montserrat;
  margin-bottom: 5px;
}

.footer__botline {
  margin-top: 30px;
}

.footer-adress__text {
  font-size: 12px;
  margin: 0;
}

.footer {
  color: #666666;
  width: 100%;
  min-height: 350px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Montserrat", sans-serif;
}
.footer h5, .footer p, .footer span, .footer small {
  font-family: "Montserrat", sans-serif;
}
.footer .copyright {
  font-size: 12px;
}
.footer a {
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  color: #666666;
}
.footer a:hover, .footer a:focus, .footer a:active, .footer a:focus:active {
  color: #666666;
}

@media (max-width: 767px) {
  footer {
    margin-top: 30px;
    position: relative;
  }
  footer a:hover {
    color: white;
  }
}
