.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-right {
    text-align: right;
}
#staff__list {
    list-style-type: none;
}
.office_hrs, .office_hrs * {
    text-align: center;
    border: none;
}
.spine_embed a {
    font-size: 26px;
}
.spine_embed {
    margin-bottom: 25px;
}

@media (max-width: 1024px) { 
    .logo img {
        height: 100%;
        width: 100% !important;;
        max-width: 100%;
    }
}
@media (max-width: 414px) { 
    .logo__link.logo__left .logo__image {
        margin-right: 0;
    }
    
    .logo img {
        margin: 0;
        max-width: 100%;
        width: 310px !important;
        height: 100%;
    }
}