:root {
  --main-bg-color: #fefaf3;
  --shadow-navbar: 0 0 20px rgba(0, 0, 0, 0.04);
  --text: #000;
  --text-sharp: #282a30;
  --shadow-color-black: #000;
  --background-opaque: hsla(0, 0%, 100%, 0.7);
  --border-modal: #eff1f4;
  --text-light: #6b6f76;
  --margin-left: 4.5em;
  --margin-right: 3em;
  --mobile-margin: 1em;
  --min-screen-width: 768px;
  --max-screen-width: 1250px;
}
/*<link rel="shortcut icon" href="assets/img/head_image.png" />?*/
/*<link rel="shortcut icon" href="assets/img/head_image.png" />*/
/*<<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />*/

html {
  scroll-behavior: smooth;
}



a {
  color: #6e79d6;
  cursor: pointer;
  text-decoration: none;
}
a strong {
  color: currentColor;
}
a:hover {
  color: #363636;
  opacity: 0.5;

}

.gumroad .cart-button {
  display: none !important;
}

::selection {
  color: black;
  background: #a8e4ec;
}




/**
a.page-link {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
**/
a.page-link:hover {
  color: #444;
  text-decoration-style: wavy;
  text-underline-offset: 3px;
}



.row{
  box-sizing: border-box;
}
/* Set additional styling options for the columns*/
.column {
float: left;
width: 50%;
}

.row:after {
content: "";
display: table;
clear: both;
}


body {
  margin: 0;
  background-color: var(--main-bg-color);
  color: rgb(1, 6, 62);
}

.socmed-icons a {
  position: relative;
  display: inline-block;
  margin: 0 10px;
}

.socmed-icons a .tooltip {
  display: none;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 2px 5px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 12px;
  border-radius: 3px;
  white-space: nowrap;
}

.socmed-icons a:hover .tooltip {
  display: inline;
}

.socmed-icons a svg {
  height: 4em;
  -webkit-transition: all 0.3s ease-in-out;
  /** Chrome & Safari **/
  -moz-transition: all 0.3s ease-in-out;
  /** Firefox **/
  -o-transition: all 0.3s ease-in-out;
  /** Opera **/
  transition: all 0.3s ease-in-out;

}

.socmed-icons a:first-child {
  margin-right: 1cm;
}

.socmed-icons a svg:hover {
  -ms-transform: translateY(-5px);
  /* IE 9 */
  -webkit-transform: translateY(-5px);
  /* Chrome, Safari, Opera */
  transform: translateY(-5px);
}

.socmed-icons a svg:hover path {
  -webkit-transition: all 0.3s ease-in-out;
  /** Chrome & Safari **/
  -moz-transition: all 0.3s ease-in-out;
  /** Firefox **/
  -o-transition: all 0.3s ease-in-out;
  /** Opera **/
  transition: all 0.3s ease-in-out;
  fill: #a8e4ec;
}

.page-content {
  padding-top: 0;
  padding-bottom: 5.25em;
}

.section {
  padding-top: 1em;
  padding-bottom: 1em;
  margin-top: 0.5em;
  box-shadow: 1px 3px 10px rgba(10, 100, 250, 0.3);
  border-radius: 7px;
}


.site-header {
  overflow: hidden;
  background-color: #333;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
  z-index: 1000; /* Add a z-index to ensure the header stays on top */
}

.site-header,
.wrapper {
  background: rgba(255, 255, 255, 0);
}

.wrapper {
  padding-left: 0;
  padding-right: 5.25em;
}

header .wrapper {
  box-shadow: none;
}

.site-nav {
  margin-right: 1000em;
}

.section-content {
  margin-left: var(--margin-left);
  margin-right: var(--margin-right);
}

.section-title {
  font-size: 1.75em;
  line-height: 1;
}

.socmed-icons a {
  /*float: center;*/
  align-items: center;
}

.section-subtitle {
  /*margin-left: var(--margin-left);*/
  line-height: 1;
  margin-top: 0.25em;
  font-family: 'DM Mono', monospace;
}

.text-box {
  margin-top: 0.75em;
  border-left: solid #444 0.25em;
  padding: 0.75em;
  font-size: 0.85em;
}

.list-item {
  margin-top: 2em;
  overflow: auto;
}

.list-head {
  float: left;
  width: 20rem;
  font-size: 0.93em;
}

.list-title,
.list-title a {
  font-weight: bold;
  font-style: italic;
  color: #444;
  transition: color 0.5s ease-in-out, box-shadow 1s ease-in-out;
  text-decoration: none;
}

/** https://stackoverflow.com/questions/7217244/style-child-element-when-hover-on-parent **/
.list-item:hover .list-title a {
  color: #fff;
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
  box-shadow: inset 20rem 0 0 0 #54b3d6;
}

.list-date {
  font-style: italic;
  font-size: 0.83em;
}

.list-link a {
  text-decoration: none;
  font-style: italic;
  font-size: 0.83em;
  color: #444;
}

.list-link a:hover {
  text-decoration: none;
  color: #de3f00;
}

.list-description {
  margin-left: 20rem;
  padding-left: 0.75em;
  font-size: 0.83em;
}

