#content {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;

    background-image: url("assets/background.jpg");
    background-size: 100%;
    background-repeat: repeat-y;

    /* lol, not sure how to get them to overlap */
    margin-top: -160px;
    padding-bottom: 50px;
}

body {
    font-family: 'Amatic SC', cursive;
    text-align: center;
}

body h1 {
    margin-top: 160px;
    margin-bottom: 0px;
    color: white;
    font-size: 60px;
}

body h2 {
    margin-top: 0px;
    color: white;
    font-size: 40px;
}

#hours-location {
    font-family: "Calibri";

    background-image: url("assets/parchment_background.jpg");
    background-size: 100%;
    width: 100%;
    margin-top: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 24px;
    line-height: 2.2em;
    text-align: center;
}

.hours-location-pane {
    align-self: center;
}

#hours-location #hours-location-left-content {
    padding-left: 10%;
    padding-right: 10%;
}

#hours-location #hours-location-right-content {
    width: 80%;
    height: auto;
}

#hours-location a {
    text-decoration: none;
    color: #000000;
}

#hours-location a:hover {
    color: #f75d2c;
}

#hours-location-header {
    font-family: 'Amatic SC', cursive;
    font-size: 3em;
    padding-bottom: 15px;
}

#hours {
    padding-top: 30px;
}

.hours-header {
    font-family: 'Amatic SC', cursive;
    font-size: 2em;
}

#menu {
    margin-top: 50px;
    text-align: center;
}

.order-online-btn {
    background: #f75d2c;
    border-radius: 12px;
    color: #ffffff;
    font-size: 60px;
    margin: 20px 0px;
    padding: 10px 25px;
    text-decoration: none;
}

.order-online-btn:hover {
    color: #662b18;
}

#menu-images {
    margin: 40px;
}

#menu-images img {
    margin: 10px 0px;
}

#previews {
    margin-top: 25px;
}

.col img {
    align-self: center;
    margin: 25px 0px;
    max-width: 80%;
    height: auto;
}

.col .label {
    background: #ffffffcc;
    margin-top: -120px;
    margin-bottom: 40px;
    padding: 10px 40px;
    border-radius: 12px;
    align-self: center;
    font-size: 40px;
    font-weight: bold;
}
