body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
.footer{
  color: white; 
  background-color: black; 
  min-height: 180px; 
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 16px 10px 16px 10px;
}
.footer ul {
    list-style: none;
}
.footer li {
    color: #A5A5A5;
    display: list-item;
    line-height: 32px;
    font-size: 12px;
}

.footer ul li i {
    font-size: 25px;
    width: 32px;
    text-align: center;
    padding-right: 12px;
    float: left;
    color: white;
}

.address{
  float:left;
  width: 50%;
}

[class^="icon-"], [class*=" icon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 600px) {
  .topnav a {display: none;}
  .header {display: none}
  .topnav a.active {display: inline-block}
  .topnav a.icon {
    float: right;
    display: block;
  }
  .address{ float: none; width:100%;}
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}