/*
// Min-width in pixels
$xxxs  : 320px; pico 16   5vw
$xxs   : 360px; nano
$xs    : 375px; micro 20
$sm    : 390px; milli     6vw
$ms    : 412px; centi 24
$md    : 428px; deci
$ml    : 480px; deca 32   7vw
$lg    : 600px; hecto 40  8vw
$xl    : 768px; kilo 60
$xxl   : 992px; mega      10vw
$xxxl  : 1200px; giga     12vw
$xxx-xl: 1440px; tera     20vw
$xxx-xxl: 1921px; peta
$xxx-xxxl: 2561px; exa
*/
/*
@mixin font-sizes($font-sizes-map, $bp-key: $breakpoints-metric) {
  @each $bp-key, $fs-value in $font-sizes-map {
    @if $bp-key == null {
      font-size: $fs-value;
    }
    @else {
      @if map-has-key($breakpoints-metric, $bp-key) {
        $bp-key: map-get($breakpoints-metric, $bp-key);
      }
      @media only screen and (min-width: $bp-key) {
        font-size: $fs-value;
      }
    }
  }
}
*/
html {
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
}

html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  min-height: calc(var(--vh, 1vh) * 100);
  min-height: 100svh;
  min-height: -webkit-fill-available;
  background-color: #2e2e2e;
  background: radial-gradient(circle at 50% 0, rgb(0, 75, 105), rgba(0, 4, 17, 0) 70.71%), radial-gradient(circle at 6.7% 75%, rgba(0, 0, 0, 0.671), rgba(0, 0, 0, 0.6) 70.71%), radial-gradient(circle at 93.3% 75%, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6) 70.71%);
  /*
  /*
  * Created with https://www.css-gradient.com
  * Gradient link: https://www.css-gradient.com/?c1=3a3632&c2=0c0c0c&gt=r&gd=dtt
  */
  background: #3A3632;
  background: radial-gradient(at center top, #3A3632, #0C0C0C);
  /*
  * Created with https://www.css-gradient.com
  * Gradient link: https://www.css-gradient.com/?c1=413b35&c2=181818&gt=r&gd=dtt
  */
  background: #413B35;
  background: radial-gradient(at center top, #413B35, #181818);
  /*
  * Created with https://www.css-gradient.com
  * Gradient link: https://www.css-gradient.com/?c1=4c4b49&c2=242424&gt=r&gd=dtt
  */
  background: #4C4B49;
  background: radial-gradient(at center top, #4c4b49, #202020);
  background-attachment: fixed;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
}

a {
  text-decoration: none;
}

menu,
ul {
  list-style: none;
}

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

@media only screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
.margin-left-auto {
  margin-left: auto;
}

.font-light {
  font-weight: 200;
}

html {
  color: #fff;
  font-family: "Lexend Deca", Tahoma, Arial, sans-serif;
}

a {
  color: #ddd;
  transition: all 0.2s;
}
@media (hover: hover) {
  a:hover {
    color: #fff;
  }
}

p {
  line-height: 1.6;
}

.nav__btn--border-inside {
  font-family: "Inter", Tahoma, Arial, sans-serif;
}

.nav-dropdown__blurb {
  font-weight: 300;
  line-height: 2.1;
  font-size: 0.875rem;
  text-align: left;
}

.nav-dropdown__italic {
  font-weight: 300;
}

.nav-dropdown__label {
  font-weight: 600;
  font-size: 1.0625rem;
  text-align: left;
}

.nav-dropdown__btn, .nav-dropdown__btn-close {
  font-weight: 600;
  font-size: 1rem;
  font-family: "Lexend Deca", Tahoma, Arial, sans-serif;
  color: #ddd;
}

.intro__about {
  text-align: center;
  line-height: 1.9;
  font-weight: 500;
}
@media only screen and (min-width: 25.75rem) {
  .intro__about {
    font-size: 1.625rem;
  }
}
@media only screen and (min-width: 37.5rem) {
  .intro__about {
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 48rem) {
  .intro__about {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 75rem) {
  .intro__about {
    font-size: 2.5rem;
  }
}
@media only screen and (max-height: 37.5rem) {
  .intro__about {
    font-size: 1.625rem;
  }
}

.card__header {
  font-size: 1.125rem;
  font-weight: 600;
}

.card__header-container {
  line-height: 1.4;
}

.card__subheader {
  font-size: 0.8125rem;
  font-family: "Inter", Tahoma, Arial, sans-serif;
}

.article__header {
  font-weight: 600;
  font-size: 1rem;
}

.article__p, .article__ol {
  font-weight: 400;
  line-height: 2;
  font-size: 0.9375rem;
}

footer {
  font-weight: 200;
  font-size: 0.75rem;
  font-family: "Inter", Tahoma, Arial, sans-serif;
}

.h2-404 {
  font-weight: 100;
  font-size: 8rem;
}

.h1-404 {
  font-weight: 600;
  font-size: 1.625rem;
  text-align: center;
}

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

footer {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.footer__container {
  width: 100%;
  max-width: 1200px;
  height: 4rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.footer__container a:active {
  transform: translate(0, 2px);
  filter: brightness(0.6);
}

.footer__link {
  height: 48px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.header-home {
  position: fixed;
  top: 6svh;
  left: 0;
  width: 100%;
  z-index: 9;
  text-align: center;
}

.nav, .nav-dropdown {
  border-top: 1px solid rgba(254, 254, 254, 0.15);
  border-radius: 16px;
  background-color: rgba(24, 24, 24, 0.4);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  width: 96%;
  max-width: 1224px;
  display: inline-block;
}
@media only screen and (min-width: 601px) {
  .nav, .nav-dropdown {
    width: 98%;
  }
}
.nav a:active, .nav-dropdown a:active {
  transform: translate(0, 2px);
  filter: brightness(0.6);
}

.nav__layout {
  height: 60px;
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.nav__li {
  min-width: 48px;
}
@media only screen and (min-width: 22.5rem) {
  .nav__li {
    min-width: 48px;
  }
}

.nav__li--btn-to-top {
  width: clamp(80px, 20%, 240px);
}

.nav__btn, .nav-dropdown__btn-close, .nav-dropdown__btn {
  min-width: 48px;
  height: 48px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.nav__btn--logo {
  justify-content: flex-start;
  padding-left: 8px;
}

.svg-fill {
  fill: #ccc;
  transition: all 0.2s;
}

.svg-stroke {
  stroke: #ccc;
  transition: all 0.2s;
}

@media (hover: hover) {
  .nav__btn:hover .svg-fill, .nav-dropdown__btn-close:hover .svg-fill, .nav-dropdown__btn:hover .svg-fill {
    fill: #fff;
    transition: all 0.2s;
  }
}

@media (hover: hover) {
  .nav__btn:hover .svg-stroke, .nav-dropdown__btn-close:hover .svg-stroke, .nav-dropdown__btn:hover .svg-stroke {
    stroke: #fff;
    transition: all 0.2s;
  }
}

.nav__btn--to-top {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 48px;
  border: 1px solid rgba(254, 254, 254, 0.15);
  padding: 4px;
  transition: all 0.2s;
  /*position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
}
@media (hover: hover) {
  .nav__btn--to-top:hover {
    background-color: rgba(255, 255, 255, 0.04);
  }
}

.nav__btn--border-inside {
  width: 100%;
  height: 100%;
  border-radius: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
}

.nav__ul-nested {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 6px;
  justify-content: flex-end;
}
@media only screen and (min-width: 22.5rem) {
  .nav__ul-nested {
    gap: 8px;
  }
}

.nav__li-nested--envelope {
  display: none;
}

.nav-dropdown {
  flex-direction: column;
  align-items: stretch;
  padding: 0;
  display: none;
  opacity: 0;
  transform: translate(0, -250);
  transition: all 0.2s;
}

.nav-dropdown--show {
  padding: 24px 20px;
  display: inline-block;
  opacity: 1;
  transform: translate(0, 0);
}

.nav-dropdown__container-2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.nav-dropdown__container {
  width: min(100%, 100ch);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 20px;
}

.nav-dropdown__container--blurb-pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 37.5rem) {
  .nav-dropdown__container--blurb-pic {
    width: min(100%, 100ch);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.nav-dropdown__blurb {
  margin: 1.5rem 0 2rem;
}

.nav-dropdown__img-profile {
  border-radius: 16px;
  max-height: 120px;
  margin-bottom: 2rem;
}

.nav-dropdown__italic {
  align-self: center;
  margin-bottom: 0.75rem;
}

.nav-dropdown__hr {
  width: 100%;
  opacity: 0.15;
  display: none;
}

.nav-dropdown__form, .nav-dropdown__form--logo {
  margin-top: 0.5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.nav-dropdown__form--logo {
  display: none;
}

.nav-dropdown__textarea {
  margin: 0.5rem 0;
  border-radius: 4px;
  height: 8rem;
  padding: 0.5rem;
}

.nav-dropdown__btn {
  border-radius: 48px;
  background-color: #444;
  border: initial;
}

.nav-dropdown__btn-close {
  border-radius: 48px;
  background-color: #444;
  border: initial;
  width: 100%;
  transition: all 0.2s;
}
@media (hover: hover) {
  .nav-dropdown__btn-close:hover {
    background-color: #555;
  }
}
.nav-dropdown__btn-close:active {
  transform: translate(0, 2px);
  filter: brightness(0.8);
}

.card {
  width: 100%;
  max-width: 1200px;
  height: calc(var(--vh, 1vh) * 66);
  height: 66svh;
  border-top: 1px solid rgba(254, 254, 254, 0.15);
  border-radius: 16px;
  background-color: rgba(30, 30, 30, 0.78);
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 48px;
  overflow: hidden;
  transition: all 0.2s;
}

.card-inactive {
  background-color: rgba(30, 30, 30, 0.95);
}

.active-card:active {
  margin-top: 8px;
  margin-bottom: 40px;
}

.card--open {
  border-top: initial;
  background-image: initial;
  background-color: rgba(60, 60, 60, 0.3);
  height: -moz-min-content;
  height: min-content;
}

.card__btn {
  height: 100%;
  padding: 80px 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
  overflow: hidden;
  position: relative;
}
@media (hover: hover) {
  .card__btn:hover {
    background-color: rgba(255, 255, 255, 0.04);
  }
}
.card__btn:active {
  background-color: rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 37.5rem) {
  .card__btn {
    padding: 80px 40px;
  }
}

@media (hover: hover) {
  .card__btn--no-hover:hover {
    background-color: initial;
  }
}

.card__btn-img {
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  position: absolute;
}

.card__btn--open {
  height: 160px;
  border-radius: 16px 16px 0 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0 99%, rgba(254, 254, 254, 0.15) 1% 100%), linear-gradient(-90deg, #222, rgba(0, 0, 0, 0.4));
  box-shadow: initial;
  transition: all 0.2s;
}
@media (hover: hover) {
  .card__btn--open:hover {
    background-color: rgba(255, 255, 255, 0.15);
  }
}
.card__btn--open:active {
  margin-top: 4px;
  margin-bottom: -4px;
  background-color: rgba(0, 0, 0, 0.2);
}

.card__btn-container {
  width: min(100%, 100ch);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 1014px) {
  .card__btn-container {
    padding: 0 1px;
  }
}
@media only screen and (min-width: 1016px) {
  .card__btn-container {
    padding: 0 2px;
  }
}
@media only screen and (min-width: 1018px) {
  .card__btn-container {
    padding: 0 3px;
  }
}
@media only screen and (min-width: 1020px) {
  .card__btn-container {
    padding: 0 4px;
  }
}
@media only screen and (min-width: 1022px) {
  .card__btn-container {
    padding: 0 5px;
  }
}
@media only screen and (min-width: 1024px) {
  .card__btn-container {
    padding: 0 6px;
  }
}
@media only screen and (min-width: 1026px) {
  .card__btn-container {
    padding: 0 7px;
  }
}
@media only screen and (min-width: 1028px) {
  .card__btn-container {
    padding: 0 8px;
  }
}
@media only screen and (min-width: 1030px) {
  .card__btn-container {
    padding: 0 9px;
  }
}
@media only screen and (min-width: 1032px) {
  .card__btn-container {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1034px) {
  .card__btn-container {
    padding: 0 11px;
  }
}
@media only screen and (min-width: 1036px) {
  .card__btn-container {
    padding: 0 12px;
  }
}
@media only screen and (min-width: 1038px) {
  .card__btn-container {
    padding: 0 13px;
  }
}
@media only screen and (min-width: 1040px) {
  .card__btn-container {
    padding: 0 14px;
  }
}
@media only screen and (min-width: 1042px) {
  .card__btn-container {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1044px) {
  .card__btn-container {
    padding: 0 16px;
  }
}
@media only screen and (min-width: 1046px) {
  .card__btn-container {
    padding: 0 17px;
  }
}
@media only screen and (min-width: 1048px) {
  .card__btn-container {
    padding: 0 18px;
  }
}
@media only screen and (min-width: 1050px) {
  .card__btn-container {
    padding: 0 19px;
  }
}
@media only screen and (min-width: 1052px) {
  .card__btn-container {
    padding: 0 20px;
  }
}

.card__placeholder-container {
  width: 24px;
  height: 24px;
  display: none;
}

.card__arrow-container {
  transition: all 0.2s;
}

.card__arrow-container--open {
  transform: rotate(-90deg);
  align-self: center;
}

.card__header {
  margin-bottom: 0.5rem;
}

/*
#card--cortland {

  @media only screen and (min-width: 1440px) {
    //order: 3;
    flex: 1 0 100%;
  }
}

#card--finvo {

  @media only screen and (min-width: 1440px) {
    //order: 1;
    flex: 1 1 50%;
  }
}

#card--cfp {

  @media only screen and (min-width: 1440px) {
    //order: 2;
    flex: 1 1 50%;
  }
}*/
.article {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 2.5rem 1.25rem;
  height: 0;
  transition: all 0.2s;
}

.article--open {
  height: -moz-min-content;
  height: min-content;
}

.article__container {
  width: min(100%, 100ch);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  margin: 3.75rem 0;
  padding: 0 20px;
}
@media only screen and (min-width: 37.5rem) {
  .article__container {
    padding: 0 40px;
  }
}

.article__p {
  width: min(100%, 75ch);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.article__header {
  margin-top: 2.5rem;
}

.article__ol {
  list-style-position: inside;
}

.article__img--full-column {
  width: 100%;
  background-color: #ddd;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  margin-bottom: 2.5rem;
}

.article__flex-svg {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 48rem) {
  .article__flex-svg {
    gap: 40px;
  }
}

.article__container-svg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}

.article__img--svg {
  width: 100%;
  padding: 40px;
  background-color: #ddd;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  margin-bottom: 2.5rem;
}

.article__container-iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 133.33%;
}
@media only screen and (min-width: 90rem) {
  .article__container-iframe {
    padding-top: 100%;
  }
}

.article__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article__img--full-bleed {
  width: 100vw;
  flex-wrap: wrap;
  background-color: #ddd;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.article__img--half-column-start {
  width: 50%;
  height: calc(var(--vh, 1vh) * 80);
  align-self: flex-start;
  flex-wrap: wrap;
  background-color: #ddd;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.article__img--half-column-end {
  width: 50%;
  height: calc(var(--vh, 1vh) * 80);
  align-self: flex-end;
  flex-wrap: wrap;
  background-color: #ddd;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.article__img--half-page-start {
  width: 50vw;
  height: calc(var(--vh, 1vh) * 80);
  align-self: flex-start;
  background-color: #ddd;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.article__img--half-page-end {
  width: 50vw;
  height: calc(var(--vh, 1vh) * 80);
  align-self: flex-end;
  background-color: #ddd;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.half-text {
  background-color: initial;
  align-self: flex-start;
  justify-content: flex-start;
  margin-top: 3rem;
  margin-left: 3rem;
}

.body-home {
  padding: calc(6svh + 60px) 20px 0;
}

.intro {
  height: -moz-min-content;
  height: min-content;
  height: min-content;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.intro__about {
  margin: 6rem 0;
}

.intro__about--hello {
  display: inline-block;
  margin-top: 3rem;
}
@media only screen and (min-width: 160.0625rem) {
  .intro__about--hello {
    font-size: 3em;
    line-height: 1.5;
  }
}

.intro__about--designer {
  line-height: 1.2;
  text-align: start;
}

.intro__about--coded {
  display: inline-block;
  font-weight: 500;
  font-size: 0.65em;
  line-height: 1.8;
}
@media only screen and (max-height: 37.5rem) {
  .intro__about--coded {
    padding-bottom: 1rem;
  }
}

.lineSections-container {
  position: absolute;
  top: calc(var(--vh, 1vh) * 74);
  top: 74svh;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: calc(6svh + 60px) 0 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1200px;
}
@media only screen and (min-width: 75rem) {
  .lineSections-container {
    padding: calc(6svh + 60px) 20px 0;
  }
}

.lineSections {
  width: 1200px;
}

.lineHolder {
  width: 2px;
  height: calc(var(--vh, 1vh) * 66);
  height: 60svh;
  background-color: #444;
  margin-top: 3svh;
}

.line {
  width: 2px;
  height: 100px;
  background-color: #666;
}

.work {
  height: -moz-min-content;
  height: min-content;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.work__layout {
  width: 1200px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
}

.page-not-found-container {
  height: calc(var(--vh, 1vh) * 64);
  height: 64svh;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}/*# sourceMappingURL=main.css.map */