/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  font-size: 100%;
  line-height: 1.5em; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 6em;
  line-height: 1.25em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin: 0.25em 0;
}

h2 {
  font-size: 3em;
  line-height: 1.5em;
  margin: 0.5em 0;
}

h3 {
  font-size: 2em;
  line-height: 1.5em;
  margin: 0.75em 0;
}

h4 {
  font-size: 1.8em;
  line-height: 1.6666666667em;
  margin: 0.8333333333em 0;
}

h5 {
  font-size: 1.66em;
  line-height: 1.8072289157em;
  margin: 0.9036144578em 0;
}

h6 {
  font-size: 1.34em;
  line-height: 2.2388059701em;
  margin: 1.1194029851em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
blockquote {
  margin: 1.5em 40px;
}

dl,
ol,
ul {
  margin: 1.5em 0;
}

/**
 * Turn off margins on nested lists.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

dd {
  margin: 0 0 0 40px;
}

ol,
ul {
  padding: 0 0 0 40px;
}

figure {
  margin: 1.5em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
p,
pre {
  margin: 1.5em 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.5em; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

menu {
  /*
   * 1. Set 1 unit of vertical rhythm on the top and bottom margin.
   * 2. Set consistent space for the list style image.
   */
  margin: 1.5em 0;
  /* 1 */
  padding: 0 0 0 40px; /* 2 */
  /**
   * Turn off margins on nested lists.
   */
}
menu menu, ol menu, ul menu {
  margin: 0;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  font-size: 100%;
  line-height: 1.5em; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 6em;
  line-height: 1.25em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin: 0.25em 0;
}

h2 {
  font-size: 3em;
  line-height: 1.5em;
  margin: 0.5em 0;
}

h3 {
  font-size: 2em;
  line-height: 1.5em;
  margin: 0.75em 0;
}

h4 {
  font-size: 1.8em;
  line-height: 1.6666666667em;
  margin: 0.8333333333em 0;
}

h5 {
  font-size: 1.66em;
  line-height: 1.8072289157em;
  margin: 0.9036144578em 0;
}

h6 {
  font-size: 1.34em;
  line-height: 2.2388059701em;
  margin: 1.1194029851em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
blockquote {
  margin: 1.5em 40px;
}

dl,
ol,
ul {
  margin: 1.5em 0;
}

/**
 * Turn off margins on nested lists.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

dd {
  margin: 0 0 0 40px;
}

ol,
ul {
  padding: 0 0 0 40px;
}

figure {
  margin: 1.5em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
p,
pre {
  margin: 1.5em 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.5em; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

menu {
  /*
   * 1. Set 1 unit of vertical rhythm on the top and bottom margin.
   * 2. Set consistent space for the list style image.
   */
  margin: 1.5em 0;
  /* 1 */
  padding: 0 0 0 40px; /* 2 */
  /**
   * Turn off margins on nested lists.
   */
}
menu menu, ol menu, ul menu {
  margin: 0;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.dim {
  animation-name: dim;
  animation-fill-mode: forwards;
  animation-duration: 1.25s;
  animation-timing-function: cubic-bezier(1, 0, 0.75, 0.95);
}

.backdrop-blur {
  animation-name: backdrop-blur;
  animation-fill-mode: forwards;
  animation-duration: 1.25s;
  animation-timing-function: cubic-bezier(1, 0, 0.75, 0.95);
}

.slide-fade-in-right {
  animation-name: slide-fade-in-right;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
}

.fade-in {
  animation-name: fade-in;
  animation-fill-mode: forwards;
  animation-duration: 500ms;
  animation-timing-function: ease-in-out;
}

@keyframes dim {
  from {
    filter: brightness(100%) blur(0);
  }
  to {
    filter: brightness(50%) blur(5px);
  }
}
@keyframes backdrop-blur {
  from {
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
  to {
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }
}
@keyframes slide-fade-in-right {
  from {
    transform: translateX(10vw);
    opacity: 0;
  }
  50% {
    opacity: 100%;
  }
  to {
    opacity: 100%;
    transform: translateX(0);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 100%;
  }
}
:host,
.sl-theme-dark {
  --sl-color-background-main: hsl(206, 39%, 7%);
  --sl-color-background-light: hsl(206, 39%, 14%);
  --sl-color-border-1: hsl(228, 15%, 18%);
  --sl-color-border-2: hsla(231, 14%, 90%, 0.25);
  --sl-color-text-main: hsl(203, 29%, 95%);
  --sl-color-text-dark: hsl(203, 29%, 10%);
  --sl-color-primary-50: hsl(192, 29%, 97%);
  --sl-color-primary-100: hsl(185, 35%, 94%);
  --sl-color-primary-200: hsl(189, 33%, 89%);
  --sl-color-primary-300: hsl(192, 33%, 82%);
  --sl-color-primary-400: hsl(196, 31%, 74%);
  --sl-color-primary-500: hsl(200, 29%, 67%);
  --sl-color-primary-600: hsl(204, 26%, 60%);
  --sl-color-primary-700: hsl(205, 21%, 51%);
  --sl-color-primary-800: hsl(205, 19%, 41%);
  --sl-color-primary-900: hsl(203, 17%, 34%);
  --sl-color-primary-950: hsl(206, 16%, 20%);
  --sl-color-secondary-50: hsl(28, 35%, 93%);
  --sl-color-secondary-100: hsl(27, 35%, 90%);
  --sl-color-secondary-200: hsl(30, 33%, 84%);
  --sl-color-secondary-300: hsl(28, 33%, 78%);
  --sl-color-secondary-400: hsl(29, 34%, 72%);
  --sl-color-secondary-500: hsl(28, 34%, 66%);
  --sl-color-secondary-600: hsl(28, 34%, 56%);
  --sl-color-secondary-700: hsl(29, 34%, 46%);
  --sl-color-secondary-800: hsl(28, 34%, 36%);
  --sl-color-secondary-900: hsl(28, 34%, 26%);
  --sl-color-secondary-950: hsl(28, 34%, 21%);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

h1, h2, h3 {
  font-weight: 700;
}

h4, h5, h6 {
  font-weight: 600;
}

a, p, span {
  font-size: 1em;
  color: var(--sl-color-text-main);
  text-decoration: none;
}
@media screen and (min-width: 480px) {
  a, p, span {
    font-size: 1.125em;
  }
}

body {
  font-family: Calibri, "Trebuchet MS", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--sl-color-text-main);
  background-color: var(--sl-color-background-main);
}

a {
  transition: color 100ms ease-in;
}

a:hover {
  color: var(--sl-color-secondary-300);
}

#aboutMe,
#projects,
#contact {
  scroll-margin-top: 72px;
}

.container {
  padding: 0 1.5em;
  max-width: 1440px;
  margin: 0 auto;
  overflow-x: visible;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
}

.section-title {
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--sl-color-border-1);
  color: var(--sl-color-primary-400);
}

