body {
  color: white;
  background: black;
  font-family: "Crimson Pro", "Crimson Text", Garamond, "Adobe Garamond", "Adobe Caslon", Georgia, "Times New Roman", Times, serif;
  margin: 0;
  padding: 0;
  line-height: 1.5em; }

hr {
  color: #ffff99;
  background-color: #ffff99; }

a {
  text-decoration: none;
  font-weight: bold;
  color: #1360da; }

a:visited {
  color: #1360da; }

a:hover {
  color: #c129a2; }

#main {
  position: relative;
  min-height: 700px;
  width: 90%;
  max-width: 960px;
  margin-top: 35px;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  color: #444;
  background: #fff;
  padding: 0px 0px 0px 0px;
  border: 1px #a46385 solid; }

#mobile-dropdown {
  display: none; }

#navbar {
  font-size: 12px;
  font-family: Helvetica, Verdana, sans-serif;
  background-color: rgba(14, 14, 14, 0.4);
  margin: 0;
  padding: 6px 10px;
  text-align: left;
  line-height: 225%; }

#navbar a {
  color: white;
  text-decoration: none;
  width: 126px;
  height: 25px;
  font-weight: bold;
  padding: 12px 20px 12px;
  margin: 0; }

#navbar a:hover {
  color: white;
  background-color: #8a4569; }

#navbar a:active {
  color: white;
  background-color: #b55486; }

#navbar #current {
  color: #dfa7c4;
  background-color: #444; }

#navbar #current a:hover {
  color: white;
  background-color: #aa9999; }

#navbar #current a:active {
  color: white;
  background-color: #ff6600; }

#pageheader {
  margin: 40px 30px 20px;
  text-align: left;
  padding: 0 10px; }

#pageheader h1 {
  display: inline;
  font-size: 32px;
  font-weight: normal;
  font-style: italic; }

#pageheader .blog-index-link {
  padding: 0 0 1.5em; }

#pageheader .blog-date {
  padding: 3px 0 0;
  font-style: italic;
  color: #666;
  font-size: 1em; }

.content {
  font-size: 20px;
  line-height: 1.4em;
  color: #222;
  padding: 10px;
  margin: 0px 30px 20px;
  min-height: 300px; }

.content .page-intro {
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 15px;
  color: #222;
  border-top: thin #5f46d8 dotted;
  border-bottom: thin #5f46d8 dotted;
  font: 15px Helvetica, Verdana, sans-serif;
  line-height: 22px; }

.content .page-intro p {
  padding: 0; }

.content h2 {
  font: 15px Helvetica, Verdana, sans-serif;
  color: #454545;
  font-weight: bold;
  width: 95%;
  padding: 10px 0 15px;
  margin: 10px 0;
  border-bottom: thin #666 solid; }

.content .blog-h2-anchor:link,
.content .blog-h2-anchor:visited {
  margin-left: 5px;
  color: #706f6f; }

.content p {
  padding: 4px; }

.content hr.tag-separator {
  color: #777;
  background-color: #fff;
  border: 1px dotted; }

.content .tags {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px; }
  .content .tags .tag-link {
    margin: 0 5px; }

.content code, .content .code-sample {
  font-size: 14px !important;
  line-height: 20px !important;
  color: orangered; }

.content.blog-content img {
  max-width: 100%; }

.content aside.blog-aside {
  border: thin #d05d36 solid;
  padding: 0 10px 10px; }
  .content aside.blog-aside .aside-title {
    background: #d05d36;
    color: white;
    font-weight: bold;
    padding: 5px 15px 7px;
    margin: 0 -10px; }
  .content aside.blog-aside pre {
    margin-left: 5px; }

.content img.image-float {
  float: right;
  margin: 5px 0 5px 5px;
  padding: 5px 0 5px 5px; }

.content img.selfportrait {
  padding: 0px;
  margin: 20px 0 10px 10px;
  border: thin #4e89e4 solid;
  border-radius: 50%;
  -webkit-box-shadow: 5px 5px 5px #9f8894;
          box-shadow: 5px 5px 5px #9f8894; }

.content img.wideportrait {
  margin: 15px;
  padding: 0;
  width: 300px;
  border-radius: 25px;
  -webkit-box-shadow: 5px 5px 5px #444;
          box-shadow: 5px 5px 5px #444; }

.content li {
  padding-bottom: 5px; }

.epigraph {
  font-size: 90%;
  font-style: italic; }

#photo {
  float: none;
  display: block;
  margin: auto !important;
  padding-top: 10px; }

.small {
  margin: 20px 5px 5px 5px;
  padding: 3px;
  font-size: 85%; }

.content th {
  text-align: left; }

.content td.info {
  font-family: Helvetica, Verdana, sans-serif;
  font-size: .75em; }

.content td {
  min-width: 9em;
  border-bottom: thin #5f46d8 dotted; }

.project-list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  align-content: start; }

.project-card {
  flex: 0 0 auto;
  width: 330px;
  height: 400px;
  padding: 15px;
  margin: 15px;
  border: 2px #999 dotted; }

.project-card:hover {
  background: #fff5f5; }

.project-card-image-section {
  text-align: center;
  margin-bottom: 15px; }

.project-card-image {
  width: 300px;
  max-width: 90%;
  max-height: 200px;
  float: none; }

.project-title {
  text-align: center;
  font-family: Helvetica, Verdana, sans-serif;
  font-size: 15px;
  margin: 6px 0 0; }

.project-description {
  text-align: center;
  display: block;
  font-style: italic;
  line-height: 1.3em;
  margin: 0;
  color: black;
  font-weight: normal; }

@media (min-width: 601px) and (max-width: 960px) {
  #main {
    width: 90%; }
  #pageheader {
    width: auto; }
  .content h1, content .h2 {
    width: auto; }
  .content img.image-float {
    width: 35%;
    height: auto; }
  .project-card {
    width: 250px; } }

@media (max-width: 600px) {
  #main {
    border: none; }
  #navbar {
    float: none;
    width: 100%;
    margin: 0;
    height: auto; }
  #navbar a {
    width: 100%;
    float: none;
    display: block; }
  #navbar #current {
    width: 100%; }
  #mobile-dropdown {
    display: block;
    cursor: pointer;
    font-weight: bold;
    color: white;
    margin: 5px 0 5px 10px; }
  #mobile-dropdown:after {
    display: inline-block;
    margin: 0 0 3px 4px;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid white; }
  #navbar[data-status='active'] #mobile-dropdown:after {
    border-top: none;
    border-bottom: 5px solid white; }
  #navbar[data-status='hidden'] #nav-menu {
    display: none; }
  #navbar[data-status='active'] #nav-menu {
    display: block; }
  .content {
    width: auto;
    margin: 0 0 20px; }
  .content .page-intro {
    margin-top: 10px;
    width: auto; }
  .content .h2 {
    width: auto; }
  .content .image-float {
    width: 35%;
    height: auto; }
  .project-list {
    display: block;
    padding: 10px 0; }
  .project-card {
    display: block;
    width: auto;
    height: 400px;
    padding: 15px;
    margin: 15px 0;
    border: 2px #999 dotted; }
  .project-card-image {
    width: auto;
    padding: 0 auto; }
  #pageheader {
    width: auto;
    margin: 30px 0 8px;
    text-align: center; }
  #main {
    width: auto;
    margin: 0 0 25px; } }
