@charset "UTF-8";
@font-face {
  font-family: "Poppins Regular";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("/assets/fonts/Poppins-Regular.woff") format("woff");
}
@font-face {
  font-family: "Poppins Medium";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("/assets/fonts/Poppins-Medium.woff") format("woff");
}
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none !important;
}

a {
  background-color: transparent;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

html {
  box-sizing: border-box;
  font-size: 0.75em;
}

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

body {
  font-family: "Poppins Regular", sans-serif;
  color: #dedede;
  background-color: #0c1b33;
  line-height: 1.6;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
}

p {
  color: #dedede;
}

a {
  color: #dedede;
  transition: color 0.2s linear;
}

a:hover {
  color: #f05454;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.wrapper {
  min-height: 96vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

@media screen and (min-width: 800px) {
  html {
    font-size: 0.875em;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 1em;
  }
}
.block-space-bottom {
  margin-bottom: 2em;
}

@media screen and (min-width: 720px) {
  .block-space-bottom {
    margin-bottom: 4em;
  }
}
.align-content-left {
  padding-left: 1em;
}

.two-cols {
  flex: 0 0 auto;
  width: 50%;
  padding-right: 1.5rem;
}
@media screen and (min-width: 320px) {
  .two-cols {
    width: 100%;
  }
}

.layout-row {
  display: flex;
  flex-direction: row;
}

.layout-col {
  display: flex;
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.container {
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
}

.page-container {
  padding: 2em 0;
}

.page {
  color: #dedede;
}

.home-intro-head {
  margin-bottom: 1em;
}

.home-intro-head--title {
  font-size: 2rem;
  margin: 0;
  font-weight: 400;
}

@media screen and (min-width: 720px) {
  .home-intro-head--title {
    font-size: 2.5rem;
  }
}
.home-intro-head--tag {
  font-size: 1.5rem;
  font-style: italic;
}

.home-intro-head + p {
  font-size: 1.6rem;
  max-width: 100%;
}

@media screen and (min-width: 720px) {
  .home-intro-head + p {
    font-size: 1.5rem;
    max-width: 95%;
  }
}
.featured-headers {
  margin-bottom: 1.5em;
}
.featured-headers .featured-headers-title {
  font-size: 2rem;
  position: relative;
}
.featured-headers .featured-headers-title span {
  padding-left: 0.5em;
}
.featured-headers .featured-headers-title:before {
  content: "";
  position: absolute;
  top: 11px;
  bottom: 11px;
  width: 4px;
  background-color: #f05454;
}
.featured-headers .featured-headers-title--sub {
  padding-left: 1em;
}

.featured-projects {
  display: flex;
}

.featured-project-card {
  margin-right: 2em;
  border-radius: 4px;
  background-color: #fff;
  padding: 1em 1.5em;
}

.featured-posts-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  color: #dedede;
  margin-right: -1.5em;
}

.featured-posts-title {
  font-size: 1.5rem;
}

.skills-container {
  display: flex;
  color: #dedede;
  padding-left: 1em;
}
.skills-container .skills {
  flex: 0 0 50%;
}
.skills-container .skills ul {
  margin: 0;
  padding: 0;
}
.skills-container .skills ul li {
  list-style-position: inside;
  list-style: none;
  margin-right: 1em;
  line-height: 1.8;
  position: relative;
  font-size: 1.2rem;
}
.skills-container .skills ul li:before {
  content: "▹";
  position: absolute;
  left: -20px;
  color: #f05454;
}
.skills-container .skills-second-col {
  padding-left: 2rem;
}

.connect-list-container {
  padding-left: 1em;
}

.connect-list {
  display: flex;
  align-items: center;
  margin-bottom: 0.8em;
}
.connect-list li {
  margin-right: 3.2em;
}
.connect-list li a {
  display: block;
}
.connect-list li a[href^="mailto:"] {
  padding-top: 0.5em;
}

@media screen and (min-width: 720px) {
  .page-container {
    padding: 4em 0;
  }

  .connect-list li {
    margin-right: 1.25em;
  }
}
header {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  padding: 1em;
  color: #dedede;
  background-color: #050e1d;
  z-index: 1;
}
header .logo {
  display: none;
}

.header {
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 720px) {
  header {
    position: unset;
    padding: 2em 0 0 0;
    background-color: unset;
  }
  header .logo {
    display: block;
  }
  header .logo img {
    vertical-align: middle;
  }
}
ul.header-nav {
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 720px) {
  ul.header-nav {
    align-items: center;
  }
}
ul.header-nav li {
  list-style: none;
}
ul.header-nav li > a {
  text-decoration: none;
  font-family: "Poppins Medium";
  font-size: 1.2rem;
  color: inherit;
  display: block;
  padding: 0 1.2em;
  position: relative;
}
ul.header-nav li > a.resume-link {
  border: 1px solid #f05454;
  color: inherit;
  padding: 0.2em 0.8em;
  text-decoration: none;
  font-size: 1.2rem;
  margin-left: 0.5em;
  border-radius: 4px;
}
ul.header-nav li a:after,
ul.header-nav li a:before {
  content: "";
  border-radius: 2px;
  height: 4px;
  position: absolute;
  left: 1em;
  right: 1em;
  background-color: #f05454;
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s cubic-bezier(0.62, 0.11, 0.26, 1.12);
}
ul.header-nav li a:before {
  bottom: -0.5em;
  transform-origin: top left;
}
ul.header-nav li a:after {
  top: -0.5em;
  transform-origin: top right;
}
ul.header-nav li a:hover:before,
ul.header-nav li a:hover:after {
  opacity: 1;
  transform: scale(1);
}
ul.header-nav li a.resume-link:hover:before,
ul.header-nav li a.resume-link:hover:after {
  opacity: 0;
  transform: scale(0);
}

footer {
  border-top: 1px solid rgba(164, 185, 203, 0.4);
}

.footer-body {
  padding: 1em 0;
  margin-bottom: 5rem;
  justify-content: space-between;
  align-items: center;
}
.footer-body span {
  color: #a4b9cb;
  margin-bottom: 0.5rem;
}
.footer-body span a {
  color: inherit;
}

@media screen and (min-width: 720px) {
  .footer-body {
    margin-bottom: 0;
  }
  .footer-body span {
    margin-bottom: 0rem;
  }
}
.postlist {
  list-style: none;
}
.postlist li {
  margin-bottom: 2em;
}

.posts-meta-data {
  margin-bottom: 0.6em;
  color: #a4b9cb;
}
.posts-meta-data .post-date {
  display: inline-block;
  margin-right: 8px;
}
.posts-meta-data .post-tags {
  border: 1px solid #f05454;
  border-radius: 8px;
  text-align: center;
  padding: 2px 4px;
  font-size: 0.8em;
}

.blog-detail-article--header {
  margin-bottom: 1.5em;
}
.blog-detail-article--header h1 {
  font-size: 2rem;
}

.post-content {
  max-width: 90%;
}
.post-content p {
  font-size: 1.35rem;
  margin-bottom: 1em;
}

.page-header {
  margin-bottom: 3em;
}

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