header {
  position: sticky;
  height: 72px;
  border-bottom: 1px solid var(--sl-color-border-1);
  top: 0;
  z-index: 99;
  background-color: var(--sl-color-background-main);
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  position: relative;
}
header nav {
  display: flex;
  gap: 1.125em;
}
header span {
  color: var(--sl-color-primary-500);
  font-size: 2rem;
  font-weight: 600;
}

#logo-link {
  color: var(--sl-color-secondary-400);
}

#logo-container {
  cursor: pointer;
  position: relative;
  height: 100%;
  width: 45px;
}
#logo-container svg {
  position: absolute;
  translate: 0 -50%;
}

#aboutMe .container {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  #aboutMe .container {
    flex-direction: row;
    gap: 3em;
  }
}

.self-introduction-container {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  margin-top: 1.6875em;
}
.self-introduction-container img {
  width: 240px;
  align-self: center;
  border-radius: 9999px;
  border: 2px solid var(--sl-color-secondary-400);
  aspect-ratio: 1/1;
}

.personal-values-container {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  gap: 1.5em;
  margin-bottom: 1.6875em;
}
@media screen and (min-width: 768px) {
  .personal-values-container {
    margin-top: 1.6875em;
  }
}

.personal-values-content {
  position: relative;
}

.personal-values-mask-container {
  position: absolute;
  height: 100%;
  width: 100%;
}

.personal-values-mask {
  height: 48px;
  position: sticky;
  top: 21em;
  margin-bottom: 3.75em;
}

.i-value {
  position: relative;
  border-right: 2px solid var(--sl-color-secondary-400);
  writing-mode: vertical-lr;
}
.i-value h2 {
  position: sticky;
  height: -moz-fit-content;
  height: fit-content;
  top: 9em;
  font-size: 2.375em;
}

.i-value:after {
  content: " ";
  height: 100%;
  position: absolute;
  top: 0;
  width: 15px;
  box-shadow: 15px 0 15px -15px inset var(--sl-color-secondary-400);
  right: -15px;
}

.personal-values {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.personal-values h3 {
  position: relative;
  color: var(--sl-color-primary-400);
  transition: color 500ms cubic-bezier(0.33, 1, 0.68, 1);
}
.personal-values h3[data-intersecting=true] {
  color: var(--sl-color-secondary-400);
}

.personal-value-container {
  width: 100%;
}
.personal-value-container p {
  z-index: 1;
}

#projects {
  background-color: var(--sl-color-background-light);
  padding-top: 1.6875em;
  padding-bottom: 1.6875em;
}
#projects .container h2 {
  margin-top: 0;
}

.projects-card-container {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}

.project-card {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--sl-color-border-2);
  box-sizing: border-box;
  padding-bottom: 0.015em;
}
@media screen and (min-width: 1024px) {
  .project-card {
    max-width: unset;
    min-height: unset;
    width: 100%;
    flex-direction: row;
    padding-bottom: 1.5em;
  }
}
.project-card img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
@media screen and (min-width: 1024px) {
  .project-card img {
    height: 210px;
    width: 400px;
  }
}

.project-card-title a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.project-card-title h3 {
  transition: color 100ms ease-out;
  margin: 0;
}

.project-card:nth-last-child(1) {
  border-bottom: none;
  padding-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .project-card-content {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

.tech-stack {
  color: var(--sl-color-primary-400);
}
.tech-stack a {
  font-size: 1em;
  color: var(--sl-color-primary-400);
  text-decoration: underline;
}

#contact .container {
  text-align: center;
}

#contact-links {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  gap: 1.5em;
}
@media screen and (min-width: 480px) {
  #contact-links {
    flex-direction: row;
    gap: 3em;
  }
}
#contact-links a {
  font-size: 2em;
}

footer {
  margin-top: 3em;
  text-align: center;
}/*# sourceMappingURL=globals.css.map */