body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#name {
  font-weight: bold;
}
#name a {
  color: #000;
}

a.tt {
  color: #408000;
}

.tt {
    font-family: Menlo, Courier, monospace;
}

span.info {
  color: #222;
}

a.section-title {
    color: black;
    text-shadow: 0 2px 4px rgba(0,0,0,.25);
    display: block;
    font-weight: bold;
    border-top: 2px solid black;
}

.internal-link {
    font-size: 14px;
    float: right;
}

ul.button-row {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

ul.button-row li {
    display: inline-block;
    margin: 0.25em 0;
}
ul.button-row li i.fa {
    margin-right: 0.5em;
}

li.proj a:first-child {
  font-weight: bold;
  color: #ff8000;
}
li.talk a:first-child {
  font-weight: bold;
  color: #008040;
}

li.proj a:first-child:after,
li.talk a:first-child:after {
  content: ":  ";
}

li.talk a.talkExternalLink::after {
  content: none;
}

li.talk a.talkExternalLink {
  font-weight: normal;
}

footer {
  margin-top: auto;
  border-top: 1px black solid;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  font-size: 0.7em;
  font-family: "Source Code Pro", Menlo, Courier, monospace;
  text-align: center;
  background-color: #EEE;
}
