body {
  font-family: "Ubuntu", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Ubuntu Mono", monospace;
  letter-spacing: 0.2em;
}

.bk-header {
  font-family: "Ubuntu Mono", monospace;
  letter-spacing: 0.1em;
  font-size: 1.4em;
  border-bottom: 2px solid #BA5307;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

body {
  font-size: 20px;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
  border-left: 6px solid #BA5307;
  padding-left: 16px;
  margin-top: 48px !important;
  text-transform: uppercase;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

.ubuntu-mono-regular {
  font-family: "Ubuntu Mono", monospace !important;
  font-weight: 400;
  font-style: normal;
}

.ubuntu-mono-bold {
  font-family: "Ubuntu Mono", monospace;
  font-weight: 700;
  font-style: normal;
}

.ubuntu-mono-regular-italic {
  font-family: "Ubuntu Mono", monospace;
  font-weight: 400;
  font-style: italic;
}

.ubuntu-mono-bold-italic {
  font-family: "Ubuntu Mono", monospace;
  font-weight: 700;
  font-style: italic;
}

.textdeco-none {
  text-decoration: none !important;
}

.bitkorn-contact {
  width: 200px;
  max-width: 100%;
  height: auto;
}

.bk-contact-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}

.bk-contact-item {
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 16px !important;
}

.cursor-pointer {
  cursor: pointer;
}

strong {
  color: #BA5307 !important;
}

.bitkorn-magenta {
  background-color: transparent !important;
  color: #D80073 !important;
}

.bk-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1rem;
  justify-content: space-evenly;
  align-items: stretch;
}

.bk-card {
  padding: 1rem;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 1.2em;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #444;
}
.bk-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5);
}

.bk-card-content {
  text-align: center;
  padding: 18px 0;
}

text.node-label {
  color: red !important;
  position: relative;
  left: -30px;
}

#viz {
  height: 400px;
  width: 100%;
  background-color: #242424;
  border-radius: 12px;
  border: 1px solid #444;
}

a {
  color: #BA5307;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

#mySidebar {
  box-shadow: 4px 0 10px rgba(0, 0, 0, 0.3);
}
#mySidebar .w3-bar-item {
  transition: all 0.3s ease;
}
#mySidebar .w3-bar-item:hover {
  background-color: #BA5307 !important;
  color: #fff !important;
  padding-left: 24px !important;
}

hr {
  border: 0;
  border-top: 1px solid #444;
  margin: 48px 0;
}

@media only screen and (max-width: 900px) {
  #viz {
    height: 600px;
  }
  .h1-jumbo {
    font-size: 32px !important;
  }
}
@media only screen and (max-width: 540px) {
  #viz {
    height: 800px;
  }
  .h1-jumbo {
    font-size: 28px !important;
  }
}