:root {
  --bulma-scheme-h: 221;
  --bulma-scheme-s: 34%;
}

.box {
  --bulma-box-background-color: hsl(221, 34%, 16%);
  --bulma-box-color: hsl(221deg, 10%, 80%);
}
.home-cards {
  background-color: #1b2336;
}

.navbar {
  --bulma-navbar-background-color: hsl(221, 34%, 16%);
}
.site-status {
  color: #00ff00;
  font-weight: bold;
}
.dropdown {
  color: #e0e0e0;
}

.input,
.select,
.textarea {
  background-color: #31394b;
  color: #e0e0e0;
  border-color: #484f5e;
}
.back-to {
  padding-bottom: 20px;
}
.summary-box {
  background-color: hsl(221, 34%, 16%);
  padding: 20px;
  border-radius: 5px;
}

.site-list-item {
  background-color: #31394b;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 5px;
  border-left: 5px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: block;
}

.site-list-item h4 {
  transition: color 0.2s ease;
}

.site-list-item:hover {
  border-left-width: 15px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
  /*transform: scale(1.02);*/
}

.site-list-item:active {
  background-color: #2b3344;
  border-left-color: rgba(0, 0, 0, 0.5);
}
.site-down {
  border-left: 5px solid #ff3860;
}
.site-up {
  border-left: 5px solid #23d160;
}
.button.is-text {
  text-decoration: none;
}
.navbar-burger span {
  background-color: white;
}
/* Stop horizontal scroll and awkward wrapping */
html,
body {
  overflow-x: hidden;
}
.navbar-menu {
  overflow-x: hidden;
}
.navbar-item {
  white-space: nowrap;
}
.section {
  overflow-x: hidden;
}
#file-upload-button {
  color: #f5f6ff;
  background-color: #4258ff;
}
