@media screen and (max-width: 700px) {
    body { background-attachment: scroll; }
}

#bannermenutable { font-family: arial; font-size: x-small; color: black; }
#bk_menu { border: 2px solid #8A1C0F; border-radius: 5px; }
#container { width: 100%; max-width: 1200px; margin: 0 auto; }

#menutable { background-color: #FFB62E; border: 2px solid #8A1C0F; border-radius: 5px;  font-family: arial; text-align: left; padding: 20px;} 

/* Safari, Firefox, IE, Edge, Standard */
#chapter_table {-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

a:link{ color: #8A1C0F; font-weight: bold; text-decoration: none; }
a:hover{ color: #8A1C0F; font-weight: bold; text-decoration: none; }
a:visited{ color: #8A1C0F; font-weight: bold; text-decoration: none; }
a:active{ color: #8A1C0F; font-weight: bold; text-decoration: none; }

.chapt { font-size: 14px; color: #3A2322; background-color: white ;}

.content { position: relative;  z-index: 1;  color: white;}

.underbanner { background-color: #D47F49 ; width: 100%; }
.bannermenuitem { font-size: small; }

.largebutton { font-size: 20px; font-weight: bold; color: #9F4C04; background-color: #E5DCD2; }

.menuitem { font-size: 24px; color: #9F4C04; font-weight: bold; }

.summtxt { font-size: 14px; color: #3A2322; background-color: #E5DCD2; padding: 20px;}

.site-layout {
    display: flex;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    align-items: flex-start;
}

.site-sidebar {
    width: 15%;
    text-align: center;
}

.site-content {
    width: 85%;
    text-align: center;
}

.site-logo { width: 400px; max-width: 15%; height: auto; }

/* =========================================
   RESPONSIVE / MOBILE STYLES
   ========================================= */

img {
    max-width: 100%;
    height: auto;
}

/* Tablet */
@media screen and (max-width: 900px) {

    #container {
        width: 95%;
    }

    #menutable {
        padding: 12px;
    }

    .menuitem {
        font-size: 20px;
    }

}

/* Mobile */
@media screen and (max-width: 600px) {

    #container {
        width: 94%;
    }

    #menutable {
        width: auto;
        padding: 8px;
    }

    .menuitem {
        font-size: 18px;
    }

    .bannermenuitem {
        font-size: 14px;
    }

    .summtxt {
        padding: 12px;
    }

    .chapt {
        font-size: 16px;
        line-height: 1.6;
    }

}

@media screen and (max-width: 700px) {

    .site-layout {
        display: block;
        width: 100%;
    }

    .site-sidebar {
        width: 100%;
    }

    .site-content {
        width: 100%;
    }

    .site-logo {
        width: 250px;
        max-width: 80%;
        height: auto;
    }
}

