/*
 * Globals
 */
 body {
  font-family: montserrat;
}

h1, h2, h3 {
  font-weight: 800;
}

h2, h3, h4 {
  font-weight: 300;
}

pre {
  overflow: inherit;
}

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

.bg-image {
  background-size: cover;
  background-position: center;
}



/*
 * Base structure
 */

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

.cover-container {
  max-width: 70rem;
}


/*
 * 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);
}

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

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


.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-floating label {
  color: #212529;
  text-shadow: none;
}

.glasslist {
  backdrop-filter: blur(10px);
  background-color: rgb(255 255 255 / 3%);
  color: var(--bs-light);
}

.glasslist li {
  background: none;
  color: var(--bs-light);
  border: 1px solid #f8f9fa38;
}

.adaptive-height-80 {
  height: auto !important;
}

.text-logo {
  font-weight: 800;
  font-size: 2rem;
  /* letter-spacing: 0.05rem; */
}

img.avatar {
  border: 1px solid #dbdad652;
  border-radius :100%;
}

.text-logo span {
  font-weight: 100;
}

.text-light {
  color: #dbdad6 !important;
}
.text-logo a {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 768px) {
  .adaptive-height-75 {
    height: 75% !important;
  }

}