/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #333;
  font-size: 1rem;
}

body {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

body.shadow {
  text-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, 0.5);
}

h5 {
  font-weight: bold;
}

h6 {
  font-size: 1rem;
}

p {
  padding-right: 1rem;
}

.cover-container {
  max-width: 64em;
  min-width: 64em;
}

code,
.code-link {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  word-wrap: break-word;
  font-size: unset;
}

h3 a,
h5,
h6,
.nav-masthead .nav-link.link,
.question {
  color: #e83e8c;
}

.list-group-item.code-link:hover {
  color: #e93f8e;
}

.breadcrumb {
  margin-left: -1rem;
  padding-right: 0px;
}

.breadcrumb-item.active {
  color: #777;
}

.img-thumb {
  max-width: 100%;
  max-height: auto;
}

/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

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

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: #e83e8c;
}

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

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

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}

/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: 0.75rem 1.25rem;
  font-weight: 700;
}

/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, 0.5);
}
