﻿body {
  padding-top: 50px;
  padding-bottom: 20px;
}

.navbar {
  margin-bottom: 20px;
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d1d1d1+0,7f7f7f+100 */
background: rgb(209,209,209); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(209,209,209,1) 0%, rgba(127,127,127,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(209,209,209,1)), color-stop(100%,rgba(127,127,127,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(209,209,209,1) 0%,rgba(127,127,127,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(209,209,209,1) 0%,rgba(127,127,127,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(209,209,209,1) 0%,rgba(127,127,127,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(209,209,209,1) 0%,rgba(127,127,127,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#7f7f7f',GradientType=0 ); /* IE6-9 */


  color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1d6bcf+0,0a379e+62 */


}

.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;
}