.navbar .navbar-nav {
  display: inline-block;
  float: none;
}

.navbar .navbar-collapse {
  text-align: center;
}

.navbar-inverse .navbar-brand {
    color: #E0E0E0;
    font-size: 200%;
}

.dropDownItem {
    text-align: left;
    color: #FFCC33;
}

a.item {
    color: #FFFFFF !important;
}

#navigationBar {
    background-color: #6599FF;
}

.nav .active a {
    background:#0066CC !important;
}

li.dropdown.open > .dropdown-toggle {
    background:#0099FF !important;
}

.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a
{
    z-index: 2;
    background-color: #FF9933;
    color: white;
}

.dropdown-menu {
    background-color: #0099FF;
    z-index: 1;
}

body {
    /*background-color: #00CC00;*/
}

#companyDescription {
    position: relative;
    z-index: -1;
    background-color: #FF9933;
    color: white;
}

#companyName {
    font-size: 600%;
}

.headings
{
    font-size: 500%;
    text-align: center;
}

#impress {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}

#brodkast {
    width: 80%;
}

.btn-info {
    background-color: #FF6633;
}

.btn-info:hover {
    background-color: #FF9933;
}

h1, h2, h3 {
    color: #585858;
}

.founder {
    text-align: center;
}

.founderPhoto
{
    margin-top: 5px;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#Hammad {
    width: 80%;
}

#Rocky {
    width: 84%;
}

#Kia {
    width: 77%;
}

#Nima {
    width: 90%;
}

#Jacob {
    width: 83%;
}

footer {
    padding: 2em 0;
    margin: 3em 0;
    border-top: 1px solid #ddd;
    color: #999;
    text-align: center;
}