html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

input, input:focus {
  border: none;
  outline: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

@font-face {
  @font-face {
    font-family: "antic";
    src: url("../fonts/AnticSlab-Regular.ttf");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
  }
}
@font-face {
  font-family: "messiri";
  src: url("../fonts/ElMessiri-VariableFont_wght.ttf");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}
@font-face {
  font-family: "genos";
  src: url("../fonts/Genos-VariableFont_wght.ttf");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}
@font-face {
  font-family: "teko-reg";
  src: url("../fonts/Teko-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}
@font-face {
  font-family: "teko-semi";
  src: url("../fonts/Teko-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}
@font-face {
  font-family: "rubik";
  src: url("../fonts/RubikIso-Regular.ttf");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}
@font-face {
  font-family: "electro";
  src: url("../fonts/Electrolize-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}
@font-face {
  font-family: "heebo";
  src: url("../fonts/Heebo-VariableFont_wght.ttf");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}
@font-face {
  font-family: "quantico";
  src: url("../fonts/Quantico-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}
/* font var */
/* font-size var */
/* color var */
body {
  color: black;
  box-sizing: border-box;
  font-size: 16px;
  width: 100%;
  padding-top: 210px;
}

section {
  position: relative;
}

em, i {
  font-style: italic;
}

strong, b {
  font-weight: bold;
}

img {
  display: block;
}

p {
  font-family: "electro";
  font-size: 20px;
  font-weight: 400;
}

h1 {
  font-family: "messiri";
  font-size: 90px;
  font-weight: 600;
  color: #0A2647;
  text-shadow: 3px 3px 3px #D8D9CF;
}

h2 {
  font-family: "heebo";
  font-size: 60px;
  font-weight: 500;
}

h3 {
  font-family: "teko-reg";
  font-size: 32px;
  font-weight: 400;
}

/*//////////////////////////////////*/
/*				Column				*/
/*//////////////////////////////////*/
.column-container {
  /* overflow: hidden; */
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.column--1-12 {
  width: 8.333%;
}

.column--2-12 {
  width: 16.666%;
}

.column--3-12 {
  width: 25%;
}

.column--4-12 {
  width: 33.333%;
}

.column--5-12 {
  width: 41.666%;
}

.column--6-12 {
  width: 50%;
}

.column--7-12 {
  width: 58.333%;
}

.column--8-12 {
  width: 66.666%;
}

.column--9-12 {
  width: 75%;
}

.column--10-12 {
  width: 83.333%;
}

.column--1-12,
.column--2-12,
.column--3-12,
.column--4-12,
.column--5-12,
.column--6-12,
.column--7-12,
.column--8-12,
.column--9-12,
.column--10-12 {
  box-sizing: border-box;
}

/*//////////////////////////////////*/
/*				Hero 				*/
/*//////////////////////////////////*/
#hero {
  height: calc(50vh - 120px);
  min-height: 415px;
  max-height: 60vw;
  position: relative;
}
#hero #natedaines {
  position: fixed;
  height: 150px;
  inset: 32px 0 0 0;
  z-index: 100;
}
#hero #natedaines.compact { /* compacting animation for #natedaines */ }
#hero #natedaines.compact h2 {
  -webkit-animation: padding-bot_12px-0 2s forwards;
  animation: padding-bot_12px-0 2s forwards;
}
#hero #natedaines.compact h2 .border-top__left { /* [check] */
  border-top: 6px solid #205295;
  position: absolute;
  -webkit-animation: width_50-0 0.5s ease-in forwards;
  animation: width_50-0 0.5s ease-in forwards;
  top: 0px;
  right: 50%;
}
#hero #natedaines.compact h2 .border-top__right { /* [revisit 4 fine-tuning] */
  border-top: 6px solid #205295;
  position: absolute;
  -webkit-animation: left_0-86 1s ease-in-out forwards, width_100-20 1s ease-in-out forwards;
  animation: left_0-86 1s ease-in-out forwards, width_100-20 1s ease-in-out forwards;
  left: 50%;
  top: 0;
}
#hero #natedaines.compact h2 .border-left__top { /* [revisit] */
  border-left: 4.5px solid #205295;
  position: absolute;
  -webkit-animation: left_0-86 1.45s ease-in-out forwards, height_50-12px 1s ease-in-out forwards, borderL_4-6 1.8s ease-in-out forwards;
  animation: left_0-86 1.45s ease-in-out forwards, height_50-12px 1s ease-in-out forwards, borderL_4-6 1.8s ease-in-out forwards;
  left: 0;
  top: 0;
}
#hero #natedaines.compact h2 .border-right__top { /* [check] */
  border-right: 4.5px solid #205295;
  position: absolute;
  -webkit-animation: right_0-n6 0.6s 0.3s linear forwards;
  animation: right_0-n6 0.6s 0.3s linear forwards;
  height: 50%;
  right: 0;
  top: 0;
}
#hero #natedaines.compact h2 .border-left__bottom { /* [revisit] */
  border-left: 4.5px solid #205295;
  position: absolute;
  -webkit-animation: left_0-86 1.5s ease-in-out forwards, borderL_4-6 1s ease-in-out forwards, height_50-25 1.5s forwards, top_50-75 1.5s forwards;
  animation: left_0-86 1.5s ease-in-out forwards, borderL_4-6 1s ease-in-out forwards, height_50-25 1.5s forwards, top_50-75 1.5s forwards;
  height: 50%;
  left: 0;
  top: 50%;
}
#hero #natedaines.compact h2 .border-right__bottom {
  border-right: 4.5px solid #205295;
  position: absolute;
  -webkit-animation: right_0-n6 0.6s 0.3s linear forwards;
  animation: right_0-n6 0.6s 0.3s linear forwards;
  height: 50%;
  right: 0;
  top: 50%;
}
#hero #natedaines.compact h2 .border-bottom__left { /* revisit] */
  border-bottom: 4px solid #205295;
  position: absolute;
  -webkit-animation: width_32-0 2.2s ease-in-out forwards, left_0-86 1.7s forwards;
  animation: width_32-0 2.2s ease-in-out forwards, left_0-86 1.7s forwards;
  left: 68%;
  bottom: 0;
}
#hero #natedaines.compact h2 .border-bottom__mid-l { /* [] */
  border-left: 6px solid #205295;
  position: absolute;
  -webkit-animation: height_12px-0 0.8s ease-in-out forwards, left_32-86 1.5s forwards;
  animation: height_12px-0 0.8s ease-in-out forwards, left_32-86 1.5s forwards;
  left: 32%;
  bottom: 0;
}
#hero #natedaines.compact h2 .border-bottom__right { /* [] */
  border-bottom: 4px solid #205295;
  position: absolute;
  -webkit-animation: right_0-n6 1.8s forwards, width_100-20 1.6s forwards;
  animation: right_0-n6 1.8s forwards, width_100-20 1.6s forwards;
  width: 26%;
  bottom: 0;
  right: 0;
}
#hero #natedaines.compact h2 .border-bottom__mid-r {
  border-right: 6px solid #205295;
  position: absolute;
  -webkit-animation: right_32-0 1.5s forwards, height_12px-0 0.9s ease-in-out forwards;
  animation: right_32-0 1.5s forwards, height_12px-0 0.9s ease-in-out forwards;
  right: 32%;
  bottom: 0;
}
#hero #natedaines.compact h2 .text { /* [] */
  position: relative;
  -webkit-animation: right_0-n46 0.8s 0.5s ease-in-out forwards, letterSP_0-n8 1.3s forwards;
  animation: right_0-n46 0.8s 0.5s ease-in-out forwards, letterSP_0-n8 1.3s forwards;
}
#hero #natedaines h2 { /* h2.natedaines */
  padding-bottom: 12px; /* starting animation for #natedaines, currently satisfied */
  position: relative;
  color: #205295;
  text-align: center;
}
#hero #natedaines h2 .border-top__left {
  border-top: 6px solid #205295;
  position: absolute;
  -webkit-animation: width_0-50 0.3s ease-in forwards;
  animation: width_0-50 0.3s ease-in forwards;
  top: 0;
  right: 50%;
}
#hero #natedaines h2 .border-top__right {
  border-top: 6px solid #205295;
  position: absolute;
  -webkit-animation: width_0-50 0.3s ease-in forwards;
  animation: width_0-50 0.3s ease-in forwards;
  left: 50%;
  top: 0;
}
#hero #natedaines h2 .border-left__top {
  border-left: 4.5px solid #205295;
  position: absolute;
  -webkit-animation: height_0-50 0.1s 0.3s linear forwards;
  animation: height_0-50 0.1s 0.3s linear forwards;
  left: 0;
  top: 0;
}
#hero #natedaines h2 .border-right__top {
  border-right: 4.5px solid #205295;
  position: absolute;
  -webkit-animation: height_0-50 0.1s 0.3s linear forwards;
  animation: height_0-50 0.1s 0.3s linear forwards;
  right: 0;
  top: 0;
}
#hero #natedaines h2 .border-left__bottom {
  border-left: 4.5px solid #205295;
  position: absolute;
  -webkit-animation: height_0-50 0.06s 0.45s linear forwards;
  animation: height_0-50 0.06s 0.45s linear forwards;
  left: 0;
  top: 50%;
}
#hero #natedaines h2 .border-right__bottom {
  border-right: 4.5px solid #205295;
  position: absolute;
  -webkit-animation: height_0-50 0.06s 0.45s linear forwards;
  animation: height_0-50 0.06s 0.45s linear forwards;
  right: 0;
  top: 50%;
}
#hero #natedaines h2 .border-bottom__right {
  border-bottom: 4px solid #205295;
  position: absolute;
  -webkit-animation: width_0-32 0.3s 0.55s ease-out forwards;
  animation: width_0-32 0.3s 0.55s ease-out forwards;
  bottom: 0;
  right: 0;
}
#hero #natedaines h2 .border-bottom__left {
  border-bottom: 4px solid #205295;
  position: absolute;
  -webkit-animation: width_0-32 0.3s 0.55s ease-out forwards;
  animation: width_0-32 0.3s 0.55s ease-out forwards;
  left: 0;
  bottom: 0;
}
#hero #natedaines h2 .border-bottom__mid-l {
  border-left: 6px solid #205295;
  position: absolute;
  -webkit-animation: height_0-12px 0.12s 0.85s linear forwards;
  animation: height_0-12px 0.12s 0.85s linear forwards;
  left: 32%;
  bottom: 0;
}
#hero #natedaines h2 .border-bottom__mid-r {
  border-right: 6px solid #205295;
  position: absolute;
  -webkit-animation: height_0-12px 0.12s 0.85s linear forwards;
  animation: height_0-12px 0.12s 0.85s linear forwards;
  right: 32%;
  bottom: 0;
}
#hero #natedaines h2 .text-compact {
  display: none;
}
#hero .column-container { /* hero-header */ }
#hero .column-container .column--5-12 .hero-pic {
  background-image: url("../images/nd.png");
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 450px;
  min-height: 383px;
}
#hero .column-container .column--5-12 .hero-header:last-of-type { /* h2.WeBDev */ }
#hero .column-container .column--5-12 .hero-header:last-of-type h2 .border-top__left { /* [check] */
  border-top: 4px solid #205295;
  position: absolute;
  animation: width_0-25px 0.7s 0.6s forwards;
  left: unset;
  top: -4px;
  right: 99%;
}
#hero .column-container .column--5-12 .hero-header:last-of-type h2 .border-top__right { /* [check] */
  border-top: 4px solid #205295;
  position: absolute;
  animation: width_0-25px 0.7s 0.6s forwards;
  right: unset;
  top: -4px;
  left: 99%;
}
#hero .column-container .column--5-12 .hero-header:last-of-type h2 .border-left__top { /* [check] */
  border-left: 4px solid #205295;
  position: absolute;
  animation: height_0-25px 0.45s 0.6s forwards;
  left: 0;
  top: -4px;
}
#hero .column-container .column--5-12 .hero-header:last-of-type h2 .border-right__top { /* [check] */
  border-right: 4px solid #205295;
  position: absolute;
  animation: height_0-25px 0.45s 0.6s forwards;
  right: 0;
  top: -4px;
}
#hero .column-container .column--5-12 .hero-header:last-of-type h2 .border-left__bottom { /* [check] */
  border-left: 4px solid #205295;
  position: absolute;
  animation: height_0-50 0.06s 0.45s linear forwards;
  bottom: unset;
  left: 0;
  top: 50%;
}
#hero .column-container .column--5-12 .hero-header:last-of-type h2 .border-right__bottom { /* [check] */
  border-right: 4px solid #205295;
  position: absolute;
  animation: height_0-50 0.06s 0.45s linear forwards;
  bottom: unset;
  right: 0;
  top: 50%;
}
#hero .column-container .column--5-12 .hero-header:last-of-type h2 .border-bottom__left { /* [check] */
  border-bottom: 4px solid #205295;
  position: absolute;
  animation: width_0-32 0.3s 0.55s ease-out forwards;
  right: unset;
  left: 0;
  bottom: 0;
}
#hero .column-container .column--5-12 .hero-header:last-of-type h2 .border-bottom__right { /* [check] */
  border-bottom: 4px solid #205295;
  position: absolute;
  animation: width_0-32 0.3s 0.55s ease-out forwards;
  left: unset;
  bottom: 0;
  right: 0;
}
#hero .column-container .column--5-12 h2 { /* h2.FULL STACK */
  position: relative;
  color: #205295;
  text-align: center;
  margin: auto;
  max-width: 22rem;
  z-index: 100;
}
#hero .column-container .column--5-12 h2 .border-top__left { /* [check] */
  border-top: 4px solid #205295;
  position: absolute;
  animation: width_0-18 0.45s 0.45s forwards;
  top: -2%;
  left: -2%;
}
#hero .column-container .column--5-12 h2 .border-top__right { /* [check] */
  border-top: 4px solid #205295;
  position: absolute;
  animation: width_0-18 0.45s 0.45s forwards;
  top: -2%;
  right: -2%;
}
#hero .column-container .column--5-12 h2 .border-left__top { /* [check] */
  border-left: 4px solid #205295;
  position: absolute;
  animation: height_0-25px 0.6s 0.45s forwards;
  left: -2%;
  top: -2%;
}
#hero .column-container .column--5-12 h2 .border-right__top { /* [check] */
  border-right: 4px solid #205295;
  position: absolute;
  animation: height_0-25px 0.6s 0.45s forwards;
  right: -2%;
  top: -2%;
}
#hero .column-container .column--5-12 h2 .border-bottom__right { /* [check] */
  border-bottom: 4px solid #205295;
  position: absolute;
  animation: width_0-25px 0.3s 0.55s ease-out forwards;
  bottom: -4px;
  left: 101%;
}
#hero .column-container .column--5-12 h2 .border-bottom__left { /* [check] */
  border-bottom: 4px solid #205295;
  position: absolute;
  animation: width_0-25px 0.3s 0.55s ease-out forwards;
  right: 101%;
  bottom: -4px;
}
#hero .column-container .column--5-12 h2 .border-left__bottom { /* [check] */
  border-left: 4px solid #205295;
  position: absolute;
  animation: height_0-25px 0.3s 0.55s linear forwards;
  left: -2%;
  bottom: -4px;
}
#hero .column-container .column--5-12 h2 .border-right__bottom { /* [check] */
  border-right: 4px solid #205295;
  position: absolute;
  animation: height_0-25px 0.3s 0.55s linear forwards;
  right: -2%;
  bottom: -4px;
}
#hero .column-container .column--5-12 .hero-p {
  position: relative;
  background-color: #EDEDED;
  opacity: 0;
  animation: fadeIn 1.6s forwards;
}
#hero .column-container .column--5-12 .hero-p p {
  padding: 12px;
  color: #2C74B3;
  max-width: 40rem;
  text-align: center;
  margin: auto;
}
#hero .column-container .column--5-12 .hero-p .border-top__left { /* [check] */
  border-top: 4px solid #205295;
  position: absolute;
  animation: width_0-25px 0.6s 0.45s forwards;
  top: 0;
  left: 0;
}
#hero .column-container .column--5-12 .hero-p .border-top__right { /* [check] */
  border-top: 4px solid #205295;
  position: absolute;
  animation: width_0-25px 0.6s 0.45s forwards;
  top: 0;
  right: 0;
}
#hero .column-container .column--5-12 .hero-p .border-left__top { /* [check] */
  border-left: 4px solid #205295;
  position: absolute;
  animation: height_0-25px 0.6s 0.45s forwards;
  left: 0;
  top: 0;
}
#hero .column-container .column--5-12 .hero-p .border-right__top { /* [check] */
  border-right: 4px solid #205295;
  position: absolute;
  animation: height_0-25px 0.6s 0.45s forwards;
  right: 0;
  top: 0;
}
#hero .column-container .column--5-12 .hero-p .border-bottom__right { /* [check] */
  border-bottom: 4px solid #205295;
  position: absolute;
  animation: width_0-25px 0.45s 0.6s ease-out forwards;
  bottom: 0;
  right: 0;
}
#hero .column-container .column--5-12 .hero-p .border-bottom__left { /* [check] */
  border-bottom: 4px solid #205295;
  position: absolute;
  animation: width_0-25px 0.45s 0.6s ease-out forwards;
  left: 0;
  bottom: 0;
}
#hero .column-container .column--5-12 .hero-p .border-left__bottom { /* [check] */
  border-left: 4.5px solid #205295;
  position: absolute;
  animation: height_0-43 0.3s 0.3s linear forwards;
  left: 0;
  top: 57%;
}
#hero .column-container .column--5-12 .hero-p .border-right__bottom { /* [check] */
  border-right: 4.5px solid #205295;
  position: absolute;
  animation: height_0-43 0.3s 0.3s linear forwards;
  right: 0;
  top: 57%;
}

