/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 33px;
    overflow-y: auto;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 33px;
    background: #bf5f46;
    border: 1px solid #bd4120;
    border-radius: 2px;
    -webkit-box-shadow: inset 1px 2px 2px rgba(160, 62, 25, .95);
    box-shadow: inset 1px 2px 2px rgba(160, 62, 25,.95 );
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
    padding-top: 6px;
    padding-bottom: 33px; 
}

.container .text-muted {
    color:antiquewhite;
    margin: 20px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}
