/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 70px;

}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 70px;
    background-color: #301836;
    padding: 0px;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */


.footer > .container {
    margin-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
}

code {
  font-size: 80%;
}
footer {
font-size:84%;
}
    footer .container {
color: #ccc;
    }
    footer .container a {
        color:#ccc;
    }
    footer .container a:hover {color:white;}