/* #natedaines responsive considerations */
@media only screen and (max-width: 1100px) {
  #hero #natedaines.compact h2 .text {
    font-size: clamp(20px, 3vw, 35px) !important;
    padding: 0.3vw !important;
  }
}
@media only screen and (max-width: 822px) {
  #hero #natedaines.compact h2 .text {
    display: none;
  }
  #hero #natedaines.compact h2 .text-compact {
    position: relative;
    display: block;
    -webkit-animation: right_0-n46 0.8s 0.5s ease-in-out forwards, letterSP_0-n8 1.3s forwards;
    animation: right_0-n46 0.8s 0.5s ease-in-out forwards, letterSP_0-n8 1.3s forwards;
  }
}
/*//////////////////////////////////*/
/*				Skills 				*/
/*//////////////////////////////////*/
#skills {
  padding: 20px 60px 70px 60px;
}
#skills .column-container {
  opacity: 0.1;
  transition: opacity 0.7s;
}
#skills .column-container:last-of-type { /* list styles */ }
#skills .column-container:last-of-type .column--3-12:nth-child(2) { /* left col */ }
#skills .column-container:last-of-type .column--3-12:nth-child(2) ul li {
  left: -800px;
  margin-left: 20%;
}
#skills .column-container:last-of-type .column--3-12:nth-child(2) ul li:nth-child(1) {
  transition: left 0.5s 0.3s;
}
#skills .column-container:last-of-type .column--3-12:nth-child(2) ul li:nth-child(2) {
  transition: left 0.5s 0.7s;
}
#skills .column-container:last-of-type .column--3-12:nth-child(2) ul li:nth-child(3) {
  transition: left 0.5s 1.2s;
}
#skills .column-container:last-of-type .column--3-12:nth-child(3) { /* right col */ }
#skills .column-container:last-of-type .column--3-12:nth-child(3) ul li {
  right: -800px;
  text-align: end;
  margin-left: unset;
}
#skills .column-container:last-of-type .column--3-12:nth-child(3) ul li:nth-child(1) {
  transition: right 0.5s 0.5s;
}
#skills .column-container:last-of-type .column--3-12:nth-child(3) ul li:nth-child(2) {
  transition: right 0.5s 0.8s;
}
#skills .column-container:last-of-type .column--3-12:nth-child(3) ul li:nth-child(3) {
  transition: right 0.5s 1.3s;
}
#skills .column-container:last-of-type ul {
  position: relative;
}
#skills .column-container:last-of-type ul li {
  position: relative;
}
#skills.active .column-container { /* list behavior */
  opacity: 1;
}
#skills.active .column-container .column--3-12:nth-child(2) { /* left col */ }
#skills.active .column-container .column--3-12:nth-child(2) ul li {
  left: 0;
}
#skills.active .column-container .column--3-12:nth-child(3) { /* right col */ }
#skills.active .column-container .column--3-12:nth-child(3) ul li {
  right: 0;
}
#skills.active .column-container:last-of-type { /* list borders */
  /* left border */
  /* right border */
}
#skills.active .column-container:last-of-type .border-top__left {
  border-top: 2px solid black;
  position: absolute;
  top: -2px;
  left: 15%;
  animation: width_0-32px 0.3s 1.7s forwards;
}
#skills.active .column-container:last-of-type .border-left__top {
  border-left: 2px solid black;
  position: absolute;
  left: 15%;
  top: 0;
  animation: height_0-32px 0.3s 1.7s forwards;
}
#skills.active .column-container:last-of-type .border-left__bottom {
  border-left: 2px solid black;
  position: absolute;
  left: 15%;
  bottom: 0;
  animation: height_0-32px 0.3s 1.7s forwards;
}
#skills.active .column-container:last-of-type .border-bottom__left {
  border-bottom: 2px solid black;
  position: absolute;
  bottom: 0;
  left: 15%;
  animation: width_0-32px 0.3s 1.7s forwards;
}
#skills.active .column-container:last-of-type .border-top__right {
  border-top: 2px solid black;
  position: absolute;
  top: -2px;
  right: -5%;
  animation: width_0-32px 0.3s 1.7s forwards;
}
#skills.active .column-container:last-of-type .border-right__top {
  border-right: 2px solid black;
  position: absolute;
  right: -5%;
  top: 0;
  animation: height_0-32px 0.3s 1.7s forwards;
}
#skills.active .column-container:last-of-type .border-right__bottom {
  border-right: 2px solid black;
  position: absolute;
  right: -5%;
  bottom: 0;
  animation: height_0-32px 0.3s 1.7s forwards;
}
#skills.active .column-container:last-of-type .border-bottom__right {
  border-bottom: 2px solid black;
  position: absolute;
  bottom: 0;
  right: -5%;
  animation: width_0-32px 0.3s 1.7s forwards;
}
#skills.active .column-container:last-of-type .border-mid {
  border-right: 1px solid black;
  position: absolute;
  top: 15%;
  right: -6px;
  animation: height_0-113px 1.8s 0.5s forwards;
}
#skills.active h1 .border-top__left {
  border-top: 2px solid black;
  position: absolute;
  left: -7%;
  top: 0;
  animation: width_0-86px 0.8s forwards;
}
#skills.active h1 .border-top__right {
  border-top: 2px solid black;
  position: absolute;
  right: -22px;
  top: 0;
  animation: width_0-86px 0.8s forwards;
}
#skills.active h1 .border-left__top {
  animation: height_0-48px 0.8s forwards;
  border-right: 2px solid black;
  position: absolute;
  top: 0;
  left: -7%;
}
#skills.active h1 .border-right__top {
  border-right: 2px solid black;
  position: absolute;
  right: -22px;
  top: 0;
  animation: height_0-48px 0.8s forwards;
}
#skills.active h1 .border-left__bottom {
  border-left: 2px solid black;
  position: absolute;
  left: -7%;
  bottom: 0;
  animation: height_0-48px 0.8s forwards;
}
#skills.active h1 .border-right__bottom {
  border-right: 2px solid black;
  position: absolute;
  right: -22px;
  bottom: 0;
  animation: height_0-48px 0.8s forwards;
}
#skills.active h1 .border-bottom__left {
  border-bottom: 2px solid black;
  position: absolute;
  left: -7%;
  bottom: 0;
  animation: width_0-86px 0.8s forwards;
}
#skills.active h1 .border-bottom__right {
  border-bottom: 2px solid black;
  position: absolute;
  right: -22px;
  bottom: 0;
  animation: width_0-86px 0.8s forwards;
}
#skills h1 {
  position: relative;
  margin: auto;
  text-transform: uppercase;
}
#skills h3 {
  font-size: 38px; /* eventual clamp */
  color: #0A2647;
}
#skills li {
  list-style: none;
}

