/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  /* border: .05rem solid #fff; */
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: rgb(79, 88, 97);
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #fff;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.cover-container {
  max-width: 42em;
}


/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  /* color: hsl(210 10% 55% / 1); */
  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: hsl(210 10% 55% / 1); */
  border-bottom-color: rgba(255, 255, 255, .5);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}


/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}


/*
 * Footer
 */
.mastfoot {
  color: hsl(210 10% 55% / 1);
}


/*
    Overrides
*/
.btn-group-lg>.btn, .btn-lg {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1rem;
    --bs-btn-border-radius: .2em;
    border-color: transparent;
}

a.btn.btn-lg.btn-secondary.bg-warning {
  font-weight: 500;
  font-size: .85rem;
}


.rta-brand {
  width: 15rem;
  margin-bottom: .5rem;
}

/* .rta-brand:after {
  content: "[v0.5]";
  color: #ffc107;
  padding: 1.5rem 6em 0 0;
  font-size: 1em;
} */

.mb-auto .float-md-start.mb-0:after {
  content: "v1.2 [prod]";
  color: hsl(210 10% 55% / 1);
  padding: 1.5rem 0 0 .5rem;
  font-size: 1em;
  font-style: italic;
  font-size: 15px
}

/* .text-white-50 {
  --bs-text-opacity: 1;
  color: hsl(210 10% 55% / 1);
} */
