.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}
.theme-showcase > p > .btn {
  margin: 5px 0;
}
.theme-showcase .navbar .container {
  width: auto;
}
body {
  padding-top: 70px;
  padding-bottom: 30px;
  font-family: Georgia, serif;
}
h6 {
  margin-bottom: 0;
  text-transform: uppercase;
  clear: both;
}
blockquote {
  border: none;
  clear: both;
  margin: 1.5em 0;
  padding: 0.5em 10px;
}
blockquote:before {
  color: #E4E4E4;
  content: "\201C";
  display: block;
  float: left;
  font-family: georgia,serif;
  font-size: 9em;
  font-weight: bold;
  line-height: 0.1em;
  margin: 35px 0px 0px 0;
}
blockquote p,
blockquote small {
  margin-left: 80px;
}
blockquote p + p {
  margin-top: 10px;
}
blockquote strong {
  font-weight: 500;
}
.vcard p {
  margin-bottom: 0;
}
.b-contact {
  text-align: center;
  margin-top: 2em;
  margin-bottom: -1em;
}
.b-contact p::before,
.b-contact li::before {
  padding-left: 10px;
  content: '•';
  padding-right: 10px;
  color: rgba(237, 223, 33, 0.2);
}
.b-contact p:first-child::before {
  content: '';
  padding: 0;
}
.b-contact-info {
  display: inline;
}
.b-contact-info p {
  display: inline;
}
.b-contact-profiles {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}
.b-contact-profiles li {
  display: inline;
}
.thumb {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
  max-width: 100%;
  border-radius: 50%;
  padding: 8px;
  border: 8px solid rgba(255, 255, 255, 0);
  opacity: 0.8;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.thumb:hover,
.e-thumb:active,
.e-thumb:focus {
  border: 8px solid #556d72;
  opacity: 1;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.section-head {
  padding-top: 1em;
  margin-top: 2em;
  border-top: 8px solid rgba(85, 109, 114, 0.5);
}
.job h2 {
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0;
}
.job h2 .company {
  font-weight: 500;
}
.job h2 .title {
  font-style: italic;
  opacity: 0.8;
}
.job .date {
  font-style: italic;
  opacity: 0.8;
}
.skill h2 {
  font-size: 1em;
  font-weight: bold;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  margin-bottom: 0;
}
.skill ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
}
.skill ul li {
  font-size: .9em;
  display: inline-block;
  opacity: 0.8;
  margin-right: 5px;
}
.skill ul li:hover {
  opacity: 1;
}
.e-special-amp {
  font-family: Baskerville, Georgia, serif;
  font-style: italic;
  font-size: 1.2em;
}