/*//////////////////////////////////*/
/*			   Projects 			*/
/*//////////////////////////////////*/
#projects {
  padding: 50px 60px 15px 60px;
}
#projects.active .column-container .column-container {
  width: 100%;
}
#projects.active .column-container h1 {
  animation: big-small_down 0.6s 0.3s ease-in-out forwards, down-up_click 0.6s 1.2s forwards, left_calc-0 0.3s 1.8s forwards;
}
#projects .column-container .column-container {
  width: 100%;
}
#projects .column-container .column--projects-side {
  width: 12.5%;
}
#projects #project-table {
  position: relative;
  z-index: 1;
  background-color: white;
  border: 1px solid black;
  border-radius: 0 5px 5px 5px;
}
#projects #project-table #or-tray .column-container:first-of-type {
  border-bottom: 1px solid black;
}
#projects #project-table #or-tray .column-container:last-of-type .column--8-12 {
  padding: 4.5% 80px 2% 80px;
}
#projects #project-table #or-tray .column-container:last-of-type .column--8-12 p {
  padding: unset;
  color: #444444;
  line-height: 1.8;
  letter-spacing: 0.8px;
}
#projects #project-table #or-tray[open] .subtray {
  border-bottom: 1px solid black;
  animation: openDrawer 0.5s forwards, fadeIn 1s forwards;
}
#projects #project-table #or-tray[open] .logo_sm {
  -webkit-filter: brightness(130%);
  -moz-filter: brightness(130%);
  -o-filter: brightness(130%);
  filter: brightness(130%);
}
#projects #project-table #or-tray[closed] .subtray {
  animation: closeDrawer 0.5s forwards, fadeOut 0.5s forwards;
}
#projects #project-table #or-tray[closed] .logo_sm {
  -webkit-filter: brightness(100%);
  -moz-filter: brightness(100%);
  -o-filter: brightness(100%);
  filter: brightness(100%);
}
#projects #project-table #parasol-tray .column-container:first-of-type {
  border-bottom: 1px solid black;
}
#projects #project-table #parasol-tray .column-container:last-of-type .column--8-12 {
  padding: 4.5% 80px 2% 80px;
}
#projects #project-table #parasol-tray .column-container:last-of-type .column--8-12 p {
  padding: unset;
  color: #444444;
  line-height: 1.8;
  letter-spacing: 0.8px;
}
#projects #project-table #parasol-tray[open] .subtray {
  border-bottom: 1px solid black;
  animation: openDrawer 0.5s forwards, fadeIn 1s forwards;
}
#projects #project-table #parasol-tray[open] .logo_sm {
  -webkit-filter: brightness(130%);
  -moz-filter: brightness(130%);
  -o-filter: brightness(130%);
  filter: brightness(130%);
}
#projects #project-table #parasol-tray[closed] .subtray {
  animation: closeDrawer 0.5s forwards, fadeOut 0.5s forwards;
}
#projects #project-table #parasol-tray[closed] .logo_sm {
  -webkit-filter: brightness(100%);
  -moz-filter: brightness(100%);
  -o-filter: brightness(100%);
  filter: brightness(100%);
}
#projects #project-table #ati-tray .column-container:first-of-type {
  border-bottom: 1px solid black;
}
#projects #project-table #ati-tray .column-container:last-of-type .column--8-12 {
  padding: 4.5% 80px 2% 80px;
}
#projects #project-table #ati-tray .column-container:last-of-type .column--8-12 p {
  padding: unset;
  color: #444444;
  line-height: 1.8;
  letter-spacing: 0.8px;
}
#projects #project-table #ati-tray[open] .subtray {
  border-bottom: 1px solid black;
  animation: openDrawer 0.5s forwards, fadeIn 1s forwards;
}
#projects #project-table #ati-tray[open] .logo_sm {
  -webkit-filter: brightness(130%);
  -moz-filter: brightness(130%);
  -o-filter: brightness(130%);
  filter: brightness(130%);
}
#projects #project-table #ati-tray[closed] .subtray {
  animation: closeDrawer 0.5s forwards, fadeOut 0.5s forwards;
}
#projects #project-table #ati-tray[closed] .logo_sm {
  -webkit-filter: brightness(100%);
  -moz-filter: brightness(100%);
  -o-filter: brightness(100%);
  filter: brightness(100%);
}
#projects #project-table #lastmile-tray .column-container:last-of-type .column--8-12 {
  padding: 4.5% 80px 2% 80px;
}
#projects #project-table #lastmile-tray .column-container:last-of-type .column--8-12 p {
  padding: unset;
  color: #444444;
  line-height: 1.8;
  letter-spacing: 0.8px;
}
#projects #project-table #lastmile-tray[open] .subtray {
  border-bottom: 1px solid black;
  animation: openDrawer 0.5s forwards, fadeIn 1s forwards;
}
#projects #project-table #lastmile-tray[open] .logo_sm {
  -webkit-filter: brightness(130%);
  -moz-filter: brightness(130%);
  -o-filter: brightness(130%);
  filter: brightness(130%);
}
#projects #project-table #lastmile-tray[open] .column-container:first-of-type {
  border-bottom: 1px solid black;
}
#projects #project-table #lastmile-tray[open] .column-container:first-of-type .bottom-left {
  border-radius: unset !important;
}
#projects #project-table #lastmile-tray[open] .column-container:first-of-type .bottom-right {
  border-radius: unset !important;
}
#projects #project-table #lastmile-tray[open] .column-container:last-of-type .bottom-left {
  border-radius: 0 0 0 3px;
}
#projects #project-table #lastmile-tray[open] .column-container:last-of-type .bottom-right {
  border-radius: 0 0 3px 0;
}
#projects #project-table #lastmile-tray[closed] .subtray {
  animation: closeDrawer 0.5s forwards, fadeOut 0.5s forwards;
}
#projects #project-table #lastmile-tray[closed] .logo_sm {
  -webkit-filter: brightness(100%);
  -moz-filter: brightness(100%);
  -o-filter: brightness(100%);
  filter: brightness(100%);
}
#projects #project-table .subtray {
  display: none;
  opacity: 0;
}
#projects #project-table .subtray.open {
  display: flex;
}
#projects #project-table .column-container { /* tray bars */ }
#projects #project-table .column-container .column--4-12 {
  background-color: #444444;
}
#projects #project-table .column-container .column--4-12 .logo_sm {
  background-color: #6f6f6f;
  box-shadow: 2px 2px 3px black;
  max-width: 30px;
  min-height: 30px;
  border-radius: 5px;
  position: relative;
  top: 7px;
  left: 10px;
  float: left;
  -webkit-filter: brightness(100%);
  -moz-filter: brightness(100%);
  -o-filter: brightness(100%);
  filter: brightness(100%);
  transition: 0.5s;
}
#projects #project-table .column-container .column--4-12 .screenshot {
  max-width: 220px;
  padding: 11px 0 30px 42px;
}
#projects #project-table .column-container .column--4-12 h3 {
  text-shadow: 1px 1px 2px black;
  color: #B73E3E;
}
#projects #project-table .column-container .column--8-12 {
  background-color: #EDEDED;
}
#projects #project-table .column-container:first-of-type {
  transition: 0.5s;
}
#projects #project-table .column-container:first-of-type:hover {
  cursor: pointer;
  -webkit-filter: brightness(110%);
  -moz-filter: brightness(110%);
  -o-filter: brightness(110%);
  filter: brightness(110%);
}
#projects #project-table .column-container:first-of-type:hover .logo_sm {
  -webkit-filter: brightness(130%);
  -moz-filter: brightness(130%);
  -o-filter: brightness(130%);
  filter: brightness(130%);
}
#projects #project-table .top-left { /* start round corners fix */
  /* border-radius: 3px 0 0 0; */
}
#projects #project-table .top-right {
  border-radius: 0 3px 0 0;
}
#projects #project-table .bottom-left {
  border-radius: 0 0 0 3px;
}
#projects #project-table .bottom-right { /* end round corners fix */
  border-radius: 0 0 3px 0;
}
#projects a {
  text-decoration: none;
  font-family: "teko-semi";
  font-size: 20px;
  line-height: 2.5;
  color: #16213E;
  font-weight: bold;
}
#projects a:hover {
  color: #787A91;
}
#projects h1 {
  position: relative;
  left: calc(50% - 12rem);
  top: 0;
  text-transform: uppercase;
  transition: left 0.5s 2.5s;
}
#projects p {
  font-size: 16px;
  color: #787A91;
  padding: 16px 12px 20px 80px;
}
#projects h3 {
  color: hsl(0, 67%, 60%);
  margin-left: 20%;
}

