@charset "utf-8";
/****************
Zach Severance
Date Created: 7/8/2020
File: hours-stylesheet.css
*****************/

/*** Header Edits ***/
.header {
    background: url(header-image.jpg);
    background-size: cover;
    background-position: center;
}

.hours-container {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hours-container table {
    width: 100%;
    height: auto;
    background: black
}

.hours-container table tr td {
    color: white;
    padding: 30px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    border-bottom: solid 2px gray;
}



/*** Media Query ***/
