/* Body Styling */
body {
  padding-top: 60px;
  font-family: "PT Mono", Monospace;
  color: #000000;
}

/* toasted.ai Logo Anaglyphing */
.font-effect-anaglyph {
  text-shadow: -0.09em 0 #FF7FFF, 0.09em 0 #7fffff !important;
}

/* Navbar Styling */
.nav {
  font-weight: bold;
  font-size: 1.25em;
  display: inline-block;
  outline: 1px solid transparent;
  padding: 10px 20px;
  border: 5px solid transparent;
}

.nav:hover {
  outline: 0px solid transparent;
  padding: 10px 20px;
  border: 5px solid #000000;
}

.active{
  outline: 0px solid transparent;
  padding: 10px 20px;
  border: 5px solid #000000;
}

.navbar {
  padding-bottom: 40px;
}

a {
  color: #000000;
  text-decoration: none !important;
}

a:hover {
  color: #000000;
}

.email {
  font-weight: bold !important;
  text-decoration: underline !important;
}

#project {
  text-decoration: underline !important;
}

#sold {
  text-decoration: line-through !important;
}

/* Footer Styling */
#footer {
  color: #000000;
  font-size: 0.95em;
}

.tLogo {
  font-style: bold;
  font-size: 3.5em;
  text-shadow: -0.07em 0 #FF7FFF, 0.07em 0 #7fffff !important;
}

