/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */

a.name.navbar-brand {
    /*Font family changed by Senthil to include Berkshire Swash*/
    /*font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;*/
    font-family: "Berkshire Swash", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 40px;
    color: #6DA6E2;
    margin-top: 25px;
    margin-left: 20px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 0;    
}

a.name:link, a.name:visited {
    text-decoration: none;
}

a.name:hover, a.name:focus {
  text-decoration: underline; 
}

.logo img{
    max-height: 4em;
    margin-top:   5px;
    margin-left:  10px;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 20px;
}

/** Following css modifications added by senthil to customize the theme */

.navbar-header .lead {
   font-size: 12px;
   font-weight: lighter;
   margin-bottom: 4px;
}