

body {
  padding-top: 70px;
  padding-bottom: 30px;
  background-color: #000000;
  color: #FFFFFF;
}

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

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


.progress {
  height: 5px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.text-primary {
  color: #FFFFFF;
}

.scrollable-menu {
    height: auto;
    max-height: 600px;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Pathway Gothic One', sans-serif;
}

.navbar-brand {
	font-family: 'Pathway Gothic One', sans-serif;
	font-size:200%;
}

.lead {
    font-family: 'Pathway Gothic One', sans-serif;
}
