.contact {
    display: inline-block;
    margin: auto .25rem 3rem;
    text-decoration: none !important;
}

.index_logo {
    height: 500px;
}

.loc_top {
    margin: -8rem 0 -.3rem; /*Was -7 or -5*/
}

.contact, .loc_top {
    font-family: "Engravers MT", serif;
}

.not_shown {
    display: none;
}

.not_covid {
    margin: 1rem 0 1.5rem 0 !important;
}

.order_online {
    background-repeat: no-repeat;
    font-family: "Engravers MT", serif;
    font-weight: bold;
    text-decoration: none;
    position: relative; top: 0px; left: 0px;
    overflow: hidden;
    box-sizing: border-box;
    transition: background-color 0.15s ease 0s;
    -webkit-font-smoothing: antialiased;
    height: 54px;
    min-width: 46px;
    line-height: 54px;
    white-space: nowrap;
    display: inline-block;
    padding: 0px 20px 0px 20px;
    /*border-radius: 0 4px 4px 0;*/
    text-align: left;
    font-size: .875rem;
    background-color: #ffffff;
    border: 2px solid #000000;
    background-position: 15px 50%, 52px 0px;
    background-size: 22px, 2px 54px;
}

.order_online_caviar {
    background-repeat: no-repeat;
    font-weight: bold;
    text-decoration: none;
    position: relative; top: 0px; left: 0px;
    overflow: hidden;
    box-sizing: border-box;
    transition: background-color 0.15s ease 0s;
    -webkit-font-smoothing: antialiased;
    height: 54px;
    min-width: 46px;
    line-height: 54px;
    white-space: nowrap;
    display: inline-block;
    padding: 0px 25px 0px 25px;
    /*border-radius: 4px 0 0 4px;*/
    text-align: left;
    font-size: 16px;
    background-color: #ffffff;
    border: 2px solid #000000;
    border-right: 0px;
    background-position: 50%;
    background-size: 22px, 2px 54px;
    background-image: url('../images/caviar.png');
}