/*//////////////////////////////////*/
/*			 Big Picture 			*/
/*//////////////////////////////////*/
#big-picture {
  padding: 35px 60px 60px 60px;
}
#big-picture h1 {
  text-transform: uppercase;
  text-align: center;
}
#big-picture p {
  max-width: 44em;
  margin: auto;
}

/*//////////////////////////////////*/
/*				Mobile 				*/
/*//////////////////////////////////*/
.mobile {
  display: none !important;
}

@media only screen and (max-width: 1000px) {
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  body {
    padding-top: 130px;
  }
  p {
    font-size: 13px;
  }
  h1 {
    font-size: clamp(43px, 6vw, 50px);
  }
  h2 {
    font-size: 42px;
    letter-spacing: 0.5px;
  }
  h3 {
    font-size: 18px;
    letter-spacing: 0.5px;
  }
  h4 {
    font-size: 16px;
  }
  a {
    font-size: 15px;
    letter-spacing: 1px;
  }
  a img {
    top: 5px !important;
  }
  /*			Mobile - Columns	  */
  .column--1-12--sm {
    width: 8.333%;
  }
  .column--2-12--sm {
    width: 16.666%;
  }
  .column--3-12--sm {
    width: 25%;
  }
  .column--4-12--sm {
    width: 33.333%;
  }
  .column--5-12--sm {
    width: 41.666%;
  }
  .column--6-12--sm {
    width: 50%;
  }
  .column--7-12--sm {
    width: 58.333%;
  }
  .column--8-12--sm {
    width: 66.666%;
  }
  .column--9-12--sm {
    width: 75%;
  }
  .column--10-12--sm {
    width: 83.333%;
  }
  .column--12-12--sm {
    width: 100%;
  }
  /*			Mobile - Hero		  */
  #hero {
    height: calc(100vh - 120px);
    min-height: 600px;
    padding-bottom: 40px;
  }
  #hero .hero-pic {
    margin: auto;
  }
  #hero .hero-header h2 {
    max-width: 16rem !important;
    width: min(62%, 16rem);
    font-size: clamp(32px, 7vw, 42px) !important;
  }
  #hero .hero-p {
    max-width: 80% !important;
    margin: auto !important;
  }
  #hero .column--12-12--sm {
    padding: 36px 36px 0;
  }
  /*//////////////////////////////////*/
  /*			Mobile - Skills 		*/
  /*//////////////////////////////////*/
  #skills {
    padding: 40px 60px;
  }
  #skills h1 {
    margin: auto;
  }
  /*//////////////////////////////////*/
  /*			Mobile - Projects 		*/
  /*//////////////////////////////////*/
  #projects h1 {
    animation: none !important;
    top: 0;
    left: 0;
    text-shadow: 2px 2px 3px black;
    padding: 0 47px;
    border-radius: 36px 0 0 0;
    color: #B73E3E;
    background-image: linear-gradient(to right, #444444 40%, rgba(0, 0, 0, 0));
  }
  #projects #project-table #parasol-tray .column-container:last-of-type .column--8-12 {
    padding: 20px;
  }
  #projects #project-table #parasol-tray .column-container:last-of-type .column--8-12 p {
    line-height: 1;
    letter-spacing: unset;
  }
  #projects #project-table #ati-tray .column-container:last-of-type .column--8-12 {
    padding: 20px;
  }
  #projects #project-table #ati-tray .column-container:last-of-type .column--8-12 p {
    line-height: 1;
    letter-spacing: unset;
  }
  #projects #project-table #lastmile-tray .column-container:last-of-type .column--8-12 {
    padding: 20px;
  }
  #projects #project-table #lastmile-tray .column-container:last-of-type .column--8-12 p {
    line-height: 1;
    letter-spacing: unset;
  }
  #projects #project-table .column-container .column--4-12 .screenshot {
    padding: 10px;
    max-width: 100px;
  }
  #projects #project-table .column-container .column--4-12 h3 {
    padding: 10px 0 0 40px;
    margin: unset;
  }
  #projects #project-table .column-container .column--4-12 h3:first-of-type {
    padding: 20px 0 0 40px;
  }
  /*//////////////////////////////////*/
  /*		Animations Mobile   		*/
  /*//////////////////////////////////*/
  @keyframes big-small_down-m {
    0% {
      top: 0px;
      font-size: 50px;
      z-index: 0;
    }
    25% {
      top: -15px;
      font-size: 70px;
    }
    100% {
      top: 143px;
      font-size: clamp(43px, 6vw, 50px);
      z-index: -1;
    }
  }
  @keyframes left_calc-0-m {
    0% {
      left: calc(50% - 12rem - 5px);
    }
    100% {
      left: 0;
    }
  }
  @keyframes down-up_click-m {
    0% {
      opacity: 0;
      top: 143px;
    }
    30% {
      top: -15px;
      left: calc(50% - 12rem);
      text-shadow: 3px 3px 3px #D8D9CF;
      padding: 0;
      border-radius: 5px 0 0 0;
      color: #0A2647;
      background-image: none;
    }
    60% {
      top: 0px;
      left: calc(50% - 12rem - 5px);
      text-shadow: 2px 2px 3px black;
      padding: 0 47px;
      border-radius: 36px 0 0 0;
      color: #B73E3E;
      background-image: linear-gradient(to right, #444444 40%, rgba(0, 0, 0, 0));
    }
    100% {
      top: 0px;
      left: calc(50% - 12rem - 5px);
      text-shadow: 2px 2px 3px black;
      padding: 0 47px;
      border-radius: 36px 0 0 0;
      color: #B73E3E;
      background-image: linear-gradient(to right, #444444 40%, rgba(0, 0, 0, 0));
    }
  }
}
/*//////////////////////////////////*/
/*			 Animations 			*/
/*//////////////////////////////////*/
/******** hero #natedaines behavior ********/
/* height */
@keyframes height_0-12px {
  0% {
    height: 0;
  }
  100% {
    height: 12px;
  }
}
@keyframes height_0-25px {
  0% {
    height: 0;
  }
  100% {
    height: 25px;
  }
}
@keyframes height_0-32px {
  0% {
    height: 0;
  }
  100% {
    height: 32px;
  }
}
@keyframes height_0-48px {
  0% {
    height: 0;
  }
  100% {
    height: 48px;
  }
}
@keyframes height_0-113px {
  0% {
    height: 0;
  }
  100% {
    height: 113px;
  }
}
@keyframes height_0-43 {
  0% {
    height: 0;
  }
  100% {
    height: 43%;
  }
}
@keyframes height_0-50 {
  0% {
    height: 0;
  }
  100% {
    height: 50%;
  }
}
@keyframes height_50-100 {
  0% {
    height: 50%;
  }
  100% {
    height: 100%;
  }
}
@keyframes height_50-25 {
  0% {
    height: 50%;
  }
  100% {
    height: 25%;
  }
}
@keyframes height_12px-0 {
  0% {
    height: 12px;
  }
  35% {
    height: 14px;
  }
  100% {
    height: 0;
  }
}
@keyframes height_12px-36 {
  0% {
    height: 12px;
  }
  100% {
    height: 36%;
  }
}
@keyframes height_50-12px {
  0% {
    height: 50%;
  }
  100% {
    height: 12px;
  }
}
/* width */
@keyframes width_0-25px {
  0% {
    width: 0;
  }
  100% {
    width: 25px;
  }
}
@keyframes width_0-32px {
  0% {
    width: 0;
  }
  100% {
    width: 32px;
  }
}
@keyframes width_0-48px {
  0% {
    width: 0;
  }
  100% {
    width: 48px;
  }
}
@keyframes width_0-86px {
  0% {
    width: 0;
  }
  100% {
    width: 86px;
  }
}
@keyframes width_0-10 {
  0% {
    width: 0;
  }
  100% {
    width: 10%;
  }
}
@keyframes width_0-18 {
  0% {
    width: 0;
  }
  100% {
    width: 18%;
  }
}
@keyframes width_0-25 {
  0% {
    width: 0;
  }
  100% {
    width: 25%;
  }
}
@keyframes width_0-32 {
  0% {
    width: 0;
  }
  100% {
    width: 32%;
  }
}
@keyframes width_0-50 {
  0% {
    width: 0;
  }
  100% {
    width: 50%;
  }
}
@keyframes width_32-0 {
  0% {
    width: 32%;
  }
  100% {
    width: 0;
  }
}
@keyframes width_50-0 {
  0% {
    width: 50%;
  }
  100% {
    width: 0;
  }
}
@keyframes width_32-20 {
  0% {
    width: 32%;
  }
  100% {
    width: 20%;
  }
}
@keyframes width_100-20 {
  0% {
    width: 100%;
  }
  100% {
    width: 20%;
  }
}
/* right movement */
@keyframes right_0-n6 {
  0% {
    right: 0;
  }
  100% {
    right: -6%;
  }
}
@keyframes right_0-n50 {
  0% {
    right: 0;
  }
  100% {
    right: -50%;
  }
}
@keyframes right_0-n46 {
  0% {
    right: 0;
  }
  100% {
    right: -46%;
  }
}
@keyframes right_0-n40 {
  0% {
    right: 0;
  }
  100% {
    right: -40%;
  }
}
@keyframes right_32-0 {
  0% {
    right: 32%;
  }
  100% {
    right: 0;
  }
}
/* left movement */
@keyframes left_0-68 {
  0% {
    left: 0;
  }
  100% {
    left: 68%;
  }
}
@keyframes left_0-86 {
  0% {
    left: 0;
  }
  100% {
    left: 86%;
  }
}
@keyframes left_0-90 {
  0% {
    left: 0;
  }
  100% {
    left: 90%;
  }
}
@keyframes left_32-86 {
  0% {
    left: 32%;
  }
  100% {
    left: 86%;
  }
}
@keyframes left_68-0 {
  0% {
    left: 68%;
  }
  100% {
    left: 0;
  }
}
/* top movement */
@keyframes top_50-82 {
  0% {
    top: 50%;
  }
  100% {
    top: 82%;
  }
}
@keyframes top_50-75 {
  0% {
    top: 50%;
  }
  100% {
    top: 75%;
  }
}
/* border thickness */
@keyframes borderL_4-6 {
  0% {
    border-left: 4.5px solid #205295;
  }
  100% {
    border-left: 6px solid #205295;
  }
}
@keyframes borderR_6-4 {
  0% {
    border-right: 6px solid #205295;
  }
  100% {
    border-right: 4px solid #205295;
  }
}
/* font behavior */
@keyframes letterSP_0-n8 {
  0% {
    letter-spacing: 0;
  }
  35% {
    letter-spacing: 8px;
    word-spacing: 6px;
    font-size: 68px;
  }
  70% {
    letter-spacing: -8px;
    word-spacing: -6px;
    font-size: 45px;
  }
  100% {
    letter-spacing: -4px;
    word-spacing: -3px;
    font-size: 35px;
  }
}
@keyframes padding-bot_12px-0 {
  0% {
    padding-bottom: 12px;
  }
  100% {
    padding-bottom: 0;
  }
}
/* misc */
@keyframes shrinkGrow_50-10-50 {
  0% {
    height: 50%;
  }
  60% {
    height: 50%;
  }
  80% {
    height: 10%;
  }
  100% {
    height: 50%;
  }
}
/******** #projects .active animation ********/
@keyframes left_calc-0 {
  0% {
    left: calc(50% - 12rem - 5px);
  }
  100% {
    left: 0;
  }
}
@keyframes down-up_click {
  0% {
    opacity: 0;
    top: 143px;
  }
  30% {
    top: -15px;
    left: calc(50% - 12rem);
    text-shadow: 3px 3px 3px #D8D9CF;
    padding: 0;
    border-radius: 5px 0 0 0;
    color: #0A2647;
    background-image: none;
  }
  60% {
    top: 0px;
    left: calc(50% - 12rem - 5px);
    text-shadow: 2px 2px 3px black;
    padding: 0 47px;
    border-radius: 36px 0 0 0;
    color: #B73E3E;
    background-image: linear-gradient(to right, #444444 40%, rgba(0, 0, 0, 0));
  }
  100% {
    top: 0px;
    left: calc(50% - 12rem - 5px);
    text-shadow: 2px 2px 3px black;
    padding: 0 47px;
    border-radius: 36px 0 0 0;
    color: #B73E3E;
    background-image: linear-gradient(to right, #444444 40%, rgba(0, 0, 0, 0));
  }
}
@keyframes big-small_down {
  0% {
    top: 0px;
    font-size: 90px;
    z-index: 0;
  }
  25% {
    top: -15px;
    font-size: 100px;
  }
  100% {
    top: 143px;
    font-size: 70px;
    z-index: -1;
  }
}
/********  opening/closing #projects drawers ********/
@keyframes openDrawer {
  0% {
    transform: translateX(-80%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes closeDrawer {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-80%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes semiFadeIn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/* @keyframes rotateButton {
	0% {
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-filter: brightness(130%);
		-moz-filter: brightness(130%);
		-o-filter: brightness(130%);
		filter: brightness(130%);

	}
	100% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-filter: brightness(130%);
		-moz-filter: brightness(130%);
		-o-filter: brightness(130%);
		filter: brightness(130%);
	}
} */
/* @keyframes rotateButtonb {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(270deg);
		-moz-transform: rotate(270deg);
		-o-transform: rotate(270deg);
		transform: rotate(270deg);
	}
} *//*# sourceMappingURL=style.css.map */