@font-face {
  font-family: "JetBrainsMono";
  src: url(fonts/JetBrainsMono-Regular.woff2);
  font-display: swap;
}

html * {
  font-family: "JetBrainsMono" !important;
  background-color: #1a1a1a;
  color: #A6A6A6;
}

/* bootstrap overrides */
.navbar-nav > li {
  white-space: nowrap;
}

.greenify {
  color: #82d322 !important;
}

.greenify-background {
  background-color: #82d322 !important;
  color: #1a1a1a !important;
  border-color: #82d322 !important;
}

nav .nav-link {
  color: #82d322 !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #82d322 !important;
}

.card-title {
  color: #82d322 !important;
}

.list-group-item, .list-group-item:hover {
  background-color: #1a1a1a !important;
}

.container {
  display: flex;
  flex-direction: column;
  min-height: 35vh;
  margin-top: 5vh;
  margin-bottom: 5vh;
}

.dropdown-item:active {
  background-color: #1a1a1a;
}

.dropdown-item:hover {
  background-color: #1a1a1a;
}

.dropdown-menu {
  background-color: #1a1a1a;
}

.img-thumbnail {
  border: 0px;
  background-color: transparent;
}

* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

textarea {
  font-family: "JetBrainsMono" !important;
}

.big-push {
  min-height: 70vh !important;
}

.mono {
  font-family: "JetBrainsMono" !important;
}

.oopsy {
  max-width: 50vh;
}

.text-center {
  margin-bottom: 0;
}

.thumbnail {
  max-width: 200px;
  max-height: 200px;
  margin-top: 25px;
  margin-bottom: 25px;
}

#footer {
  margin-top: auto;
}

#footer img {
  padding-top: 5px;
  max-height: 25px;
}

#footer-group1 {
  padding-top: 10px;
}

#footer-group2 {
  margin-top: 10px;
  padding-bottom: 10px;
}

#footer h5 {
  color: #D8DADA !important;
}

#footer-group2 p {
  color: #D8DADA !important;
}

#banner {
  background-color: rgba(164, 255, 247, 0.479) !important;
  padding: 3px;
  place-items: center;
  justify-content: center;
  display: flex;
  align-items: center;
}

#notification {
  position: fixed;
  z-index: 1000;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(200, 200, 200, 0.8);
  text-align: center;
  overflow: hidden;
  padding: 10px;
  height: 45px;
  box-shadow: 0 0 10px black;
}

/* modal */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: visble;
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

#modal > div > span {
  padding: 5px;
  float: right;
  display: block;
  padding-right: 50px;
}

#modal-content {
  display: flex;
  justify-content: center;
  margin: 1% auto; /* 1% from the top and centered */
  max-height: 75%;
  max-width: 90%;
  overflow: auto;
}

#modal-content > img {
  object-fit: contain;
  display: block;
  overflow: hidden;
}

#modal-details-parent {
  display: block !important;
  min-height: 1vh !important;
  max-height: 20vh !important;
  height: auto !important;
}

#modal-details {
  display: flex;
  justify-content: center;
}

#modal-details > h4 {
  color: white;
  padding-left: 5px;
  padding-right: 20px;
  overflow-wrap: break-word;
}

#modal-details > p {
  color: white;
  z-index: -1;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.card {
  --bs-card-bg: #1a1a1a;
}

.accordion-button {
  color: #82d322 !important;
  background-color: #1a1a1a !important;
  border-color: #82d322 !important;
  box-shadow: 0 0 0 0.1rem #A6A6A6 !important;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2382d322'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.dropdown-item {
  background-color: #303030;
}

.dropdown-item:active {
  background-color: #303030;
}

.dropdown-item:hover {
  background-color: #303030;
}

.dropdown-menu {
  background-color: #303030;
}