body {
  font-family: "Open Sans";
}



div.name span {
  font-family: Courier;
  font-size: 80%;
  font-weight: 400;
}

div.name span.lname {
  margin-left:-.25em;
  color: green;
  font-size:100%;
  font-weight: 600;
}

div.name span.degree {
  margin-left:-.5em;
  font-size:60%;
  color: darkgray;
}

@-webkit-keyframes typing { from { width: 0; } }
@-webkit-keyframes blink-caret { 50% { border-color: transparent; } }


div.name h1 { 
   /* font: bold 300% Consolas, Monaco, monospace; */
    border-right: .1em solid black;
    /* width: 16.5em; */
    width: 18ch;
    margin-top: .3em;
    margin-right: .8em; 
    white-space: nowrap;
    overflow: hidden;
    -webkit-animation: typing 3s steps(18, end),
               blink-caret .5s step-end infinite alternate;
}


div#top  {
  padding-bottom: 1.5em;
  background-color: rgba(255, 255, 255, .01);
  background-image: url("http://www.transparenttextures.com/patterns/cloth-alike.png");
}

.highlight {
  /* background-image: linear-gradient(#ffd900, #ffd900); */
  background-image: linear-gradient(gold, gold);
  background-repeat: no-repeat;
  background-position: 0% 100%;
  /* background-size: 100% 2px; */
  background-size: 100% 100%;
}

.highlight:hover {
  /* background-size: 100% 100%; */
  background-size: 100% 2px; 
  background-position: 0% 100%;
  transition: background-position .5s, background-size .3s;
}

#top a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: coral;
}

#top a:hover {
  color: lightsalmon;
  font-weight: 400;
}


.biopic {
  max-height: 350px; 
  float: right;
}

.title {
  text-align: right;
  padding-right: 2em;
}

#description {
  line-height: 2em;
}

.title1 {
  font-size: 120%;
  font-weight: 600;
}

.title2 {
  font-size: 100%;
  font-weight: 400;
}

.title3 {
  font-size: 65%;
  font-weight: 300;
}




div.slogan {
  background-color: black;
  color: white;
  padding-bottom: 1em;
  padding-top: 1.5em;
  font-weight: 300;
}

div.slogan p {
  font-weight: 300;
  font-size: 80%;
}



div.content li {
  list-style: none;
  margin-left: -2.5em;
}

div.content {
   /* for the li items */
   font-size: 80%;
}

div.content h2 {
  color: brown;
  font-size: 150%;
  font-weight: 600;
}

div.content h3 {
  color: brown;
  font-size: 125%;
}

ul.pubs li {
  padding-bottom: 1em;
}

ul.edu li, ul.office li, ul.teach li {
  padding-bottom: .5em;
}

.jumbotron {
  border-radius: 0px;
}

.award {
  color: green;
}

.salient {
  color: yellow;
}


.address {
  text-align: right;
}

