@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/static/fonts/open-sans-light.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/static/fonts/open-sans.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Intel One Mono';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/static/fonts/IntelOneMono-Light.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
  background: url('/static/img/binarymatrix.png') repeat-x;
  background-color: #1b1e20;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: rgb(248, 252, 231);
  margin-top: 78px;
}


/* menu */

.bg-primary {
  background-color: #005e85 !important;
}

.navbar {
  opacity: .95;
  padding: 28px;
}

.navbar-brand {
  font-size: 24px;
  position: relative;
  bottom: 3px;
  padding: 0;
}

.nav-link {
  padding: 0px;
}

.nav-link svg {
  position: relative;
  bottom: 4px;
}

body > .alert {
  position: relative;
  top: 28px;
  margin: 20px 20px 0px 20px;
  border: 0;
  color: #e698a0;
  background-color: #6b1e00;
}

/* body */

.container {
  background-color: rgb(49, 54, 59, 0.9);

  opacity: 0.95;
  margin-top: 40px;
  padding: 20px 30px 30px;
  border-radius: 4px;
  border: 1px solid #5a5e62;

  ul {
    padding-left: 22px;
  }
}

.container a {
  color: #ff8e5e;
  text-decoration: none;
}

.container a:hover {
  color: #ff8e5e;
  text-decoration: underline;
}

.container h1 {
  color: #f8fce7;
}

.container h2 {
  font-size: 18px;
  color: #f8fce7;
  margin-top: 30px;
}

.container pre {
  border: 1px solid #696c6f;
  background-color: #1b1e20;
  padding: 10px;
  font-family: 'Intel One Mono';
  font-weight: 300;
}

.container code {
  color: #d2f7f9;
  font-family: 'Intel One Mono';
  font-weight: 300;
}

/* forms */

.form-control {
  border: 1px solid #868686;
  color: #fff;
  background-color: #333;
}

.form-control:focus {
  color: #fff;
  background-color: #333;
  box-shadow: 0 0 0 1px #333, 0 0 0 3px #005e85;
}

.form-check-input:checked {
    background-color: #005e85;
    border-color: #005e85;
}

.btn-primary {
  --bs-btn-color: #fff;
    --bs-btn-bg: #005e85;
    --bs-btn-border-color: #005e85;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0095d3;
    --bs-btn-hover-border-color: #0095d3;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0095d3;
    --bs-btn-active-border-color: #0095d3;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #005e85;
    --bs-btn-disabled-border-color: #005e85;
}
