h1, h2, h3, h4, h5, h6 {
  font-family: Quattrocento, "文泉驛微米黑", "微軟正黑體", "Droid Sans Fallback", serif;
}

.navbar-nav > li > a, .navbar-brand {
  font-family: Quattrocento, "文泉驛微米黑", "微軟正黑體", "Droid Sans Fallback", serif;
  color: rgb(55, 55, 55);
}

a.navbar-brand:hover {
  color: black;
}

.navbar {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(rgba(215, 215, 215, 0.95)), to(rgba(210, 210, 210, 1.00)));
  background-image: -webkit-linear-gradient(top, rgba(215, 215, 215, 0.95), 0%, rgba(210, 210, 210, 1.00), 100%);
  background-image: -moz-linear-gradient(top, rgba(215, 215, 215, 0.95) 0%, rgba(210, 210, 210, 1.00) 100%);
  background-image: linear-gradient(to bottom, rgba(215, 215, 215, 0.95) 0%, rgba(210, 210, 210, 1.00) 100%);
  background-repeat: repeat-x;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D7D7D7', endColorstr='#D2D2D2', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.3);
  border-color: rgb(179, 179, 179);
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
  color: black;
}

.navbar-toggle {
  background-color: rgba(70, 70, 70, 0.3);
}

.navbar-toggle .icon-bar {
  background-color: rgb(130, 130, 130);
}

body {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: rgb(250, 250, 250);
}

.profile {
  margin: 60px auto 30px;
}

.profile-info {
  vertical-align: center;
  clear: both;
  position: relative;
}

.img-profile {
  max-width: 200px;
  text-align: center;
  margin: 0 auto;
}

.img-profile > img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.misc-info {
  float: left;
}

.social-links {
  float: right;
}

.social-links > a {
  color: inherit;
  text-decoration: none;
}

.chess {
  background-color: #ffffff;
}

.section {
  padding-top: 10px;
  padding-bottom: 10px;
}

.inline {
  float: left;
  display: inline;
  padding-right: 2px;
  padding-left: 2px;
}

.edu-desc {
  padding-left: 50px;
}

.anchor-parent {
  position: relative;
}

.anchor {
  position: absolute;
  top: -60px;
}

.row {
  padding-bottom: 20px;
}

.responsive {
  width: 100%;
}

.talk-block {
  width: 100%;
  height: 300px;
}
