/****** PLACE YOUR CUSTOM STYLES HERE ******/
.phone {
    color: #FFF;
}
.menu li a {
    font-size: 13px;
    font-weight: 700;
}
.img-container {
    max-width: 180px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}
.img-container img {
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
}
.scrolled .phone {
    color: #292929;
    opacity: 0.8;
}
.table-responsive.unit-details th {
    text-align: center;
}