html {
    height: 100%;
}

body {
    color: #fffffd;
    background:#222 url(../img/bg.png) repeat;
    text-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.75);
}

body.has-shadow {
    position: relative;
}

div.inner-shadow {
    position: fixed;
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, 0.5);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

/*
 * Header
 */
 header p {
    cursor: default;
}

.nav-masthead .nav-link {
  /* color: rgba(255, 255, 255, .5); */
  color: #999;
  border-bottom: 0.25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.25);
}

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

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

footer {
    cursor: default;
}

/* assorted styles */
a.m {
  color: #f8398b;
}

a.m:hover {
  color: #d93079;
}
