body {
  font-family: "Georgia", serif !important;
  
}
#title {
  padding:20px;
  padding-bottom: 0px;
  text-align: center;
  font-size: 400%;
  font-weight: bold;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  letter-spacing: 3px;
}
#subtitle {
  text-align: center;
  font-style: italic;

}
#portrait {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-width: thin;
  border-color: black;
  border-style: solid;
}
#portrait-div {
  padding:20px;
}
#textBox {
  width:50%;
  margin:auto;
}

.navbar.center .navbar-inner {
  text-align: center;
}
.navbar.center .navbar-inner .nav {
  display:inline-block;
  float: none;
  vertical-align: top;
}
a {
  color: Black !important;

}
