#footer {
    background-color: #303030;
    font-family: 'Montserrat', sans-serif;
    color: #A5A5A5;
    font-size: 14px;
    font-weight: 500;        
}

#footer h5 {
  font-size: 16px;
  font-weight: 700;
  color: #A5A5A5;
  letter-spacing: 3px;
}

#footer ul {
  color: white;
  line-height: 35px;
  list-style: none;
  margin-left: -40px;
  font-size: 14px;
  font-weight: 500;
}

#footer ul a {
  color: white;
}

#footer .contact-us div {
  color: #A5A5A5;
  font-size: 14px;
}

#footer .footer-bottom {
  color: #A5A5A5;
  font-size: 15px;
  font-weight: 500;
  padding: 30px;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
}

#footer .footer-bottom a {
  color: white;
}

@media only screen and (max-width: 800px), only screen and (max-device-width: 800px) {

    #footer > .container:nth-child(1) {
        flex-direction: column;
        align-items: center;
    }

    #footer > .container:nth-child(1) > div {
        text-align: center;
        margin-bottom: 20px;
    }

}