body {
  padding-top: 5px;
  padding-bottom: 30px;
}

.theme-dropdown .dropdown-menu {
  display: block;
  /*position: static;*/
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

#navbar-main {
  /* Added `.affix-top` class css when the element is top */
  /* Added `.affix` class css when the element is >= 170px (Look: line 8 html) */
  /* Added `.affix-bottom` class css when the element is footer */
}
#navbar-main.affixed-top {
  background: black;
}
#navbar-main.affix {
  background:rgb(209,0,171);;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.navbar-inverse .navbar-nav>li>a{
	color:#fff !important;
}

.centertext {
	text-align:center;
}

.paddedbottom {
	padding-bottom:10px;
}

.nav-2{
  top:-10px;
  left:0px;
  width:100% !important;
  background:rgb(209,0,171);
  padding-top:10px;
  padding-bottom:10px;
}


.logoimage {
	max-height:100px;
}


@media screen and (max-width: 990px) {
    .logoimage {
       max-height:50px;
    }

}
