body {
  font-family: 'Roboto', sans-serif;
}
.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}

.site-header a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.site-header a:hover, .footer-sticky a:hover {
  color: rgb(25, 131, 73)
}

.site-header .navbar-brand {
  padding: 0 !important;
}

.error-container {
  max-width: 65em;
}

.error-container .error-status {
  color: rgb(25, 131, 73);
  font-size: 20em;
}

.footer-sticky {
  position: absolute;
  bottom: 0;
  width: 100%;
  /*height: 60px;*/
  /*line-height: 60px;*/
  background-color: #f5f5f5;
}

.footer-sticky > div {
  max-width: 65em;
}

.footer-sticky a {
  color: rgb(33, 37, 41);
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.footer-sticky i {
  color: rgb(25, 131, 73);
  text-decoration: none;
}

.form-group label {
  font-weight: 600;
}

.input-group-time-field {
  width: 280px;
}
