@media screen and (min-width: 360px) {
  .hidden-xs-up {
    display: none;
  }
}

@media screen and (max-width: 359px) {
  .hidden-xs-down {
    display: none;
  }
}

@media screen and (min-width: 480px) {
  .hidden-sm-up {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .hidden-sm-down {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .hidden-md-up {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hidden-md-down {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .hidden-lg-up {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .hidden-lg-down {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  .hidden-xl-up {
    display: none;
  }
}

@media screen and (max-width: 1279px) {
  .hidden-xl-down {
    display: none;
  }
}

@media screen and (min-width: 1536px) {
  .hidden-xxl-up {
    display: none;
  }
}

@media screen and (max-width: 1535px) {
  .hidden-xxl-down {
    display: none;
  }
}

@media screen and (min-width: 1536px) {
  .xxl {
    border: 1px solid red;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
pre,
ul,
ol,
dl,
figure,
.highlight {
  margin-bottom: 15px;
}

h1 {
  color: #495057;
  font-family: "Funnel Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.5rem;
  margin-top: 60px;
}

h2 {
  font-size: 2rem;
  color: #495057;
  margin-top: 60px;
}

h3 {
  font-size: 1.75rem;
  color: #495057;
}

h4 {
  font-size: 1.5rem;
  color: #495057;
}

h5 {
  font-size: 1.25rem;
  color: #495057;
}

h6 {
  font-size: 1rem;
  color: #495057;
}

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

html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
main,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  border: 0;
  vertical-align: baseline;
  text-wrap: balance;
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
  overflow-wrap: break-word;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
input,
textarea,
select {
  background-color: transparent;
  outline: none;
  border: 0;
  cursor: pointer;
}

ol,
ul,
li {
  list-style: none;
}

input,
button,
textarea,
select {
  font: inherit;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

.layout-wrapper:after, .wrapper:after, .post-content:after {
  content: "";
  display: table;
  clear: both;
}

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

/**
 * Basic styling
 */
body {
  height: 100%;
  font-family: "Funnel Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
ol,
dl,
figure {
  margin-bottom: 15px;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

figure > img {
  display: block;
}

figcaption {
  font-size: 0.875em;
}

ul,
ol {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

a {
  color: #2a7ae2;
  text-decoration: none;
}
a:visited {
  color: rgb(16.8367768595, 63.2830578512, 123.6632231405);
}
a:hover {
  color: rgb(22.9483471074, 86.2541322314, 168.5516528926);
  text-decoration: underline;
}

blockquote {
  color: #343a40;
  border-left: 4px solid #e9ecef;
  padding-left: 15px;
  letter-spacing: -1px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

pre,
code {
  border: 1px solid #e9ecef;
  border-radius: 0.25rem;
  background-color: #f8f9fa;
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

p > svg {
  display: inline-block;
}

.layout-wrapper {
  min-height: 100%;
  display: grid;
  grid-template-rows: auto 1fr 0.1fr;
}

.wrapper {
  max-width: -webkit-calc( 80vw - (30px * 2) );
  max-width: calc(80vw - 30px * 2);
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (min-width: 1024px) {
  .wrapper {
    max-width: -webkit-calc(80vw - (30px));
    max-width: calc(80vw - (30px));
    padding-left: 15px;
    padding-right: 15px;
  }
}

.post-content {
  max-width: -webkit-calc( 50vw - (30px * 2) );
  max-width: calc(50vw - 30px * 2);
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (min-width: 1024px) {
  .post-content {
    max-width: -webkit-calc( 50vw - (30px) );
    max-width: calc(50vw - (30px));
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .post-content {
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.post-content p {
  font-size: 1.25em;
  line-height: 1.5rem;
  text-indent: 4rem;
}

.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.icon > svg path {
  fill: #343a40;
}

.site-title, .site-title:visited {
  color: #495057;
}
.site-title {
  font-family: "Funnel Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
}

.site-title-content {
  font-family: "Funnel Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.spacer {
  flex-grow: 1;
}

.site-nav {
  min-width: 100%;
  display: grid;
  border-bottom: 1vh solid #212529;
}
@media screen and (min-width: 1280px) {
  .site-nav {
    grid-template: ". . . . title . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . github linkedin" 100%;
  }
}
@media screen and (min-width: 1024px) {
  .site-nav {
    grid-template: ". . . . title . . . . . . . . . . . . . . . . . . . . . github linkedin" 100%;
  }
}
@media screen and (min-width: 768px) {
  .site-nav {
    grid-template: ". . title . . . . . . . . . . . . . . . . . github linkedin" 100%;
  }
}
@media screen and (min-width: 480px) {
  .site-nav {
    grid-template: ". title . . . . . . . . . . . . . github linkedin" 100%;
  }
}
@media screen and (max-width: 767px) {
  .site-nav {
    grid-template: ". title . . github linkedin" 100%;
  }
}
.site-nav {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.site-nav svg {
  display: inline-block;
  vertical-align: middle;
  height: 5vh;
}
.site-nav svg path {
  fill: #343a40;
}
.site-nav .linkedin-icon, .site-nav .github-icon {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.site-nav .site-title-content {
  grid-area: title;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-nav .github-icon {
  grid-area: github;
  width: 100%;
  height: 100%;
}
.site-nav .linkedin-icon {
  grid-area: linkedin;
}

.portfolio {
  display: grid;
}
@media screen and (min-width: 480px) {
  .portfolio {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .portfolio {
    grid-template-columns: 1fr;
  }
}
.portfolio {
  grid-template-rows: 1fr;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
}

.portfolio-item-with-caption {
  border-radius: 0.25rem;
  border-color: #dee2e6;
  border-style: solid;
  border-width: 5px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  width: 50%;
  height: 50%;
}

.hashtag-viewer-proj, .denojira-proj {
  display: flex;
  justify-content: center;
}

.denojira-proj {
  grid-area: 1/1/2/2;
}

@media screen and (max-width: 767px) {
  .hashtag-viewer-proj {
    grid-area: 2/1/3/2;
  }
}

.vstack {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.vstack > * {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.post-border {
  border-radius: 0.25rem;
  border-color: #dee2e6;
  border-style: solid;
  border-width: 3px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.portfolio-item-with-caption {
  max-width: 50%;
  height: 100%;
}
@media screen and (min-width: 480px) {
  .portfolio-item-with-caption {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (max-width: 767px) {
  .portfolio-item-with-caption {
    padding-left: 2em;
    padding-right: 2em;
  }
}

.site-footer {
  border-top: 2px solid #e9ecef;
  padding: 30px 0;
}
.site-footer svg {
  height: 16px;
}

.footer-heading {
  font-size: 18px;
  margin-bottom: 15px;
}

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0;
}

/**
 * Page content
 */
.page-content {
  padding: 30px 0;
}

.page-heading {
  font-size: 20px;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 30px;
}

.post-meta {
  font-size: 0.875em;
  color: #343a40;
}

.post-link {
  display: block;
  font-size: 24px;
}

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px;
}

.post-title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .post-title {
    font-size: 36px;
  }
}

.caption > svg {
  height: 16px;
}

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff;
}
.highlighter-rouge .highlight {
  background: #eef;
}
.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #999;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #a00;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086b3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

/*# sourceMappingURL=main.css.map */