/* Sticky footer styles */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  background-color: #70111e;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 50px;
  color: #fff;
  background-color: #70111e;
}
.container {
    padding-right: 10px; 
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    width: 95%;
}
.navbar-inverse {

    background-color: #70111e;
    border-color: #70111e;

}