* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  margin: 0;
  padding: 0; }

html {
  font-family: system, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Droid Sans", "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 17px;
  line-height: 1.5; }
  @media (min-width: 38em) {
    html {
      font-size: 20px; } }

body {
  color: #515151;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a {
  color: #268bd2;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: underline; }
  a strong {
    color: inherit; }

img {
  display: block;
  max-width: 100%;
  margin: 0 0 1rem;
  border-radius: 5px; }

table {
  margin-bottom: 1rem;
  width: 100%;
  font-size: 85%;
  border: 1px solid #e5e5e5;
  border-collapse: collapse; }

td,
th {
  padding: .25rem .5rem;
  border: 1px solid #e5e5e5; }

th {
  text-align: left; }

tbody tr:nth-child(odd) td,
tbody tr:nth-child(odd) th {
  background-color: #f9f9f9; }

.container {
  max-width: 38rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto; }

footer {
  margin-bottom: 2rem; }

.page,
.post {
  margin-bottom: 4em; }
  .page li + li,
  .post li + li {
    margin-top: .25rem; }

.page-title,
.post-title,
.post-title a {
  color: #303030; }

.page-title,
.post-title {
  margin-top: 0; }

.post-date {
  display: block;
  margin-top: -.5rem;
  margin-bottom: 1rem;
  color: #9a9a9a; }

.related {
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }

.related-posts {
  padding-left: 0;
  list-style: none; }
  .related-posts h3 {
    margin-top: 0; }
  .related-posts li small {
    font-size: 75%;
    color: #999; }
  .related-posts li a:hover {
    color: #268bd2;
    text-decoration: none; }
    .related-posts li a:hover small {
      color: inherit; }

h1,
h2,
h3,
h4 {
  font-weight: 400; }

h1 {
  font-size: 2.15rem;
  line-height: 1.25;
  margin-bottom: 1rem; }

h2 {
  font-size: 1.85rem;
  margin-bottom: .5rem; }

h3 {
  font-size: 1.5rem; }

h4 {
  font-size: 1.3rem; }

blockquote, .important, .warning {
  padding: .8889rem;
  margin-top: 1.4em;
  margin-left: 0px;
  margin-right: 0px;
  border-radius: 6px;
  border-left-width: 6px;
  border-left-style: solid;
  border-right: 6px solid transparent;
  border-right-width: 6px;
  border-right-style: solid;
  border-right-color: transparent transparent;
  color: #7a7a7a; }

blockquote {
  background-color: #fafafa;
  border-left-color: #e6e6e6; }

.important {
  background-color: #fbf8e8;
  border-left-color: #fee450; }

.warning {
  background-color: #f2dbdc;
  border-left-color: #ae272f; }

kbd {
  font-family: system, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Droid Sans", "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  padding: .1em .6em;
  border: 1px solid #eee;
  font-size: 0.8em;
  line-height: 1.4;
  background-color: #fafbfc;
  color: #313131;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #fff inset;
  border-radius: 3px;
  display: inline-block;
  margin: 0 .1em;
  text-shadow: 0 1px 0 #fff;
  white-space: nowrap; }

a {
  color: #268bd2;
  text-decoration: none;
  word-wrap: break-word; }
  a.sidebar-nav-item:hover {
    border-style: none;
    text-decoration: none; }
  a.sidebar-nav-item:focus {
    border-style: none;
    text-decoration: none; }
  a:focus {
    color: #515151;
    border-bottom: 1px dotted #ccc;
    text-decoration: none;
    background: transparent;
    background-color: transparent;
    word-wrap: break-word; }
    a:focus.tag {
      border-style: none;
      text-decoration: none; }
  a:hover {
    color: #515151;
    border-bottom: 1px dotted #ccc;
    text-decoration: none;
    background: transparent;
    background-color: transparent;
    word-wrap: break-word; }
    a:hover.tag {
      border-style: none;
      text-decoration: none; }
  a.tag {
    border-style: none;
    text-decoration: none; }

.text-center {
  text-align: center; }

.pull-right {
  float: right; }

.theme-base-08 .sidebar {
  background-color: #ac4142; }
.theme-base-08 .content a {
  color: #ac4142; }
.theme-base-08 .related-posts li a:hover {
  color: #ac4142; }

.theme-base-09 .sidebar {
  background-color: #d28445; }
.theme-base-09 .content a {
  color: #d28445; }
.theme-base-09 .related-posts li a:hover {
  color: #d28445; }

.theme-base-0a .sidebar {
  background-color: #f4bf75; }
.theme-base-0a .content a {
  color: #f4bf75; }
.theme-base-0a .related-posts li a:hover {
  color: #f4bf75; }

.theme-base-0b .sidebar {
  background-color: #90a959; }
.theme-base-0b .content a {
  color: #90a959; }
.theme-base-0b .related-posts li a:hover {
  color: #90a959; }

.theme-base-0c .sidebar {
  background-color: #75b5aa; }
.theme-base-0c .content a {
  color: #75b5aa; }
.theme-base-0c .related-posts li a:hover {
  color: #75b5aa; }

.theme-base-0d .sidebar {
  background-color: #6a9fb5; }
.theme-base-0d .content a {
  color: #6a9fb5; }
.theme-base-0d .related-posts li a:hover {
  color: #6a9fb5; }

.theme-base-0e .sidebar {
  background-color: #aa759f; }
.theme-base-0e .content a {
  color: #aa759f; }
.theme-base-0e .related-posts li a:hover {
  color: #aa759f; }

.theme-base-0f .sidebar {
  background-color: #8f5536; }
.theme-base-0f .content a {
  color: #8f5536; }
.theme-base-0f .related-posts li a:hover {
  color: #8f5536; }

.sidebar {
  background-color: #00b0bb;
  color: white;
  padding: 2rem 1rem;
  text-align: center; }
  .sidebar a {
    color: #f9f9f9;
    border: none; }
    .sidebar a:hover {
      border-style: none;
      text-decoration: none; }
    .sidebar a:focus {
      border-style: none;
      text-decoration: none; }
  .sidebar .sidebar-about {
    text-align: center; }

.sidebar-nav {
  text-align: center;
  list-style: none;
  margin-bottom: 2rem;
  margin-top: 2rem;
  padding-left: 0; }

.sidebar-nav-item {
  display: block;
  line-height: 1.75; }
  .sidebar-nav-item .active {
    font-weight: bold; }

.site__title {
  font-size: 1.4rem;
  margin-bottom: 0.5rem; }
  .site__title a:hover {
    border: none; }

.site__description {
  font-size: 1.285rem;
  font-weight: 300; }

.social {
  text-align: center; }
  .social a {
    border-style: none;
    text-decoration: none; }

.img--circle {
  border-radius: 50%; }

.img--headshot {
  height: 115px;
  width: 115px; }

.img--caption {
  font-style: italic; }

.copyright {
  text-align: center;
  font-size: 0.7rem; }
  .copyright a {
    text-decoration: underline; }

.post__meta {
  font-size: 0.8rem;
  color: #878787;
  font-weight: 300; }

.post__category {
  font-weight: bold; }

.post__tag {
  background: #eee;
  border-radius: 2px;
  color: #606570;
  font-size: 0.667rem;
  font-weight: bold;
  padding: 2px 6px; }

.post__subtitle {
  display: block;
  font-size: 1.5rem;
  font-style: italic;
  padding: 0 0 1rem 0; }

.post--navigation {
  width: 800px;
  max-width: calc(100% - 0px);
  margin: 0 auto;
  margin-top: 60px; }
  .post--navigation a {
    font-size: .8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    color: #c2255c;
    border: 2px solid #c2255c;
    line-height: 1.25;
    text-transform: uppercase; }
    .post--navigation a:hover {
      padding: 14px;
      border-width: 3px; }
    .post--navigation a:nth-child(2) {
      margin-top: 10px; }
    .post--navigation a:first-child:last-child {
      width: 100%; }
  .post--navigation .fa {
    font-size: .8rem; }
  .post--navigation .post--navigation-prev {
    text-align: left; }
    .post--navigation .post--navigation-prev .fa {
      padding-right: 10px; }
  .post--navigation .post--navigation-next {
    text-align: right; }
    .post--navigation .post--navigation-next .fa {
      padding-left: 10px; }

@media only screen and (min-width: 34rem) {
  .post--navigation {
    display: flex;
    justify-content: space-between; }
    .post--navigation a {
      width: calc(50% - 10px); }
      .post--navigation a:nth-child(2) {
        margin-top: 0; } }
.post--navigation-single a {
  text-transform: none; }

pre {
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  tab-size: 2; }
  pre code {
    white-space: pre-wrap; }

code {
  font-family: "SF-Mono", "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Roboto Mono", "Ubuntu Mono", "Courier New", Courier, monospace;
  font-size: 0.9rem;
  line-height: 1.4; }

code {
  padding: 2px 4px;
  border: 1px dashed #adb5db;
  background-color: #f9f9f9; }

.hljs {
  white-space: pre;
  border: none; }

/*
body .gist {
	.gist-file {
		margin-bottom: 0;
		border-radius: 0;
	}
	.gist-data {
		border-bottom: none;
		border-radius: 0;
		background-color: $gray-3;
	}
	.blob-wrapper {
		border-radius: 0;
	}
	.highlight {
		background-color: transparent;
		font-family: Droid Sans Mono, monospace;
		font-size: 14px;
		td {
			border: none;
			padding: 5px 15px !important;
			line-height: 1;
			font-family: inherit;
			font-size: inherit;
		}
	}
	tr {
		&:first-child td {
			padding-top: 15px !important;
		}
		&:last-child td {
			padding-bottom: 15px !important;
		}
	}
	.blob-num {
		color: #ced4da;
		background-color: #495057;
		pointer-events: none;
	}
	.gist-meta {
		//display: none;
	}
}
*/
body .gist .gist-data {
  background-color: #fafafa; }
body .gist .highlight {
  background-color: transparent; }
body .gist td {
  border: none; }

.portfolio__content section {
  margin-bottom: 1.765rem; }

.portfolio__featured-project {
  margin: 0 0 1.765rem; }
  .portfolio__featured-project img {
    margin: 0 0 1rem;
    box-shadow: 1px 1px #eee; }

.project__title {
  margin-top: 1.765rem;
  font-size: 1.85rem; }

.project__subtitle-big, .project__subtitle-small {
  font-style: italic;
  color: #778492;
  display: block;
  margin-top: 0.5rem;
  margin: 0 0 1rem; }

.project__subtitle-big {
  font-size: 1.5rem; }

.project__subtitle-small {
  font-size: 1rem; }

.project__featured-image {
  position: relative; }
  .project__featured-image .ribbon {
    position: absolute;
    top: -9px;
    right: -8px;
    width: 110px;
    height: 110px;
    overflow: hidden; }
    .project__featured-image .ribbon .text {
      position: relative;
      left: -8px;
      top: 18px;
      width: 158px;
      padding: 10px;
      letter-spacing: 2px;
      font-size: 1.133rem;
      font-weight: bold;
      text-align: center;
      text-transform: uppercase;
      color: #fff;
      background-color: #479fc8;
      transform: rotate(45deg) translate3d(0, 0, 0); }
      .project__featured-image .ribbon .text:before {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #276582;
        bottom: -5px;
        content: "";
        position: absolute;
        left: 0; }
      .project__featured-image .ribbon .text:after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #276582;
        bottom: -5px;
        content: "";
        position: absolute;
        right: 0; }

.project-image:hover {
  opacity: 0.8; }

@media (max-width: 767px) {
  .project-image {
    margin-bottom: 0.882rem; } }
.project__summary {
  margin-bottom: 1.765rem;
  text-align: left; }

.divider {
  margin-bottom: 3.5rem; }

.row-space {
  margin-bottom: 1rem; }

.col-xs-12, .col-sm-4, .col-md-4, .col-sm-8, .col-md-8 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-12 {
  width: 100%; }

@media (min-width: 992px) {
  .col-md-4 {
    float: left;
    width: 33.33333333%; }

  .col-md-8 {
    float: left;
    width: 66.66666667%; }

  .portfolio-container {
    width: 1360px; } }
@media (min-width: 768px) {
  .col-sm-8 {
    width: 66.66666667%; }

  .project__title {
    margin-top: .2rem; } }
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

@media (min-width: 48em) {
  html, body {
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
    box-direction: normal; }

  .sidebar {
    bottom: 0;
    left: 0;
    position: fixed;
    text-align: left;
    top: 0;
    width: 18rem; }

  .sidebar-sticky {
    left: 1rem;
    position: absolute;
    right: 1rem;
    top: 1rem; }

  .content {
    margin-left: 20rem;
    margin-right: 2rem;
    max-width: 38rem; }

  .layout-reverse .sidebar {
    left: auto;
    right: 0; }
  .layout-reverse .content {
    margin-left: 2rem;
    margin-right: 20rem; } }
@media (min-width: 58em) {
  html, body {
    text-size-adjust: none;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.611em; } }
.content {
  padding-bottom: 2rem;
  padding-top: 2rem; }

@media (min-width: 64em) {
  .content {
    margin-left: 20rem;
    margin-right: 2rem;
    max-width: 46.056rem; }

  .layout-reverse .content {
    margin-left: 4rem;
    margin-right: 22rem; } }
@media (max-width: 48rem) {
  .hidden-tablet {
    display: none; } }
.element--center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.section__title {
  font-size: 2.15rem; }

.post-list__item {
  margin-bottom: 3em; }

.item__title--big {
  display: block;
  font-size: 1.785rem;
  line-height: 1.25; }

.item__title--small {
  font-size: 1rem; }

.item__date {
  color: #9a9a9a;
  display: block;
  font-size: 1rem;
  margin-bottom: .2rem;
  margin-top: .2rem; }

#references li {
  font-size: .9rem; }

/*# sourceMappingURL=hyde-hyde.css.map */
