/*
 * I'm not a legit FED. Please be kind to me :)
 */

.row {
  --bs-gutter-x: 3rem;
}

body {
  background: var(--portfolio-Dark, #1A2A2A);
  color: var(--portfolio-Light, #D5E7EB);
  font-family: Courier New, monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

.image-container {
  position: relative;
  max-width: 320px;
}
.image-container span {
  position: absolute;
  display: block;
  bottom: .5rem;
  right: .5rem;
  background-color: #1A2A2A;
  padding: .5rem;
  line-height: 100%;
}

h1 {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
}
h3, h4, h5 {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
}
h2 {
  font-size: 1.25rem;
  font-weight: 700;
}

.btn, .btn:hover, .btn:active {
  background-color: #D5E7EB;
  color: #1A2A2A;
  border: 2px solid #D5E7EB;
  border-radius: 0;
}
.btn:focus-visible {
  background-color: #1A2A2A;
  color: #D5E7EB;
  border: 2px dashed;
}
.btn:hover, .btn:active {
  background-color: #FFF;
}

a {
  color:#D5E7EB;
}
a.social {
  padding: 0.5rem;
  margin-top: -0.75rem;
}

hr {
  opacity: .75;
}

.fs-7 {
  font-size: .875rem!important;
}
.fs-8 {
  font-size: .75rem!important;
}

.margin-fix {
  margin-left: auto;
  margin-right: auto;
}