body {
  padding-top: 70px;
  padding-bottom: 30px;

  min-height: 100%;

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

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

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

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 100%;
    margin: auto;
    height: auto;
}

*{
    margin: 0;
}
html {
    height: 100%;
    min-height: 100vh;
}
footer {
   margin-top: auto;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    //margin: 0 auto -155px; /* the bottom margin is the negative value of the footer's height */
}
/* .footer, .push {
    height: 155px; /* .push must be the same height as .footer */
} */