.colab-anchor {
  position: relative;
  display: inline-block;
}

.colab-link {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 5px;
  border-radius: 5px;
  text-decoration: none;
  font-family: 'DM Mono', monospace;
}


.project-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em;
  justify-content: space-between;
}

.project {
  width: 48%;
  box-sizing: border-box;
}



/*
.project-separator {
  display: none;
}

.project-container {
  margin-top: 2em;
  display: inline-block;
}

.project {
  float: left;
  width: calc((100% - 1em) );
  border-radius: 2px;
  margin-right: 1em;
  margin-bottom: 1em;
  opacity: 0;
}
*/
/**.project:nth-child(2n + 2) {
  margin-right: 0;
}
**/

.project:nth-last-child(-n + 2) {
  margin-bottom: 0;
}


.project-separator {
  border: 0.5px solid #ccc;
  margin: 20px 0;
}

.project img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.project img:hover {
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}

.project img.wide {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.project img.tall {
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

​ .form-line {
  width: 100%;
  margin-top: 0.75em;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 0.75em;
  margin: 0.75em 0;
  border: none;
  border-left: solid #444 0.25em;
  background: none;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.83em;
}

textarea {
  resize: vertical;
}

.td-navbar {
  position: relative;
  color: var(--text);
  background-color: var(--main-bg-color);
  z-index: 1000;
}

.td-navbar-item {
  display: block;
  flex-shrink: 0;
  flex-grow: 0;
  align-items: center;
  color: var(--text, inherit);
  font-weight: 500;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  cursor: pointer;
}
.td-navbar-brand {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-shrink: 0;
  height: 100%;
  font-size: 20px;
}
.td-navbar-brand .td-navbar-item {
  display: flex;
  font-weight: 700;
}
.td-navbar-brand-logo {
  padding: 2px 5px;
  min-width: 40px;
  min-height: 44px;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.td-navbar-burger {
  color: inherit;
  cursor: pointer;
  display: block;
  position: relative;
  width: 3.25rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  padding: 0;
}
.td-navbar-burger:hover {
  background-color: transparent;
}
.td-navbar-burger span {
  background-color: currentColor;
  display: block;
  height: 1px;
  left: calc(50% - 8px);
  position: absolute;
  transform-origin: center;
  transition-duration: 86ms;
  transition-property: background-color, opacity, transform;
  transition-timing-function: ease-out;
  width: 16px;
}
.td-navbar-burger span:first-child {
  top: calc(50% - 6px);
}
.td-navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}
.td-navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}
.td-navbar-burger.is-active span:first-child {
  transform: translateY(5px) rotate(45deg);
}
.td-navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}
.td-navbar-burger.is-active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}
.td-navbar-end,
.td-navbar-middle,
.td-navbar-mobile {
  background-color: inherit;
}
.td-navbar-mobile {
  padding: 10px;
}
.td-navbar-item svg {
  position: absolute;
  right: 25px;
  margin-top: 3px;
}
.td-navbar-container-border {
  border-bottom: 1px solid var(--border-modal);
}
.td-navbar-container-shadow {
  box-shadow: var(--shadow-navbar);
}
.td-navbar-container-blur {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: var(--background-opaque);
}
.td-navbar-item-color-gradient span:not(.slate-navbar_dropdown_menu span) {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  -ms-background-clip: text;
  -ms-text-fill-color: transparent;
}
.td-navbar-item-button {
  border-radius: 999px;
  padding: 8px 18px;
  font-weight: 700;
}
.td-navbar-item-button,
.td-navbar-item-dropdown,
.td-navbar-item-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.td-navbar-item-link:hover {
  color: var(--text);
}
.td-navbar-item-dropdown {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.td-navbar-item-dropdown + .icon-chevron-down {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  margin-left: 1rem;
  transition: transform 0.3s;
}
.td-navbar-item-dropdown > div {
  display: inline;
}
.typedream.content.td-navbar-item-dropdown-menu {
  background-color: transparent;
  cursor: default;
}


.button_sleek {
  position: relative;
  display: flex;
  justify-content: var(--horizontal-alignment);
  width: var(--width);
  max-width: var(--max-width);
}

.button_sleek1 {
  position: relative;
  padding: 12px 20px;
  border-radius: 999px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-family: inherit;
  font-size: unset;
  line-height: unset;
  background-color: unset;
}
a .button_sleek1,
.button_sleek1[type="submit"]{
  cursor: pointer;
}

._1buablx0 > .button_sleek,
.x1sja70 > .button_sleek {
  padding-left: 30px;
  padding-right: 30px;
}
._122mapi0 > .button_sleek {
  width: 100%;
  max-width: 100%;
}
.yk4y7v0:hover ._1untytp0 {
  text-decoration: underline;
}


._1untytp0 span:not(:empty),
._1untytp0:not(:empty) {
  font-size: var(--font-size);
  line-height: var(--line-height);
}




._1untytp0 span:empty:after,
._1untytp0:empty:after {
  content: "\feff";
}

.filter-date {
  color: rgb(0, 0, 0);
  font-weight: normal;
  white-space: nowrap;
}


.google-visualization-controls-slider-thumb {
  width: 10px;
  height: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  background-color: #000000;
  border: 0px solid #426dc900;
  position: absolute;
}

.google-visualization-controls-rangefilter-thumblabel {
  color: #000000;
  font-weight: normal;
  padding: 0 0.2em;
}



@media only screen and (max-width: 800px) {
  ._1untytp0 span:not(:empty),
  ._1untytp0:not(:empty) {
    font-size: var(--mobile-font-size);
    line-height: var(--mobile-line-height);


}
}





@media only screen and (min-width: 768px) and (max-width: 1250px) {
  .typedream.content.td-navbar-item-dropdown-menu {
    height: 0;
    overflow-y: hidden;
  }

  .td-navbar-end,
  .td-navbar-middle {
    display: none;
  }


  .td-navbar-mobile {
    position: absolute;
    left: 0;
    right: 100;
    overflow-y: auto;
    box-shadow: 0 8px 16px hsla(0, 0%, 4%, 0.1);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .td-navbar-brand > .td-navbar-item {
    flex-shrink: 1;
    white-space: nowrap;
    overflow: hidden;
    justify-content: flex-end;
  }
  .td-navbar-item[data-state="open"] .icon-chevron-down {
    transform: rotate(-180deg);
  }
  .td-navbar-item[data-state="open"]
    .typedream.content.td-navbar-item-dropdown-menu {
    height: auto;
  }
}




@media only screen and (min-width: 1250px) {
  .td-navbar {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
  }
  .td-navbar.align-end,
  .td-navbar.align-start {
    grid-template-columns: auto 1fr auto;
  }
  .td-navbar-mobile {
    display: none;
  }
  .td-navbar.align-end .td-navbar-middle {
    justify-content: end;
  }
  .td-navbar-end,
  .td-navbar-item,
  .td-navbar-middle {
    display: flex;
  }
  .td-navbar-item svg {
    position: static;
    margin-top: 0;
  }
  .td-navbar-end {
    justify-content: end;
  }
  .td-navbar-burger {
    display: none;
  }
  .td-navbar-end,
  .td-navbar-middle {
    margin-left: calc(1.5em - 15px);
    margin-right: calc(1.5em - 15px);
    background-color: unset;
  }
  .td-navbar-end .td-navbar-item,
  .td-navbar-middle .td-navbar-item {
    margin: 0 0.75em;
    padding: 0 5px;
    cursor: pointer;
  }
  .typedream.content.td-navbar-item-dropdown-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 60px;
    display: none;
    overflow: visible;
  }
  .td-navbar-item:hover .icon-chevron-down {
    transform: rotate(-180deg);
  }
  .td-navbar-item:hover .typedream.content.td-navbar-item-dropdown-menu {
    display: flex;
  }

}



@media (max-device-width: 1024px) and (min-device-height: 768px) and (orientation: landscape) {
  .td-navbar-item .td-navbar-item-dropdown {
    pointer-events: none;
    cursor: default;
  }
  .td-navbar-item[data-state="open"] .td-navbar-item-dropdown {
    pointer-events: auto;
  }

}



@media screen and (max-width: 750px) {
  html {
    min-width: 320px;
  }
  

  
  .site-nav {
    margin-right: 0;
  }

  header .wrapper {
    padding-left: 0.75em;
  }

  .wrapper {
    padding-right: 0.75em;
  }

  .page-content {
    padding-bottom: 0;
  }

  .left-margin {
    display: none;
  }

  .section:first-of-type {
    margin-top: 0;
  }



  .list-head {
    float: none;
  }

  .list-description {
    margin: 0;
    padding: 0.75em 0 0 0;
  }


}


/* Add CSS styles for mobile navigation */
@media (max-width: 1250px) {
  .td-navbar-middle {
    display: none;
  }

  .td-navbar-middle.is-active {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 60px;
    background-color: var(--main-bg-color);
  
    width: 100%;
    padding: 10px 0;
    align-items: center;
  }

  .td-navbar-middle a {
    padding: 10px;
  }
}

.font-mono {
  font-family: 'DM Mono', monospace;
}


@media screen and (max-width: 767px) {
  .section-content {
    margin-left: var(--mobile-margin);
    margin-right: var(--mobile-margin);
  }

  .column {
    float: none;
    width: 100%;
  }

  .list-head {
    float: none;
    width: 100%;
  }

  .list-description {
    margin-left: 0;
    padding-left: 0.75em;
  }

  .project {
    width: 100%;
    margin-right: 0;
  }

  .socmed-icons a {
    margin-right: 0.5cm;
  }

  .socmed-icons a svg {
    height: 3em;
  }

  .wrapper {
    padding-right: 2em;
  }

  .td-navbar-item svg {
    right: 15px;
  }

  .project-container {
    flex-direction: column;
  }

  .project {
    width: 100%;
    margin-bottom: 20px;
  }
  
}

#Skills {
  overflow-x: auto;
}

#control,
#chart {
  width: 100%;
  max-width: 1000px;
}

.highlighter-rouge {
  background: gray;
}
