body {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f0f0f0;
  
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

.top-menu{
    height: 30px;
    padding: 5px;
}

.top-menu a:hover,a:focus {
  color: #337ab7;
  text-decoration: none;
}

.top-menu a{
  color: #9e9e9e;
}

.footer{
    background-color:#484848;
    padding:20px;
    color: #9e9e9e;
}

.footer a:hover,a:focus {
  color: #FFF;
  text-decoration: none;
}

.footer a{
  color: #9e9e9e;
}


.navbar-nav>li>a {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-brand {
  height: 60px;
  padding: 10px;
}
.navbar {
  min-height: 40px;
}


.navbar-toggle {
margin-top: 4px;
margin-bottom: 4px;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

