.top-bar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    z-index: 999;
}


.contact-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 7px 0;
    text-align: center;
    border: 1px solid rgba(256, 256, 256, .3);
    border-radius: 60px;
    transition: .3s;
}

.top-bar-text a{
    color: #3f3f3f;
    font-weight: bold;
    font-size: 18px;
}
.top-bar-text a:hover, a:active, a:focus {
    color: #3f3f3f;
}
#amenity-features img{
    width: 100% !important;
}
.card{
    border: none;
    background-color: transparent;
}

.call-action{
    background: #6b776d;
    border-radius: 23px;
    height: 50px;
    display: flex;
    width: 50px;
    justify-content: center;
    top: 60%;
    left: 5px;
    position: fixed;
    align-items: center;
}