/* July 10, 2024 */



footer {
    margin-top: 4rem;

    background-color: #58111A;
    width: 100vw;
    max-width: 100%;
    /* height: 8rem; */
    /* height: 10rem; */

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    padding-top: 20px;
    padding-bottom: 20px;

    align-self: flex-end;
    /* margin-bottom: 0; */

}

#footer_main {
    display: flex;
}


#footer_left_col {
    width: 50%;
    height: 100%;
    /* border: 1px solid yellowgreen; */
    /* padding: 15px 0; */
    /* margin: 10px 0; */
    /* width: 48%; */
    letter-spacing: 1px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

/* footer { */
#footer_right_col {
    display: flex;
    /* justify-content: center; */
    justify-content: space-between;
    /* align-items: center; */
    flex-direction: column;

    width: 50%;
    /* border: 1px solid yellowgreen; */
    
    margin: 10px 0;

    width: 52%;

    
    letter-spacing: 0.6px;
}


#footer_help_title {
    font-size: 12px;
    font-size: 16px;
    color: #eee;
    /* text-align: center; */
    margin-bottom: 24px;
    font-weight: bold;
}
#footer_help {
    /* font-size: 14px; */
    /* font-size: 13px; */
    color: #eee;
    display: flex;
    flex-direction: column;
    justify-content: center;

    /* border: 1px solid yellow; */
}
#footer_help > div {
    margin-bottom: 10px;
    font-size: 16px;
}









#footer_contact_us {
    display: flex;
    flex-direction: column;
}
#footer_contact_us a {
    color: #eee;
}

#footer_contact_us_title {
    color: #eee;
    text-decoration: underline;
}


#footer_email_us_title {
    color: #eee;
    font-size: 0.9rem;
    padding-left: 1px;
    /* padding-left: 2px; */
}
#footer_email {
    text-decoration: none;
    font-size: 11px;
    font-size: 0.9rem;
    color: rgb(213, 190, 73);
}













/* 🧡 tr:nth-child(1) th:after { content: 'day'; } 🧡 */

/* #footer_hours tr { border: 1px solid white; } */
#footer_hours th {
    text-align: end;
    padding-right: 10px;
}
#footer_hours td {
    text-align: center;
}





#footer_bottom_content {
    margin-top: 22px;
    font-size: 8px;
    text-align: center;
    color: #eee;

    letter-spacing: 0.8px;
}




@media only screen and (min-width: 767px) {
    footer { padding-top: 3rem; }
    #footer_bottom_content { margin-top: 2.4rem; }

    /* #footer_left_col { width: 50%; }
    #footer_right_col { width: 50%; } */
    #footer_left_col { width: 90%; }
    #footer_right_col { width: 50%; }

    #footer_hours tr:nth-child(1) th:after { content: 'day'; }
    #footer_hours tr:nth-child(2) th:after { content: 'day'; }
    #footer_hours tr:nth-child(3) th:after { content: 'day'; }
    #footer_hours tr:nth-child(4) th:after { content: 'day'; }
    #footer_hours tr:nth-child(5) th:after { content: 'day'; }
    #footer_hours tr:nth-child(6) th:after { content: 'day'; }
    #footer_hours tr:nth-child(7) th:after { content: 'day'; }

    #footer_hours th, 
    #footer_hours td { font-size: 14px;}

    #footer_motto, 
    #footer_motto + p { display: inline-block; }

    #footer_copyright, 
    #footer_copyright + p { display: inline-block; }


}


