
/* Footer */
#footer .inside {
    background-image:url("/files/glenmain/layout/darkdenim3.png");
    background-position:left top;
    background-repeat:repeat;
}

/* Footer */
#footer .inside {
    height:90px;
    font:10px Helvetica,Arial,sans-serif;
    color:#DDDDDD;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
    justify-content: center;
    justify-items: center;
}
#footer .inside h2 {
    font:14px/20px Helvetica,Arial,sans-serif;
    color:#DDDDDD;
}
#footer .inside .copyright h2 {
    padding-top:34px;
    text-shadow: 0 -1px 0 black;
}
#footer .inside .resourcen p {
    margin-bottom:0;
    font:12px/16px Helvetica,Arial,sans-serif;
    color:#888888;
    text-shadow: 0 -1px 0 black;
}
#footer .inside .resourcen h2 {
    margin-top:.5em;
}
#footer .inside .resourcen a:link,
#footer .inside .resourcen a:visited {
    font:12px/16px Helvetica,Arial,sans-serif;
    text-decoration:none;
    color:#AAAAAA;
}
#footer .inside .resourcen a:hover,
#footer .inside .resourcen a:focus,
#footer .inside .resourcen a:active {
    font:12px/16px Helvetica,Arial,sans-serif;
    text-decoration:none;
    color:#DA8838;
}
