/*
 * Globals
 */


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


/*
 * Base structure
 */

body {
  /*background-image: url('/static/jumping.JPG');*/
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover !important;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100dvh;
  overflow-y: scroll;
}

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

.flex-container {
  display: flex;
  justify-content: space-around;
}

/*
 * Header
 */

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

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  box-shadow: none;
  outline: none !important;
  border-bottom-color: rgba(255, 255, 255, .25);
}

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

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

.dropdown-menu {
  background-color: rgba(60, 60, 60, .9);
  border-width: .15rem;
}

.dropdown-item:hover {
  background-color: rgba(95, 95, 95, .9);
}

/*
.dropdown-menu, .dropdown-item {
  background-color: rgba(255, 255, 255, .15); /* transparent; 
  border: none;
  border-bottom: .25rem solid transparent;
  z-index: 9999;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
  outline: none !important;
  background-color: rgba(255, 255, 255, .25); /* transparent;*/
  /* border-bottom-color: rgba(255, 255, 255, .25); 
}
*/