/* Fonts */
/* 20px / 16px = 1.25em; support text resizing in all browsers */
/* Color */
/* purple: #CFA6E7 / teal: #5bc4bf */
body {
  font-family: "Barlow Semi Condensed", sans-serif;
  color: white;
  background-color: black;
  font-size: 1.25em;
}

a {
  color: #FFE95E;
  text-decoration: none;
}

.P4 a {
  color: #528AEB;
}

a:hover {
  color: #fff29f;
}

.P4 a:hover {
  color: #97B8F2;
}

h1 {
  color: white;
}

/* .figure-img {
    max-width: 75%
} */
.post-body img {
  max-width: 100%;
}

.post-body figure img {
  max-width: 75%;
  text-align: center;
}

/* logo filters */
.filter-green {
  filter: invert(56%) sepia(74%) saturate(979%) hue-rotate(120deg) brightness(93%) contrast(101%);
}

.filter-grey {
  filter: invert(100%);
}

/* links that look like buttons */
.link-container {
  text-align: center;
  width: 100%;
}

.link-button {
  color: black; /* purple: #7C2BA1 */
  background-color: #FFE95E;
  padding: 0.5rem 0.75rem;
  margin: 0 0 0.25rem;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  font-weight: 1000;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.P4 .link-button {
  color: #1D67E5;
  background-color: white;
}

.link-button:hover {
  color: black; /* purple: #7C2BA1 */
  background-color: #fff29f; /* purple: #E7D4F2 */
}

.P4 .link-button:hover {
  color: white; /* purple: #7C2BA1 */
  background-color: #1D67E5; /* purple: #E7D4F2 */
}

/* ----- WBBM Home Page ----- */
/* .home-header {
    margin-top: 4rem;
    margin-bottom: 1rem;
} */
/* ----- Phase Grid ----- */
.phase-grid h3 {
  font-size: 1.5rem;
}

.phase-grid p {
  font-size: 1.25rem;
}

/* ----- Media Items ----- */
.media-container {
  margin-bottom: 1rem;
}

.align-left {
  float: left;
  margin-right: 0.5rem;
  width: 48%;
}

.align-right {
  float: right;
  margin-left: 0.5rem;
  width: 48%;
}

.align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 480px) {
  .align-left, .align-right {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
.media-container img, iframe {
  width: 100%;
}

.media-container.yt-video iframe {
  aspect-ratio: 16/9;
}

.media-container .image-caption {
  font-size: 1rem;
  color: #ADB2B8;
  background-color: black;
  padding: 0.25rem;
}

.media-container .metadata-container {
  font-size: 1rem;
  color: #ADB2B8;
  background-color: black;
  padding: 0.25rem;
  width: 100%;
}

.media-container .metadata-container th:first-child, .media-container .metadata-container td:first-child {
  padding-right: 2rem;
}

.media-container .metadata-container td {
  color: white;
}

/* ----- Cards ----- */
.card.wide-card {
  width: 100%;
  height: 10rem;
  margin-bottom: 1rem;
}
.card.wide-card .card-img {
  height: 100%;
  object-fit: cover;
}
.card.wide-card a {
  width: 100%;
  height: 100%;
}
.card.wide-card a .card-img-overlay {
  background-color: rgba(0, 0, 0, 0.6235294118);
  text-align: center;
}
.card.wide-card a .card-img-overlay h2 {
  color: white;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.card.wide-card a .card-img-overlay:hover {
  background-color: rgba(0, 0, 0, 0.3843137255);
}

/* ----- Bottom Nav ----- */
ul.bottom-nav {
  list-style-type: none;
  display: inline;
  margin-bottom: 1rem;
}
ul.bottom-nav li {
  margin-bottom: 1rem;
}

/* ----- Blockquote ----- */
blockquote {
  font-size: larger;
}

/* ----- Carousel ----- */
.carousel {
  margin-bottom: 1.5em;
  background-color: black;
}

.carousel-control-next, .carousel-control-prev {
  background-color: transparent !important;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  margin: 0 !important;
}

.carousel-item img {
  margin: 0;
  height: 40vh;
  object-fit: cover;
  object-position: 50% 50%;
}

.carousel-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.499);
  text-align: center;
  display: block !important;
}

/*# sourceMappingURL=style.css.map */