@font-face {
  font-family: Tiempos;
  src: url('../fonts/tiempos-headline-web-medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tiempos;
  src: url('../fonts/tiempos-headline-web-regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary: #000000;
  --neutral: #575349;
  --light: whitesmoke;
  --border-white: #ffffff1a;
  --border-dark: #08262a1a;
  --white: white;
  --muted: #757575;
  --body-text: #575349;
  --dark: #1b1d1f;
  --input-border-dark: #08262a33;
  --border-white-bold: #ffffff40;
  --bg: #ffffff;
  --bg-secondary: whitesmoke;
  --logo-opacity: 0.6;
}

[data-theme="dark"] {
  --primary: #f0f0f0;
  --neutral: #a0a0a0;
  --light: #1e1e1e;
  --border-white: #ffffff1a;
  --border-dark: #ffffff1a;
  --white: #141414;
  --muted: #909090;
  --body-text: #c8c8c8;
  --dark: #f0f0f0;
  --input-border-dark: #ffffff33;
  --border-white-bold: #ffffff40;
  --bg: #141414;
  --bg-secondary: #1e1e1e;
  --logo-opacity: 0.8;
}

[data-theme="dark"] .dualshot-logo {
  content: url('../images/dualshot-logo-dark.webp');
}

[data-theme="dark"] .social-link-image {
  filter: invert(1);
}

[data-theme="dark"] .navbar.scrolled {
  background-color: rgba(20, 20, 20, 0.75);
}

[data-theme="dark"] .badge-apple img,
[data-theme="dark"] .badge-google img {
  filter: invert(1) hue-rotate(180deg);
}

[data-theme="dark"] .app-icon {
  filter: none;
}

[data-theme="dark"] .menu-button img {
  filter: invert(1);
}
.theme-toggle {
  background: none;
  border: none;
  border-radius: 6px;
  padding: 6px 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  filter: grayscale(1);
  transition: border-color 0.2s, background-color 0.2s, filter 0.2s;
}

.theme-toggle:hover {
  background-color: #0000000d;
}

[data-theme="dark"] .theme-toggle:hover {
  background-color: #ffffff1a;
}

.skip-to-content {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: 9999;
  padding: 12px 24px;
  background-color: var(--dark);
  color: var(--white);
  font-size: 14px;
  text-decoration: none;
}

.skip-to-content:focus {
  position: fixed;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  overflow: visible;
  border-radius: 4px;
}

:focus-visible {
  outline: 2px solid var(--neutral);
  outline-offset: 2px;
}

a:focus-visible,
button:focus-visible,
.w-inline-block:focus-visible,
.w-nav-link:focus-visible,
.w-nav-brand:focus-visible,
.w-nav-button:focus-visible {
  outline: 2px solid var(--neutral);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: var(--primary);
  background-color: var(--bg);
  font-family: 'Open Sauce One', Inter, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  zoom: 0.9;
  transition: background-color 0.3s, color 0.3s;
}

h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: 'Mazius Display', Tiempos, Georgia, serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 60px;
}

h2 {
  margin-top: 0;
  margin-bottom: 18px;
  font-family: 'Mazius Display', Tiempos, Georgia, serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: 'Mazius Display', Tiempos, Georgia, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: 'Mazius Display', Tiempos, Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
}

h5 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

h6 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

a {
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
}

.main-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1392px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
  display: block;
}

.main-container.narrow {
  max-width: 1168px;
}

.main-container.portfolio-introduction {
  max-width: 800px;
}

.heading-1 {
  color: var(--neutral);
  white-space: normal;
  font-family: Tiempos, Georgia, sans-serif;
  font-weight: 400;
}

.heading-1.site-title {
  color: var(--neutral);
  text-align: center;
  white-space: normal;
  cursor: default;
  margin-bottom: 8px;
  font-family: Tiempos, Georgia, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  display: block;
}

