/* --- sticky footer -------------------------------------------------------- */

html,
body {
    height: 100%;
}
 
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -6em;
}
#push,
#footer {
    height: 6em;
}

/* --- customizing bootstrap ------------------------------------------------ */

div.nav-collapse ul.nav li.brand-padding {
    padding: 2pt 5pt 2pt 0pt;
}

code.highlighter-rouge {
    color: black;
    background: transparent;
    border: none;
}