
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.footer {
    width: 1100px;
    height: 230px;
    margin: 0 auto;
    padding: 0;
    line-height: 0;
    position: relative;
    overflow: hidden;
}

.footer img {
    position: absolute;
    left: 0;
    top: 0;
    width: 1100px;
    height: 230px;
    z-index: 1;
    margin: 0;
    display: block;
}

.footer_logo {
    display: block;
}

.footer_contact_box {
    position: absolute;
    padding: 60px 0 0 780px;
    z-index: 2;
}

.footer_contact_line1 {
    display: flex;
    align-items: center;
    width: 400px;
    margin-top: 4px;   /* small gap below address */
}

.footer_contact_line3 {
    display: flex;
    align-items: flex-start;
    width: 400px;
    margin-bottom: 4px;   /* small gap above phone */
}

.footer .menu {
    font-size:  14px;
    line-height: 20px;
    color:  #888888;
}

.copyright {
    width: 1100px;
    margin: 0 auto;        /* center it the same way */
    background: white;     /* matches the footer white */
    text-align: center;
}

.line_box {
    margin-left: 10px;
}

.footer_contact_line1,
.footer_contact_line3 {
    display: flex;
    align-items: flex-start;
}

