body {
  padding-top: 50px;
  padding-bottom: 20px;
}

.navbar {
  margin-bottom: 20px;
  /**/background-color: #7f7f7f;*/
  color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1d6bcf+0,0a379e+62 */
background: rgb(29,107,207); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(29,107,207,1) 0%, rgba(10,55,158,1) 62%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(29,107,207,1)), color-stop(62%,rgba(10,55,158,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(29,107,207,1) 0%,rgba(10,55,158,1) 62%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(29,107,207,1) 0%,rgba(10,55,158,1) 62%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(29,107,207,1) 0%,rgba(10,55,158,1) 62%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(29,107,207,1) 0%,rgba(10,55,158,1) 62%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d6bcf', endColorstr='#0a379e',GradientType=0 ); /* IE6-9 */

}


.center-block{
    background-color: #fff;
    padding: 10px 20px 10px 20px;
    border-bottom-right-radius:.5em;
    border-bottom-left-radius: .5em; 

}

.navbar-brand{
    padding-top: 18px;
}
.navbar .navbar-inverse .navbar-brand a{
  color: #999999;
    font-size: 20px;
}

#navbar a {
    color: #fff;
}

#navbar a:hover, a:focus {
    color: #111;
    background-color: #ccc;
}

.navbar img{
    margin-top: -15px;
    
}

.navbar-inverse .navbar-brand{
  color: #ffffff;
  font-size: xx-large;
}

#navbar .dropdown-menu li a{
	color: #000;
}