body {
  margin: 15px auto 0 auto;
  padding: 0 10px;
  font: 15px sans-serif;
  max-width: 800px;
  -webkit-text-size-adjust: none;
}
a {
  text-decoration: none;
  color: #00c;
}
a:hover {
  text-decoration: underline;
}
p, li {
  line-height: 1.3;
}
h1 {
  margin-top: 0;
}
h3 {
  margin: 10px 0 5px;
  font-size: inherit;
  color: black;
}
pre, code, tt {
  font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 12px;
}
pre {
  line-height: 16px;
}
.home {
  text-align: center;
}
.home h1, .home h2 {
  display: none;
}
.profile {
  font-size: 24px;
  color: #666;
}
.profile span {
  font-weight: bold;
  color: black;
}
.contact a {
  display: inline-block;
  margin: 0 5px;
  color: #999;
}
.contact a:hover {
  color: #00c;
}
svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.projects {
  margin-left: -80px;
  font-size: 0;
}
a.project {
  display: inline-block;
  vertical-align: top;
  width: 350px;
  max-width: 76.9%;
  min-height: 195px;
  margin: 20px 0 20px 80px;
  color: #666;
  font-size: 16px;
  line-height: 1.3;
  text-align: left;
}
a.project:hover {
  text-decoration: none;
}
a.project:hover h3 {
  text-decoration: underline;
}
.project:before {
  content: "";
  display: block;
  height: 100px;
  box-shadow: inset 0 0 10px rgba(0,0,0,.3);
}
.project.dynamonextdocker:before {
  background: url(../img/dynamonextdocker.png) -33px -7px / 420px no-repeat;
}
.project.terraformneptunegremlin:before {
  background: url(../img/terraformneptunegremlin.png) -33px -7px / 420px no-repeat;
}
.project.texasbeyondhistory:before {
  background: url(../img/texasbeyondhistory.png) -41px -226px no-repeat;
}
.project.whatjanesaw:before {
  background: url(../img/whatjanesaw.png) -867px -548px no-repeat;
}
.project.lifespandevlab:before {
  background: url(../img/lifespandevlab.png) -16px -70px no-repeat;
}
.project.childdevincontextlab:before {
  background: url(../img/childdevincontextlab.png) -19px -143px no-repeat;
}
.project.tertispavlovproject:before {
  background: url(../img/tertispavlovproject.png) -19px -143px no-repeat;
}
code, pre {
  font: 12px/15px SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace;
}
pre {
  padding: 2px 5px;
  border: solid 1px #ddd;
  background: #f7f7f7;
  overflow: auto;
}
pre::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
pre::-webkit-scrollbar-button {
  display: none;
}
pre::-webkit-scrollbar-corner {
  background: transparent;
}
pre::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .2);
}
pre::-webkit-scrollbar-track {
  background-clip: padding-box;
}
pre::-webkit-scrollbar-track:hover {
  background: rgba(0, 0, 0, .035);
}
pre::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, .4);
}
pre::-webkit-scrollbar-track:active {
  background: rgba(0, 0, 0, .05);
}
pre::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, .5);
}
pre em {
  font-family: arial, helvetica, sans-serif;
}
table pre {
  margin: 0;
  height: 100%;
}
.console {
  background: transparent;
  border: none;
}
.console:before {
  content: "> ";
  color: #aaa;
}
.jsonv {
  background: transparent;
}
code .params {
  color: #666;
}
.scroll {
  overflow: auto;
}
.git-banner {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 149px;
  height: 149px;
  background-image: url(https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png);
}
.jquery {
  color: black;
  font-size: 15px;
  font-weight: normal;
}
.jquery em {
  color: #116cb3;
  font-weight: bold;
}
.adsbygoogle {
  margin-top: 30px;
  overflow: hidden;
}
