html,
body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  background: #ffffff;
  color: #000000;
  font-family: sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

.site_header {
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 35px 35px 100px 35px;
  overflow-x: hidden;
  overflow-y: auto;
  color: #f4f4f4;
  font-size: 18px;
  line-height: 1;
  text-rendering: optimizeLegibility;
  text-align: left;
  width: 170px;
  z-index: 999;
}

.site_header::-webkit-scrollbar {
  display: none;
}

.header_text {
  font-family: georgia, serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  z-index: 999;
}

.header_text a {
  color: #c097e9;
  text-decoration: none;
}

.header_text a:hover {
  color: #c097e9;
}

.header_text a:active {
  color: #999999;
}

.navigation {
  margin-top: 1em;
  padding-top: 20px;
  font-size: 16px;
  line-height: 1.7em;
  z-index: 10;
}

.navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.navigation li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.navigation a {
  color: #000000;
  text-decoration: none;
}

.navigation a:hover {
  color: #c097e9;
}

.navigation a:active {
  color: #000000;
}

.navigation li.active a {
  color: #000000;
}

.container {
  margin-left: 252px;
  padding-top: 24px;
  padding-right: 45px;
  min-width: 275px;
}

.entry {
  position: relative;
  margin: 0 12px;
}

body.page-text .entry {
  margin-top: 82px;
}

.project_content {
  max-width: 1700px;
  margin: 0 auto;
  text-align: left;
}

.project_content::after {
  content: "";
  display: table;
  clear: both;
}

.project_content img {
  display: block;
  float: left;
  margin: 0 0 20px 0;
  border: 0;
  max-width: 100%;
  height: auto;
}

.project_content br {
  clear: both;
}

.project_content p {
  margin: 0 auto;
  padding: 0;
}

.project_content a {
  color: #000000;
  text-decoration: underline;
}

.project_content a:hover {
  background-color: #c097e9;
  color: #000000;
  text-decoration: none;
}

.project_content a:active {
  background-color: #000000;
  color: #ffffff;
}

@media (max-width: 900px) {
  .site_header {
    position: relative;
    padding: 16px 16px 20px 16px;
    overflow: visible;
    width: auto;
    bottom: auto;
  }

  .navigation {
    padding-top: 10px;
    line-height: 1.5em;
  }

  .container {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 0;
    margin-left: 0;
    min-width: 0;
  }

  .entry {
    margin: 0 8px;
  }

  body.page-text .entry {
    margin-top: 0;
  }

  .project_content {
    padding: 0;
  }
}

.bio {
  max-width: 600px;
  margin: 0;
}