.large-text {
  color: var(--neutral);
  max-width: 720px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.small-text {
  clear: none;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.small-text.spacer-bottom-24.secondary {
  color: var(--muted);
}

.fine-print-text {
  color: color-mix(in srgb, var(--body-text) 75%, transparent);
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.small-caps-text {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.small-caps-text.section-title {
  color: var(--neutral);
  letter-spacing: .15em;
  margin-bottom: 24px;
  font-weight: 500;
}

.small-caps-text.section-title.text-center {
  margin-bottom: 24px;
}

.button {
  border: 2px solid var(--white);
  background-color: var(--white);
  color: var(--primary);
  text-align: center;
  border-radius: 6px;
  padding: 14px 24px;
  font-weight: 600;
  transition: box-shadow .2s;
  box-shadow: inset 0 0 20px 200px #0000;
}

.button:hover {
  box-shadow: inset 0 0 20px 200px #0000000d;
}

.button.small {
  border-radius: 6px;
  padding: 8px 16px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}

.button.small.outline {
  flex: none;
  transition: border .2s, color .2s, background-color .2s;
}

.button.outline {
  box-shadow: none;
  color: var(--primary);
  background-color: #0000;
  border-style: solid;
  border-color: #a0a0a04d;
  border-radius: 20px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  transition: border .2s, color .2s, background-color .2s;
}

.button.outline:hover {
  color: var(--dark);
  background-color: #0000;
  border-color: #a0a0a0b3;
}

.container-small {
  direction: ltr;
  width: 100%;
  max-width: 400px;
}

.container-small.align-center.text-center.footer-notes {
  max-width: 300px;
  margin-bottom: 32px;
  display: block;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.section-title {
  text-align: center;
  margin-bottom: 20px;
}

.navbar-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: var(--bg);
  opacity: 1;
  padding: 20px 32px;
  position: sticky;
  top: 0;
  z-index: 100;
  transition: background-color 0.3s, backdrop-filter 0.3s, -webkit-backdrop-filter 0.3s;
}

.navbar.scrolled {
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.navbar-left-content {
  align-items: center;
  display: flex;
}

.nav-menu {
  margin-left: 36px;
  display: none;
}

.navbar-right-content-wrapper {
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--primary);
  margin-left: 8px;
  margin-right: 8px;
  padding: 12px 8px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  transition: opacity .2s;
}

.nav-link:hover {
  opacity: .65;
  color: var(--neutral);
}

.nav-link.w--current {
  color: var(--primary);
}

.navbar-right-content {
  align-items: center;
  display: flex;
  gap: 8px;
}

.navbar-brand {
  padding-left: 0;
  position: static;
}

.navbar-brand.w--current {
  float: none;
  color: var(--primary);
  padding-top: 0;
  font-family: Tiempos, Georgia, sans-serif;
  font-weight: 400;
}

.social-links {
  align-items: center;
  margin-left: -9px;
  margin-right: -9px;
  display: flex;
}

.social-links.navbar-social-links {
  margin-left: 0;
  margin-right: 0;
}

.social-link-image {
  background-color: #0000;
  border-radius: 4px;
  max-height: 20px;
}

.social-link-item {
  opacity: .3;
  flex: none;
  margin-left: 4px;
  margin-right: 4px;
  padding: 12px;
  min-width: 44px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-link-item:hover {
  opacity: .7;
}

.footer {
  padding-top: 40px;
  padding-bottom: 48px;
}

.footer-2-bottom-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 624px;
}

.container-large.align-center {
  max-width: 720px;
  position: relative;
}

.container-large.align-center.text-center {
  max-width: 812px;
}

.text-center {
  text-align: center;
}

.body-text {
  color: var(--body-text);
  text-align: left;
  letter-spacing: normal;
  font-family: Inter, sans-serif;
}

.body-text.spacer-bottom-24 {
  color: var(--body-text);
}

.body-text.spacer-bottom-32 {
  color: var(--body-text);
  margin-bottom: 32px;
}

.body-text.spacer-bottom-8 {
  margin-bottom: 8px;
}

.link {
  color: var(--neutral);
  border-bottom: 1px solid #a0a0a066;
  font-weight: 400;
  text-decoration: none;
}

.link:hover {
  border-bottom-color: var(--muted);
}

.heading-2 {
  color: var(--primary);
  text-align: center;
  margin-bottom: 40px;
  font-family: Tiempos, Georgia, sans-serif;
  font-weight: 500;
}

.heading-2.site-tagline {
  color: var(--primary);
  text-align: center;
  white-space: normal;
  word-break: keep-all;
  margin-top: 40px;
  margin-bottom: 80px;
  font-family: Tiempos, Georgia, sans-serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 64px;
  display: block;
}

.heading-3 {
  color: var(--primary);
  letter-spacing: -.125px;
  margin-bottom: 16px;
  font-family: Tiempos, Georgia, sans-serif;
  font-weight: 400;
}

.heading-4 {
  margin-bottom: 0;
  font-family: Tiempos, Georgia, sans-serif;
  font-weight: 400;
}

.heading-4.site-subtitle {
  color: #757575;
  text-align: center;
  cursor: default;
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  display: none;
}

.heading-6 {
  color: #757575bf;
  letter-spacing: .02em;
  font-family: Tiempos, Georgia, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.navbar-title {
  color: var(--primary);
  text-transform: none;
  margin-bottom: 1px;
  font-family: Tiempos, Georgia, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  transition: color .2s;
}

.contact {
  background-color: transparent;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
  display: block;
  text-align: center;
}

.presentation {
  background-color: #0000;
  padding-top: 88px;
  padding-bottom: 88px;
}

.portfolio {
  background-color: #0000;
  padding-top: 40px;
  padding-bottom: 80px;
}

.badges {
  margin-top: 32px;
  padding-bottom: 0;
}

.badge-apple {
  width: auto;
  height: 40px;
  margin-bottom: 0;
  margin-right: 16px;
  border-radius: 10px;
}

.badge-google {
  width: auto;
  height: 40px;
  border-radius: 10px;
}

.project-mention {
  text-align: left;
  margin-bottom: 0;
}

.spacer-bottom-24 {
  margin-top: 0;
  margin-bottom: 24px;
}

.spacer-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.extras {
  width: 100%;
  max-width: 1392px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
}

.app-icon {
  float: none;
  border: 1px solid #a0a0a066;
  border-radius: 22px;
}

.app-icon.spacer-bottom-24 {
  width: 88px;
  max-width: none;
  height: 88px;
  margin-bottom: 32px;
  box-shadow: 0 4px 12px #0000001a;
}

.project-screenshots {
  float: none;
  text-align: center;
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  overflow: visible;
}

.image-3 {
  max-width: 85%;
  margin-top: 0;
  overflow: visible;
}

.project-details {
  text-align: left;
  max-width: 500px;
  margin-bottom: 54px;
  margin-left: 0;
  padding-top: 120px;
  padding-left: 44px;
  display: inline-block;
}

.screenshots-album {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  margin-top: 80px;
  margin-bottom: 80px;
  display: grid;
}

.image-4 {
  display: none;
}

.image-5 {
  float: right;
  margin-bottom: 16px;
  margin-left: 24px;
  display: inline-block;
}

.portrait {
  float: right;
  opacity: 1;
  border-radius: 9px;
  width: 180px;
  height: auto;
  margin-bottom: 24px;
  margin-left: 48px;
}

.electric-circuit {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  margin-top: 40px;
}

.grid-3, .grid-4 {
  grid-template-rows: auto;
}

.image-9, .image-10, .image-12 {
  display: none;
}

.image-14 {
  max-width: 85%;
}

.past-projects {
  background-color: #0000;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.site-tagline {
  text-align: center;
  margin-top: 64px;
  margin-bottom: 88px;
  font-family: Tiempos, Georgia, sans-serif;
  font-size: 64px;
  font-weight: 300;
  line-height: 72px;
  display: block;
}

.project-electric-circuit {
  width: 100%;
  max-width: 1392px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
}

.project-electric-circuit.project-block {
  margin-top: 80px;
  margin-bottom: 160px;
  display: block;
}

.project-foodhero {
  width: 100%;
  max-width: 1392px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
}

.project-foodhero.project-block {
  margin-bottom: 160px;
  display: block;
}

.project-miro {
  width: 100%;
  max-width: 1392px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
}

.project-miro.project-block {
  margin-bottom: 160px;
  display: block;
}

.dualshot-screenshot {
  float: left;
  margin-bottom: 16px;
  margin-left: 0;
  margin-right: 24px;
}

.portfolio-introduction {
  width: 100%;
  max-width: 624px;
}

.footer-brand {
  text-align: center;
  margin-top: 24px;
  position: static;
}

.footer-title {
  color: var(--neutral);
  margin-bottom: 8px;
  font-family: Tiempos, Georgia, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.past-projects-list {
  color: var(--primary);
  text-align: center;
  letter-spacing: -.02em;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
}

.past-project-list {
  width: 100%;
}

.past-project-list.align-center {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.currently {
  margin-top: 40px;
  margin-bottom: 24px;
}

.text-span {
  color: color-mix(in srgb, var(--body-text) 35%, transparent);
}

.navbar-subtitle {
  color: var(--muted);
  padding-left: 2px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.signature {
  cursor: default;
}

.image-15, .image-16 {
  display: none;
}

.project-voila {
  width: 100%;
  max-width: 1392px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
}

.project-voila.project-block {
  margin-bottom: 160px;
  display: block;
}

.container-presentation {
  width: 100%;
  max-width: 624px;
}

.container-presentation.align-center {
  position: relative;
}

.container-presentation.align-center.text-center {
  max-width: 820px;
}

.axso {
  width: 100%;
  max-width: 1392px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
}

.axso.project-block {
  margin-top: 80px;
  margin-bottom: 160px;
  display: none;
}

@media screen and (max-width: 991px) {
  h5 {
    margin-top: 24px;
    margin-bottom: 18px;
  }

  .large-text {
    max-width: none;
  }

  .container-small.align-center {
    width: auto;
    max-width: none;
  }

  .nav-menu {
    background-color: var(--white);
    margin-left: 0;
    padding: 6px 24px;
  }

  .nav-link {
    margin: 6px 16px;
  }

  .menu-button {
    flex: none;
    margin-left: 12px;
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .container-large {
    max-width: 512px;
  }

  .contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .presentation {
    padding-top: 48px;
    padding-bottom: 80px;
  }

  .badge-apple {
    height: 40px;
    margin-bottom: 0;
  }

  .app-icon.spacer-bottom-24 {
    float: right;
    width: 88px;
    height: 88px;
    margin-bottom: 16px;
    margin-left: 24px;
  }

  .project-screenshots {
    float: none;
    text-align: center;
    margin: 0 auto 44px;
    display: block;
  }

  .project-details {
    text-align: left;
    width: auto;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .screenshots-album {
    margin-top: 40px;
  }

  .portrait {
    width: 125px;
    max-width: none;
    height: auto;
    margin-bottom: 24px;
  }

  .past-projects {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .site-tagline {
    font-family: Tiempos, Georgia, sans-serif;
    font-size: 54px;
    line-height: 62px;
  }

  .project-electric-circuit.project-block {
    text-align: center;
    margin-top: 80px;
  }

  .project-foodhero.project-block {
    text-align: center;
  }

  .project-miro.project-block {
    text-align: center;
    margin-bottom: 120px;
  }

  .past-projects-list {
    font-size: 24px;
    line-height: 32px;
  }

  .project-voila.project-block {
    text-align: center;
    margin-bottom: 120px;
  }

  .container-presentation {
    max-width: 512px;
  }

  .axso.project-block {
    text-align: center;
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  
  .hero-subtitle {
    display: none;
  }

  h1 {
    margin-bottom: 18px;
    font-size: 40px;
    line-height: 48px;
  }

  h2 {
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 40px;
  }

  h3 {
    font-size: 28px;
    line-height: 32px;
  }

  .main-container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .heading-1.site-title {
    display: none;
  }

  .large-text {
    text-align: left;
  }

  .fine-print-text {
    color: var(--muted);
  }

  .small-caps-text.section-title {
    margin-bottom: 24px;
  }

  .small-caps-text.section-title.text-center {
    text-align: left;
  }

  .nav-menu {
    display: none;
  }

  .social-links.navbar-social-links {
    display: flex;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-2 {
    text-align: left;
  }

  .heading-2.site-tagline {
    text-align: left;
  }

  .navbar-title {
    font-size: 22px;
  }

  .contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .presentation {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .portfolio {
    padding-top: 60px;
    padding-bottom: 60px;
    display: block;
  }

  .extras {
    padding-left: 24px;
    padding-right: 24px;
  }

  .app-icon.spacer-bottom-24 {
    float: right;
    margin-top: 0;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .project-screenshots {
    text-align: center;
    max-width: none;
    margin-bottom: 24px;
  }

  .project-details {
    max-width: none;
    margin-left: 0;
    padding-top: 24px;
  }

  .screenshots-album {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .portrait {
    float: right;
    width: 125px;
    margin-bottom: 16px;
  }

  .image-9 {
    display: none;
  }

  .past-projects {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .site-tagline {
    text-align: left;
    margin-bottom: 18px;
    font-size: 40px;
    line-height: 48px;
  }

  .project-electric-circuit {
    padding-left: 32px;
    padding-right: 32px;
  }

  .project-electric-circuit.project-block {
    margin-bottom: 120px;
  }

  .project-foodhero {
    padding-left: 32px;
    padding-right: 32px;
  }

  .project-foodhero.project-block {
    margin-bottom: 120px;
  }

  .project-miro {
    padding-left: 32px;
    padding-right: 32px;
  }

  .project-miro.project-block {
    margin-bottom: 80px;
  }

  .past-projects-list {
    text-align: left;
    font-size: 20px;
    line-height: 28px;
  }

  .project-voila {
    padding-left: 32px;
    padding-right: 32px;
  }

  .project-voila.project-block {
    margin-bottom: 80px;
  }

  .axso {
    padding-left: 32px;
    padding-right: 32px;
  }

  .axso.project-block {
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 479px) {
  
  .portfolio {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  
  .project-details {
    padding-top: 88px;
  }

  .past-projects {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .main-container {
    padding-left: 32px;
  }

  .heading-1 {
    color: var(--neutral);
    white-space: normal;
    margin-bottom: 16px;
  }

  .heading-1.site-title {
    text-align: left;
    margin-bottom: 8px;
    margin-left: 0;
    line-height: 44px;
    display: none;
  }

  .large-text {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }

  .small-caps-text.section-title {
    text-align: left;
  }

  .button.small.outline {
    white-space: nowrap;
    padding: 10px 14px;
  }

  .project-details .button.outline {
    width: 100%;
  }

  .container-small.align-center.text-center.footer-notes {
    display: block;
  }

  .section-title {
    margin-bottom: 36px;
  }

  .navbar {
    padding-left: 32px;
    padding-right: 24px;
  }

  .nav-menu {
    position: relative;
  }

  .navbar-right-content-wrapper {
    display: flex;
  }

  .nav-link {
    margin-top: 44px;
    margin-bottom: 24px;
    font-size: 24px;
  }

  .navbar-right-content {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .navbar-brand.w--current {
    padding-top: 0;
  }

  .social-links.navbar-social-links {
    display: none;
  }

  .footer {
    padding-top: 32px;
    padding-bottom: 88px;
  }

  .body-text {
    clear: left;
  }

  .link {
    color: var(--neutral);
    white-space: normal;
  }

  .heading-2 {
    text-align: left;
  }

  .heading-2.site-tagline {
    text-align: left;
    margin-top: 32px;
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 40px;
  }

  .heading-3 {
    font-family: Tiempos, Georgia, serif;
  }

  .heading-4 {
    font-size: 22px;
    line-height: 28px;
  }

  .heading-4.site-subtitle {
    text-align: left;
    display: none;
  }

  .heading-6 {
    color: #757575bf;
  }

  .navbar-title {
    margin-bottom: 1px;
    font-size: 18px;
    line-height: 24px;
  }

  .contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .presentation {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .badges {
    text-align: center;
    height: auto;
    display: flex;
    justify-content: flex-start;
    gap: 12px;
  }

  .badge-apple {
    float: none;
    width: auto;
    margin-bottom: 0;
    margin-right: 0;
    height: 36px;
  }

  .badge-google {
    float: none;
    clear: none;
    width: auto;
    height: 36px;
  }

  .extras {
    margin-top: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .app-icon.spacer-bottom-24 {
    float: right;
    margin: 0 0 16px 24px;
  }

  .project-screenshots {
    text-align: center;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .project-details {
    margin-left: 0;
    padding-top: 24px;
  }

  .screenshots-album {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-4, .image-5 {
    display: none;
  }

  .portrait {
    float: right;
    width: 100px;
    max-width: none;
    height: auto;
    margin-left: 24px;
  }

  .image-9, .image-10, .image-11, .image-12 {
    display: none;
  }

  .past-projects {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .site-tagline {
    text-align: left;
  }

  .project-electric-circuit {
    padding-left: 32px;
  }

  .project-electric-circuit.project-block {
    margin-top: 80px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .project-foodhero {
    padding-left: 32px;
  }

  .project-foodhero.project-block {
    margin-top: 60px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .project-miro {
    padding-left: 32px;
  }

  .project-miro.project-block {
    margin-top: 60px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .dualshot-screenshot {
    float: right;
    margin-left: 24px;
    margin-right: 0;
  }

  .footer-brand {
    padding-left: 0;
  }

  .text-block-20 {
    font-size: 13px;
  }

  .past-projects-list {
    text-align: left;
    white-space: pre-line;
    font-size: 20px;
    line-height: 28px;
  }

  .navbar-subtitle {
    font-size: 11px;
    line-height: 13px;
  }

  .project-voila {
    padding-left: 32px;
  }

  .project-voila.project-block {
    margin-top: 60px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-18 {
    display: none;
  }

  .axso {
    padding-left: 32px;
  }

  .axso.project-block {
    margin-top: 80px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

#w-node-_7d1c422a-228d-4673-7703-21e7de4573b1-beafc602 {
  place-self: auto center;
}

#w-node-_9398f5bd-b9c8-92f6-bf00-d205bbfe9819-beafc602, #w-node-ca4745e6-02da-5ec6-c489-e720a7297e2e-beafc602 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_4373104a-c81b-64ff-ab99-cbb7b1ab92af-beafc602 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ce6bf628-9bd2-77b0-04ca-d35664681e70-beafc602, #w-node-_7d1c422a-228d-4673-7703-21e7de4573b1-beafc602, #w-node-_7d1c422a-228d-4673-7703-21e7de4573b3-beafc602 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4373104a-c81b-64ff-ab99-cbb7b1ab92af-beafc602 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c098ef8a-9140-5c95-69b1-ed33429fa70f-beafc602, #w-node-_9398f5bd-b9c8-92f6-bf00-d205bbfe9819-beafc602, #w-node-_9398f5bd-b9c8-92f6-bf00-d205bbfe981b-beafc602, #w-node-ca4745e6-02da-5ec6-c489-e720a7297e2e-beafc602, #w-node-ca4745e6-02da-5ec6-c489-e720a7297e30-beafc602 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@media print {
  .navbar,
  .skip-to-content,
  .screenshots-album,
  .badges,
  .footer,
  .button {
    display: none !important;
  }

  body {
    color: #000;
    font-size: 12pt;
    line-height: 1.5;
  }

  a[href]::after {
    content: " (" attr(href) ")";
    font-size: 0.85em;
    color: #555;
  }

  a[href^="#"]::after,
  a[href^="index"]::after {
    content: "";
  }

  .presentation,
  .portfolio,
  .past-projects,
  .contact {
    padding: 20pt 0;
    page-break-inside: avoid;
  }

  .project-block {
    page-break-inside: avoid;
    margin-bottom: 30pt;
  }

  img {
    max-width: 100% !important;
  }
}
