html, body {
  background: #e9e9e9;
  color: #272727;
}

a.accent {
  text-decoration: none;
}
a.accent:visited {
  color: #9a0000 !important;
}
a.accent:hover {
  color: #340000 !important;
}
a.accent:hover {
  color: #340000 !important;
}
a.accent:active {
  color: #340000 !important;
}

.feather {
  height: 1em;
  margin-top: -4px;
  pointer-events: none;
  vertical-align: middle;
  width: 1em;
}

header {
  background: #272727;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 2px 2px rgba(0, 0, 0, 0.08), 0 4px 4px rgba(0, 0, 0, 0.08), 0 8px 8px rgba(0, 0, 0, 0.08), 0 16px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 2px 2px rgba(0, 0, 0, 0.08), 0 4px 4px rgba(0, 0, 0, 0.08), 0 8px 8px rgba(0, 0, 0, 0.08), 0 16px 16px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.hero {
  position: relative;
  background: url(/images/structure/home/balrogath-hero.jpg) #000 center no-repeat;
  background-size: cover;
  height: 500px;
  background-position: center top;
}

@media screen and (max-width: 1199px) {
  .hero {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .hero {
    height: 160px;
  }
}
.hero::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(0, 0, 0, 0)), to(#272727));
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 55%, #272727);
  background: linear-gradient(rgba(0, 0, 0, 0) 55%, #272727);
}

img.home-logo {
  position: relative;
  margin-top: -10%;
  z-index: 666;
}

nav {
  position: sticky;
  top: 0.5rem;
  min-width: 100px;
  margin-right: 1rem;
}

.btn {
  display: block;
  width: 100%;
  border-radius: 0;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .nav-container {
    width: 100%;
  }

  nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 15px 1rem;
  }

  .btn {
    display: inline-block !important;
    width: 50%;
  }
}
hr {
  border-top: 2px solid #272727;
}

.stylized-font {
  font-family: "Caesar Dressing", serif;
}

.accent {
  color: #9a0000;
}

.imageGallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.imageGallery a {
  width: 33.33%;
  padding: 4px;
}

@media screen and (max-width: 767px) {
  .imageGallery a {
    width: 50%;
  }
}
footer {
  background: #272727;
  color: rgba(233, 233, 233, 0.25);
  padding: 0.5rem 1.5rem calc(0.5rem + env(safe-area-inset-bottom)) 1.5rem;
  font-size: 0.8rem;
  -webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.08), 0 -2px 2px rgba(0, 0, 0, 0.08), 0 -4px 4px rgba(0, 0, 0, 0.08), 0 -8px 8px rgba(0, 0, 0, 0.08), 0 -16px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.08), 0 -2px 2px rgba(0, 0, 0, 0.08), 0 -4px 4px rgba(0, 0, 0, 0.08), 0 -8px 8px rgba(0, 0, 0, 0.08), 0 -16px 16px rgba(0, 0, 0, 0.08);
}