@font-face {
  font-family: 'Daksh Handwritten';
  src: url('../assets/fonts/daksh_handwriting.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Hasklug Nerd Font';
  src: url('../assets/fonts/hasklug__nerd__font__regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


body {
  background-color: white;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
}

a {
  color: inherit;
  text-decoration: none;
}


.divTableRow {
  display: flex;
  margin-left: 3vw;
  margin-right: 3vw;
  margin-top: 5vh;
}

.divTableCell {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 3vw;
  margin-right: 3vw;
}

.navTable {
  position: sticky;
  top: 0;
  z-index: 10;
  background: transparent;
}

.gallery-img {
  width: 15vw;
  cursor: pointer;
}

.nav-btn {
  font-size: 2vw;
  font-family: "Daksh Handwritten", "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-shadow: 0px 0px 33px #ffffff;
}

.social-icon {
  padding-right: 1vw;
}


.marquee-container {
  top: 5vh;
  height: 22vh;
  overflow: hidden;
  line-height: 25vh;
  position: relative;

  .marquee {
    left: 100%;
    width: 100%;
    max-width: 100vw;
    height: 100%;
    position: absolute;
    white-space: nowrap;
    animation: marquee 20s linear infinite;
    align-items: center;
    overflow: hidden;
  }
}

@keyframes marquee {
  0% {
    left: 100%;
  }

  100% {
    left: -100%
  }
}

.loop-text {
  font-size: 10vw;
  font-family: "Daksh Handwritten", "Roboto Condensed", sans-serif;
  font-style: normal;
  padding-right: 1vw;
  padding-left: 2vw;
}

.para-bio {
  font-size: 2vw;
  font-family: "Daksh Handwritten", "Indie Flower", sans-serif;
  word-spacing: 1vw;
  line-height: 4vh;
}

.quote-bio {
  font-size: 3vw;
  font-family: "Daksh Handwritten", "Indie Flower", sans-serif;
  word-spacing: 1vw;
  padding-right: 8vw;
  padding-left: 8vw;
  text-align: center;
}

.bio-img {
  width: 30vw;
}

.bioCell {
  padding-right: 5vw;
  padding-left: 5vw;
}

.project-icon-div {
  height: auto;
  width: fit-content;
  max-width: 90vw;
  justify-content: center;
  margin-bottom: 10vh;
}

.project-info-div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  height: 20vh;
  width: 50vw;
}

.project-desc-list {
  flex-direction: column;
  width: 100%;
  margin: 0;
  align-items: flex-start;
}

.project-desc-list .divTableCell {
  flex: none;
  justify-content: flex-start;
  margin: 0.5vw 0;
}

.project-icon {
  font-size: 5vw;
  margin-right: 5vw;
}

.projectDivTable {
  display: flex;
  justify-content: center;
}

.projectDivTable .divTableBody {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  max-width: 100%;
}

.project-title {
  font-size: 2vw;
  font-family: "Daksh Handwritten", "Indie Flower", sans-serif;
  margin-bottom: 0;
}

.project-date {
  font-size: 1vw;
  font-family: "Indie Flower", sans-serif;
  margin-bottom: 0;
  margin-top: 1vh;
}

.project-desc {
  font-size: 2vh;
  font-family: "Daksh Handwritten", "Indie Flower", sans-serif;
  text-wrap: pretty;
  margin-bottom: 0;
}

.blog-icon-div {
  width: 1vw;
  margin: 0;
  padding-right: 0;
}

.blog-icon {
  font-size: 5vw;
  margin-right: 0vw;
}

.blog-post {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  max-width: 50vw;
  width: 100%;
}

.blog-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  width: 100%;
}

.blog-title {
  font-size: 2.5vw;
  font-family: "Daksh Handwritten", "Indie Flower", sans-serif;
  margin-bottom: 1vh;
  margin-top: 0;
}

.blog-hero-img {
  width: 20vw;
  max-width: 40vw;
  height: auto;
  margin-top: 2vh;
  object-fit: cover;
}

.blog-card .blog-title {
  font-size: 2vw;
  margin-bottom: 0;
}

.blog-date {
  font-size: 1.2vw;
  font-family: "Indie Flower", sans-serif;
  margin-bottom: 1vh;
  margin-top: 0;
}

.blog-card .blog-date {
  font-size: 1vw;
  margin-top: 0;
  margin-bottom: 0;
}

.blog-body {
  font-size: 2vh;
  font-family: "Daksh Handwritten", "Indie Flower", sans-serif;
  word-spacing: 0.3vw;
  line-height: 1.6;
  text-wrap: pretty;
  width: 100%;
  margin-bottom: 0;
}

.blogDivTable {
  margin-top: 5vh;
}

.blog-body h1,
.blog-body h2,
.blog-body h3,
.blog-body p,
.blog-body li {
  font-family: inherit;
}

.blog-body code,
.blog-body pre,
.blog-body .highlight,
.blog-body .highlighter-rouge {
  font-family: "Hasklug Nerd Font", ui-monospace, monospace;
  background-color: #1a1a1a;
  color: white;
}

.blog-body .highlight *,
.blog-body pre code {
  background: transparent;
  color: white;
}

.blog-body pre,
.blog-body .highlight {
  overflow-x: auto;
  width: 100%;
  padding-left: 1vw;
}

.blog-body :not(pre)>code {
  padding: 1vw 1vh;
}

.blog-body blockquote {
  padding: 2vw 2vh;
  border-radius: 0.5vw 0.5vw 0.5vw 0.5vw;
}

/* Ensures the paragraph text inside the quote behaves nicely */
.blog-body blockquote p {
  margin: 0;
  font-family: "Indie Flower", cursive;
  font-style: italic;
  text-align: center;
}

.blog-post .read-more-btn,
.blog-card+.read-more-btn,
a.read-more-btn {
  font-size: 2vh;
  font-family: "Daksh Handwritten", "Indie Flower", sans-serif;
}
