html,body {
  height: 100%;
  width: 100%;
}
body {
  padding-top: 51px;
  padding-top: 70px;
  padding-bottom: 30px;
}

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

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

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


ul.updates{
  padding: 0;
  list-style: none;
  display: block;
}

ul.updates .post-time{
  margin-right: 20px;
}

ul.updates .fa{
  margin-right: 10px;
}

ul.updates li{
  border-top: 1px dotted #888;
  padding: 20px 0 10px;
}

.slideshow-head{
  height: 100%;
  width: 100%;
}

.slideshow-head .slides-1{
  background: url("../images/banner.jpg") no-repeat;
  background-size: cover;
  height: 100vh;
}