@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/** 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: 400 16px/1.8 "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; color: #353535; background-color: #ffffff; -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; display: flex; min-height: 100vh; flex-direction: column; }

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

/** `main` element */
main { display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */ }

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

/** Figures */
figure > img { display: block; }

figcaption { font-size: 14px; }

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

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

/** Headings */
h1, h2, h3, h4, h5, h6 { font-weight: 400; }

/** Links */
a { color: #2a7ae2; text-decoration: none; }
a:visited { color: #1756a9; }
a:hover { color: #353535; text-decoration: underline; }
.social-media-list a:hover { text-decoration: none; }
.social-media-list a:hover .username { text-decoration: underline; }

/** Blockquotes */
blockquote { color: #828282; border-left: 4px solid #e8e8e8; padding-left: 15px; font-size: 18px; letter-spacing: -1px; font-style: italic; }
blockquote > :last-child { margin-bottom: 0; }

/** Code formatting */
pre, code { font-size: 15px; border: 1px solid #e8e8e8; border-radius: 3px; background-color: #eef; }

code { padding: 1px 5px; }

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

/** Wrapper */
.wrapper { max-width: -webkit-calc(1080px - (30px * 2)); max-width: calc(1080px - (30px * 2)); margin-right: auto; margin-left: auto; padding-right: 30px; padding-left: 30px; }
@media screen and (max-width: 800px) { .wrapper { max-width: -webkit-calc(1080px - (30px)); max-width: calc(1080px - (30px)); padding-right: 30px; padding-left: 30px; } }

.project-content { padding-right: 30px; padding-left: 30px; }

/** Clearfix */
.wrapper:after { content: ""; display: table; clear: both; }

/** Icons */
.svg-icon { transform: scale(1.2); width: 16px; height: 16px; display: inline-block; fill: #353535; vertical-align: middle; }

.svg-icon:hover { opacity: 0.8; }

.social-media-list li + li { padding-top: 5px; }

/** Tables */
table { margin-bottom: 30px; width: 100%; text-align: left; color: #636363; border-collapse: collapse; border: 1px solid #e8e8e8; }
table tr:nth-child(even) { background-color: #f7f7f7; }
table th, table td { padding: 10px 15px; }
table th { background-color: #f0f0f0; border: 1px solid #dedede; border-bottom-color: #c9c9c9; }
table td { border: 1px solid #e8e8e8; }

/** Site header */
.site-header { min-height: 55.95px; position: relative; }

.site-title { font-size: 26px; font-weight: 300; line-height: 64.8px; margin-bottom: 0px; float: left; }
.site-title, .site-title:visited { color: #424242; }

.site-nav { float: left; width: 100%; line-height: 158.4px; }
.site-nav .nav-container-small { display: none; }
.site-nav .nav-container { display: grid; grid-template-columns: 2fr 1fr; column-gap: 25%; align-items: center; }
.site-nav .nav-container .page-links { display: flex; justify-content: space-between; }
.site-nav .nav-container .social-media-list { display: flex; justify-content: space-between; list-style: none; margin-bottom: 0; }
.site-nav .nav-container .social-media-list li { display: inline-block; }
.site-nav .nav-container .social-media-list li + li { padding-top: 0; }
.site-nav .nav-trigger { display: none; }
.site-nav .menu-icon { display: none; }
.site-nav .page-link { color: #353535; line-height: 1.8; }
.site-nav a { text-underline-offset: 2px; }
.site-nav .active { text-decoration: underline; text-underline-offset: 2px; text-decoration-thickness: 1.5px; }
@media screen and (max-width: 600px) { .site-nav #first-content { padding-top: calc(8vh + 6px); }
  .site-nav .site-nav { position: fixed; background-color: white !important; -webkit-backdrop-filter: none; backdrop-filter: none; }
  .site-nav .nav-container { display: grid; grid-template-rows: 4fr 1fr; grid-template-columns: 1fr; padding-left: 30px; padding-right: 30px; position: fixed; height: 100%; left: 0; right: 0; align-items: center; background-color: rgba(255, 255, 255, 0.8); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); transform: translateX(-100%); }
  .site-nav .nav-container .page-links { display: flex; flex-direction: column; justify-content: flex-end; justify-items: center; align-items: center; }
  .site-nav .nav-container .page-links .page-link { padding: 4vh 0; font-size: 22.4px; }
  .site-nav .nav-container .social-media-list { display: flex; justify-content: space-around; }
  .site-nav .nav-container .social-media-list .svg-icon { transform: scale(1.5); }
  .site-nav .nav-container.slide-in { animation: slide-in 0.3s forwards; }
  .site-nav .nav-container.slide-in.first { animation: none !important; }
  .site-nav .nav-container.slide-out { z-index: 3; animation: slide-out 0.3s forwards; }
  @keyframes slide-out { 100% { transform: translateX(0%); } }
  @keyframes slide-in { 0% { transform: translateX(0%); }
    100% { transform: translateX(-100%); } }
  .site-nav .nav-container-small { display: block; }
  .site-nav .nav-container-small .menu-bar { position: block; } }

.menu-bar .menu-default { z-index: 4; cursor: pointer; padding: 5vh 1vh 5vh 0vh; width: 36px; height: 36px; outline: none; position: relative; border: none; background: none; }

.menu-bar .menu-default svg { top: 0; left: -16px; height: 50px; stroke: #353535; stroke-width: 2px; color: #353535; stroke-linecap: round; stroke-linejoin: round; fill: none; display: block; position: absolute; }

.menu-bar .menu-default svg path { transition: stroke-dasharray var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s), stroke-dashoffset var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s); stroke-dasharray: var(--array-1, 26px) var(--array-2, 100px); stroke-dashoffset: var(--offset, 126px); transform: translateZ(0); }

.menu-bar .menu-default svg path:nth-child(2) { --duration: .7s; --easing: ease-in; --offset: 100px; --array-2: 74px; }

.menu-bar .menu-default svg path:nth-child(3) { --offset: 133px; --array-2: 107px; }

.menu-bar .menu-default.active svg path { --offset: 57px; }

.menu-bar .menu-default.active svg path:nth-child(1), .menu-bar .menu-default.active svg path:nth-child(3) { --delay: .15s; --easing: cubic-bezier(.2, .4, .2, 1.1); }

.menu-bar .menu-default.active svg path:nth-child(2) { --duration: .4s; --offset: 2px; --array-1: 1px; }

.menu-bar .menu-default.active svg path:nth-child(3) { --offset: 58px; }

/** Site footer */
.site-footer { padding: 20px 0; background-color: #fafafa; }

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

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

.footer-col-wrapper { font-size: 15px; color: #828282; display: flex; justify-content: space-between; align-items: center; }

.footer-col a { color: #828282; text-decoration: none; transition: color 0.2s ease-in-out; }
.footer-col a:hover { color: #828282; text-decoration: underline; }

.footer-col-right { text-align: right; font-size: 14px; }

.footer-col-1 { width: -webkit-calc(35% - (30px / 2)); width: calc(35% - (30px / 2)); }

.footer-col-2 { width: -webkit-calc(20% - (30px / 2)); width: calc(20% - (30px / 2)); }

.footer-col-3 { width: -webkit-calc(45% - (30px / 2)); width: calc(45% - (30px / 2)); }

@media screen and (max-width: 800px) { .footer-col-1, .footer-col-2 { width: -webkit-calc(50% - (30px / 2)); width: calc(50% - (30px / 2)); }
  .footer-col-3 { width: -webkit-calc(100% - (30px / 2)); width: calc(100% - (30px / 2)); } }
@media screen and (max-width: 600px) { .footer-col { float: none; width: -webkit-calc(100% - (30px / 2)); width: calc(100% - (30px / 2)); } }
/** Page content */
.page-content { padding: 0; flex: 1; }

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

.post-list-heading { font-size: 28px; }

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

.post-meta { font-size: 14px; color: #828282; }

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

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

.resume-header { margin-bottom: 0; }

.resume-content table { border: none; }
.resume-content table td { border: none; padding-left: 0; background-color: #ffffff; vertical-align: top; line-height: 1.4; }
.resume-content table td br { margin-bottom: 0.4em; }
.resume-content table td strong + br { margin-bottom: 0; }
.resume-content table td em { font-style: normal; font-size: 14px; }
.resume-content table td b, .resume-content table td strong { font-weight: 500; }
.resume-content table td:first-child { white-space: nowrap; }
@media screen and (max-width: 600px) { .resume-content table tr { display: block; margin-bottom: 30px; }
  .resume-content table td { display: block; } }

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

.post-content { margin-bottom: 30px; }
.post-content h2 { font-size: 24px; }
@media screen and (max-width: 800px) { .post-content h2 { font-size: 24px; } }
.post-content h3 { font-size: 22px; }
@media screen and (max-width: 800px) { .post-content h3 { font-size: 22px; } }
.post-content h4 { font-size: 20px; }
@media screen and (max-width: 800px) { .post-content h4 { font-size: 18px; } }

/** Home layout */
.home { display: flex; flex-wrap: wrap; gap: 30px; padding-top: 60px; padding-bottom: 30px; }
.home .home-wrapper { flex: 3; min-width: 255px; }
.home .home-image { flex: 2; min-width: 255px; }
.home .home-image img { border-radius: 7.5px; }

@media screen and (max-width: 600px) { .home { padding-top: 0; } }
.img-small { width: 600px; }

.img-very-small { width: 300px; margin: 7.5px; }

/** Project layout */
.project-stack { padding-bottom: 0.5em; }
.project-stack .stack-item { border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 1em; padding: 0.15em 0.75em; font-size: 12px; margin-right: 0.25em; }

.project { display: flex; flex-wrap: wrap; gap: 30px; padding-bottom: 30px; }
.project .project-wrapper { flex: 3; min-width: 255px; }
.project .project-wrapper h1 { margin-bottom: 0; }
.project .project-wrapper .project-date { font-size: 14px; margin-bottom: 0; position: relative; bottom: -0.5em; }
.project .project-wrapper .stack-item { position: relative; top: -0.25em; }
.project .project-image { flex: 2; min-width: 255px; position: relative; display: inline-block; }
.project .project-image .foreground { position: relative; z-index: 2; }
.project .project-image .background { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: auto; filter: blur(24px); }

.project-content { padding: 30px 0; }

/** Grid layout */
.grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; }
.grid .grid-item img { width: 80%; padding: 10%; transition: all 0.3s ease-in-out; }
.grid .grid-item img:hover { box-shadow: 0px 0px 40px 4px var(--grid-color); transition: all 0.3s ease-in-out; transform: scale(1.01, 1.01); }
.grid .grid-item h2 { font-size: 18px; font-weight: 500; padding-top: 7.5px; margin-bottom: 0; }
.grid .grid-item p { font-size: 14px; margin-bottom: 0; }

@media screen and (max-width: 800px) { .grid { grid-template-columns: 1fr 1fr; } }
@media screen and (max-width: 600px) { .grid { grid-template-columns: 1fr; } }
button, .button { background-color: rgba(255, 255, 255, 0.2); margin-right: 15px; margin-bottom: 15px; border-radius: 10px; border: none; padding: 0.75em 1em; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; color: #353535; font-size: 0.7em; font-weight: 500; letter-spacing: 0.075em; text-decoration: none; text-transform: uppercase; -webkit-user-select: none; -moz-user-select: none; user-select: none; }
button:visited, .button:visited { color: #353535; }

button:hover, .button:hover { opacity: 0.8; text-decoration: none; }

.home .button { background-color: rgba(180, 180, 200, 0.2); }

/** Forms */
input[type="text"], input[type="email"], textarea { width: 100%; padding: 0.75em 1em; margin-bottom: 15px; box-sizing: border-box; border: 1px solid #e8e8e8; border-radius: 7.5px; color: #353535; font-size: 1em; transition: border-color 0.2s, box-shadow 0.2s; }
input[type="text"]:focus, input[type="email"]:focus, textarea:focus { border-color: #2a7ae2; outline: none; box-shadow: 0 0 0 2px rgba(42, 122, 226, 0.15); background-color: rgba(255, 255, 255, 0.4); }

textarea { min-height: 180px; resize: vertical; }

form button { font-family: inherit; padding: 1em 2em; background-color: rgba(180, 180, 200, 0.2); }

/** 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; }
