﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

a.nav-link {
  color: #343a40 !important;
}

a.nav-link:hover, a.nav-link:focus {
  color: #121416 !important;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

nav.navbar {
  background-color: #fff;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

footer {
  border-top: 1px solid #e5e5e5;
}
nav {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */

  color: #6c757d !important;
}

.divider {
  border-top: 1px solid #000;
  display: inline-block;
}

@media (prefers-color-scheme: dark) {
  body {
    background-color: #000;
    color: #fff;
  }

  nav.navbar {
    background-color: #000;
  }

  .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #000;
    background-color: #1b6ec2;
    border-color: #1861ac;
  }

  a.navbar-brand {
    color: #fff;
  }

  a.nav-link {
    color: #f8f9fa !important;
  }
  
  a.nav-link:hover, a.nav-link:focus {
    color: #cbd3da !important;
  }

  .navbar-brand {
    color: rgba(ff, FF, FF, 0.9);
  }

  footer {
    color: #938a82 !important;
  }

  select {
    color: #fff;
    background-color: #000;
    border-color: #fff;
  }

  a {
    color: #81b3eb;
  }

  a:hover {
    color: #b3d1f3;
    text-decoration: underline;
  }

  footer {
    border-top: 1px solid #484848;
  }
  nav {
    border-bottom: 1px solid #484848;
  }

  .divider {
    border-top: 1px solid #fff;
  }
}