/*
 * Globals
 */


/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
/*  text-shadow: none; /* Prevent inheritance from `body` */*/
}


/*
 * Base structure
 */

body {
/*  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);*/
}

body:before {
  content: '';
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
  z-index: -1000;
}

.cover-container {
  max-width: 42em;
}


/*
 * Header
 */

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
  text-decoration: none;
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

.h-100 {
  height: 100vh !important;
}

.page-link {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important;
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important;
}

.dataTables_length, .dataTables_filter, .dataTables_info, .dataTables_paginate {
    font-size: 0.9rem;
}

h1 {
  font-size: 2.4rem;
  margin-top: 20px;
  margin-bottom: 10px;
}

h5 {
  font-size: 1.25rem;
  margin-top: 1.8rem;
  margin-bottom: 1.2rem;
}

a {
  color: #88eeff;
  text-decoration: underline;
}

a:hover {
  color: #66ccdd;
  text-decoration: underline;
}
