.la-blue {
    background-color: #0a3b7f;
}

.la-red {
    background-color: #c13030;
}

.la-light {
    background-color: #eff6ee;
}

.la-grey {
    background-color: #9197ae;
}

.la-dark {
    background-color: #273043;
}

.text-la-blue {
    color: #0a3b7f;
}

.text-la-red {
    color: #c13030;
}

.text-la-light {
    color: #eff6ee;
}

.text-la-grey {
    color: #9197ae;
}

.text-la-dark {
    color: #273043;
}

#tel-link {
    margin-top: 6rem;
}

#tel-link > .btn-large {
    height: 84px;
    line-height: 84px;
}

#tel-link > a.btn {
    font-size: 3rem;
    font-weight: bold;
}

#tel-link > .btn-large > i.material-icons {
    font-size: 3.6rem;
}

.footer-copyright {
    font-size: .9rem;
}

.bold-text {
    font-weight: bold;
}

.page-footer a {
    color: inherit;
}

.contact {
    padding: 10px 0;
}

@media only screen and (max-width: 600px) {
    #tel-link {
        margin-top: 3rem;
    }
    #tel-link > a.btn {
        font-size: 1.8rem;
    }
}
