p {
    margin: .5em;
}

a, a:hover, a:visited, a:hover:visited, a:active, a:active:visited {
    color: #212529;
    text-decoration: none;
}

img {
    display: block;
    margin: 0 auto;
}

h1,
h2,
h3,
h4 {
    text-align: center;
}

h1 {
    margin-top: 3rem;
}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
   content: "❯ ";
   font-size: .8rem;
}

.wpis {
    margin-bottom: 2rem;
}

.wpis:not(:first-child) {
    margin-top: 3rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.pagination {
    margin: 5rem auto;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 0rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    width: 100%;
    left: 0;
    padding: 0 15%;
    bottom: 3rem;
    z-index: 10;
    background-color: rgba(0, 0, 0, .35);
}

.carousel-caption h1,
.carousel-caption p,
.carousel-caption a,
.carousel-caption a:hover {
	text-align: center;
    margin-left: 0;
    color: white;
	text-shadow: 0 0 5px black, 0 0 5px black, 0 0 5px black;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  width: 1110px;
  height: 512px;
  object-fit: cover;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
