html {
  position: relative;
  min-height: 100%;
}

body {
  padding-top: 70px;
  padding-bottom: 30px;
    /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}


.footer {
   position: fixed;
    height: 100px;
    bottom: 0;
    width: 100%;
    
  background-color: #f5f5f5;
}


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