/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

/**
 * Basic styling
 */
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #00161e;
  background-color: #eaf9ff;
  -webkit-text-size-adjust: 100%; }

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure, li, article,
.post-header {
  margin-bottom: 24px; }

ul {
  margin-left: 24px; }

h1, h2, h3, h4, h5, h6, legend, nav {
  font-family: "Raleway", "HelveticaNeue", "Open Sans", Helvetica, Arial, sans-serif; }

strong, b, .darken {
  color: black; }

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
  background-color: white; }

.menu-icon > svg, .icon > svg {
  width: 20px; }

a {
  color: #0098d0; }
  a:hover {
    color: #006084; }

html {
  height: 100%;
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body {
  position: relative;
  margin: 0;
  padding-bottom: 48px;
  min-height: 100%;
  font-family: "Helvetica Neue", Arial, sans-serif; }

.site-header > .container {
  display: flex;
  flex-direction: row; }

.site-header .menu-icon {
  display: none; }

.site-header a {
  display: inline-block;
  padding: 18px 12px; }

.site-title {
  margin-left: -12px; }

@media screen and (max-width: 600px) {
  .site-header .container {
    width: 85%;
    display: block; }

  .site-header a.site-title {
    margin-left: 0;
    padding-left: 0;
    width: 50%; }

  .site-header .menu-icon {
    display: inline-block;
    text-align: right;
    width: 45%; }

  .site-header .site-nav {
    width: 100%; }
    .site-header .site-nav.trigger {
      display: none; }
    .site-header .site-nav .page-link {
      padding: 12px 0;
      width: 100%;
      display: block; } }
.site-header {
  color: #eaf9ff;
  background-color: #0098d0; }

.site-header a {
  text-decoration: none;
  color: #eaf9ff; }
  .site-header a:hover {
    background-color: #0098d0;
    color: white; }

.post-header {
  color: #0098d0;
  margin: 12px 0; }
  .post-header .post-title {
    margin-bottom: 0; }

.skills li {
  list-style-type: none;
  font-weight: bold; }
.skills ul > li > ul {
  font-size: 14px;
  margin-left: 11px;
  margin-top: 0; }
  .skills ul > li > ul li {
    margin-bottom: 0;
    font-weight: 300;
    color: #002837; }

.projects .thumb {
  display: inline-block;
  width: 168px;
  height: 168px;
  position: relative;
  background-color: #0098d0; }
  .projects .thumb a {
    position: absolute;
    top: 0;
    left: 0;
    width: 168px;
    height: 168px;
    cursor: pointer; }
    .projects .thumb a span {
      display: none; }
  .projects .thumb:hover a {
    background: rgba(255, 255, 255, 0.6); }
    .projects .thumb:hover a span {
      display: block;
      padding: 6px 12px;
      color: #00161e;
      font-size: 24px; }

.close {
  font-size: 1.8em;
  font-weight: normal;
  padding-top: 6px;
  color: #006084;
  opacity: 1;
  float: right;
  margin-right: -24px;
  border: none; }
  .close:hover {
    color: white; }

.copy {
  display: none; }

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999; }
  .lightbox .details {
    background: #00161e;
    padding: 12px 24px 24px 24px;
    height: 500px;
    overflow-y: auto;
    z-index: 1000;
    color: #eaf9ff; }
    .lightbox .details h1, .lightbox .details h2, .lightbox .details h3 {
      color: white; }

.portfolio-modal a:hover {
  color: #84deff; }
.portfolio-modal .metastuff {
  margin-bottom: 1em; }
  .portfolio-modal .metastuff .tags {
    color: #84deff;
    letter-spacing: 1px; }
.portfolio-modal .copy-wrapper {
  margin-bottom: 24px; }
  .portfolio-modal .copy-wrapper p {
    margin-bottom: 24px; }
  .portfolio-modal .copy-wrapper img {
    display: block;
    max-height: 500px;
    margin: 0 auto;
    margin-bottom: 24px; }
    .portfolio-modal .copy-wrapper img.left, .portfolio-modal .copy-wrapper img.right {
      display: inline-block; }
  .portfolio-modal .copy-wrapper img.u-pull-left {
    margin-right: 24px; }
  .portfolio-modal .copy-wrapper img.u-pull-right {
    margin-left: 24px; }
