/* general body properties */

body {
    /* This defaults to Helvetica Neue if the viewer has it installed (e.g., Macs) 
       and use a lighter font weight. If they don't have it, we use a decent font from Google Web Fonts. */
    
    /* Warning: if you want alternate font weights, you need to go back to Google Web Fonts and include them in the collection that gets included via <link> */
    font-weight: 300;
    font-family: 'Helvetica Neue', 'Source Sans Pro', 'Open Sans',Helvetica,Arial,sans-serif;
    font-size: 15px;
    padding-top: 70px;
}

a,a:hover {
    color: #990615;
}

p {
    margin: 0 0 1em;
}

.label-khosla {
    background-color: #990615;
}

/* bootstrap properties */

#khoslanav {
  background-color: #7D0612;
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
  border-color: #777777;
}

#khoslanav .navbar-brand {
    color: #DCDCDC;
    font-size: 2.5em;
    font-family:"Oswald",'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 400;
    /*text-transform: uppercase;*/
}

#khoslanav .navbar-brand a {
    color: #DCDCDC;
}

#khoslanav .navbar-brand a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.navbar-brand,.navbar-nav li a {
    line-height: 1.5em;
    height: 1.5em;
    padding-top: 0;
}

.sidenav {
  margin-top: 20px;
}

/* Adapted from the Bootstrap docs for sidebar navigation + scrollspy */
.sidenav .nav > li > a {
  display: block;
  padding: 5px 20px;
}
.sidenav .nav > li > a:hover,
.sidenav .nav > li > a:focus {
  text-decoration: none;
  background-color: #e5e3e9;
  border-right: 1px solid #990615;
}
.sidenav .nav > .active > a,
.sidenav .nav > .active:hover > a,
.sidenav .nav > .active:focus > a {
  font-weight: bold;
  background-color: transparent;
  border-right: 1px solid #990615;
}

/* Nav: second level */
.sidenav .nav .nav {
    margin-bottom: 8px;
}

.sidenav .nav .nav > li > a {
  padding-top:    3px;
  padding-bottom: 3px;
  padding-left: 30px;
  font-size: 90%;
}

@media(max-width:1000px){
  .sidenav.affix {
    position: static;
    width: auto;
    top: 0;
  }
}

.nav-list > .active > a,
.nav-list > .active > a:hover {
  background-color: #7D0612;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.text-success {
    font-variant:small-caps;
}

.label {
    font-weight: normal;
}

.paperimage {
    /*border: 1px solid #787878;*/
    width: 100%;
    overflow: hidden;
    vertical-align: middle;
    max-width: 100px;
    vertical-align: middle;
}

.papers .old {
    display: none;
}

.papers .paper-row {
    padding-top: 1em;
    vertical-align: top;
    padding-left: 0px;
    padding-bottom: 1em;
}

.paper-row:nth-child(odd) {background: #EEE}

.vital-info {
    margin-top: 1em;
}

.vital-info h5 {
    margin-bottom: 0;
}

.olddate, .olddate a {
    color: #AAAAAA;
}

.faq {
    text-align: justify;
}

.bio {
    margin-top: 15px;
}

.btn-link {
    padding: 2em 0px 2em 0px;
    color: #990615;
}

.past-course {
    display: none;
}

.award {
 margin-right: 10px;
}