/* The Overlay (background) */
.llgc_slide-in_menu_overlay {
    /* Height & width depends on how you want to reveal the overlay */
    height: 100%;
    overflow: auto;
    font-size: 0.66em;
    line-height: 1em;
    width: 0;
    font-family: Lato, sans-serif;
    position: fixed; /* Stay in place */
    z-index: 101; /* Sit on top */
    right: 0; /* Slide right */
    top: 0em;
    background-color: #414445;
    transition: 0.2s; /* 0.2 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/*------------------------------------*\
    Content Styling
\*------------------------------------*/

/* Close Button */
#llgc_xs_menu_close-nav {
    font-size: 3em !important;
    text-align: center;
    padding-top: 0.5em;
}
#llgc_xs_menu_close-nav a{
    color: white;
}

/* Lang and Home buttons */
/*#llgc_slide-in_menu-langHomeButtons{*/
/*    margin-bottom: 1em;*/
/*}*/

/* Menu Buttons */
#llgc_slide-in_menu-menu{
    /*margin-top: 0.5em;*/
    margin-bottom: 1em;
}
.llgc_slide-in_menu-menuButtons {
    color: white !important;
    background-color: transparent;
    border: transparent;
    font-size: 1.8em;
    margin-left: 0.6em;
    margin-right: 0.6em;
}

.list-group{
    margin-bottom: 0;
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover{
    background-color: transparent;
}

.list-group-item:first-child{
    border-radius: unset;
}
.list-group-item:last-child{
    border-radius: unset;
}

/* Tithe menu button */
#llgc_tithe_menu_button{
    /*background-color: #957123;*/
    background-color: #A56A04;
}

/* Newspapers menu button */
#llgc_newspaper_menu_button{
    /*background-color: #128085;*/
    background-color: #198577;
}

/* Journals menu button */
#llgc_journals_menu_button{
    /*background-color: #3d8274;*/
    background-color: #067FAF;
}

/* Catalogue menu button */
#llgc_catalogue_menu_button{
    background-color: #bb4ca1;
}
/* Resources menu button */
#llgc_resources_menu_button{
    /*background-color: #a8672b;*/
    background-color: #D3460F;
}

/* Navigation Buttons */
