h3 {
  margin-left: 30px;
  font-family: 'Lato';
  color: black;
}

a:hover {
  text-decoration: none;
}

.apt-pic {
  width: 100%;
}

.residences-anchor{
  text-decoration: none;
  width: 50%;
  position: relative;
  vertical-align: middle;
}

.residences-h1{
    color: #333;
    font-size: 25px;
    -webkit-font-smoothing: antialiased;
    font-weight: 100;
    letter-spacing: 2px;
    margin-left: 20px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.residences-anchor h1 {
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1px;
  color: #333;
  font-size: 15px;
  margin-left: 10px;
  margin-top: 30px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  body {
     margin-bottom: 100px;
  }
  h3{
    text-align: center;
    width: 80% !important;
    font-size: 15px !important;
    display: block !important;
    margin: auto !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .residences-anchor h1 {
    display: none;
  }
}

@media (max-width: 768px) {
  .residences-h1{
    color: black;
    top: -50px !important;
  }
}
