/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
  /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    border-top: 0;
    background-color: transparent;
}
@media only screen and (min-width:768px) {
    .footer {
        position: relative;
    }
}            

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

.container {
    width: auto;
    max-width: 780px;
    padding: 0 15px;
}
.container .text-muted {
    margin: 20px 0;
}
