body {
    background-color: #111111;
    color: #292123;
}

header {
  background-color: #ffffff;
  height: 125px; }

p {
  color: #363636; }

.container {
  background-color: #363636; }

.poster {
  background-color: #ffffff; }

.bumper {
  padding-top: 25px; }

.lede {
  font-size: 1.6em; }

.feature {
  color: #b81a12;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.15; }
.feature2 {
  color: #b81a12;
  font-weight: bold;
  font-size: 1.6em;
  line-height: 1.15; }
.intro {
  font-family: 'Kaushan Script', cursive;
  font-size: 1.3em;
  color: #363636; }



.nwc-button {
  border: 2px solid #363636;
  border-radius: 15px;
  color: #363636;
  background-image: linear-gradient(to right bottom, #ffe318, #ffd207, #fec100, #fcb100, #f9a000); }

.card-title {
  color: #7e7e7e;
  font-weight: lighter; }

.editions > li {
  font-weight: 500;
  margin: 20px 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #363636; }
  .editions > li a {
    color: #363636;
    font-size: 1.1rem; }
  .editions > li a:hover {
    font-weight: 500;
    color: #2ab731;
    text-decoration: none; }

li:last-child {
    border: none;
    color: #F80A5F;
}

.carousel-caption {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  padding: 10px 0px; }

.carousel-control-next {
  position: absolute;
  top: 48%;
  background-color: #2ab731;
  width: 10%;
  height: 8%; }

.carousel-control-prev {
  position: absolute;
  top: 48%;
  background-color: #2ab731;
  width: 10%;
  height: 8%; }

footer p {
  font-size: .9rem;
  color: #ffffff; }
