H1, H2, H3, H4, H5, H6 {
  font-family: 'Neutraface Slab Display TT Titl';
  color: var(--bs-danger);
}

.circus1
{
  font-family: 'Neutraface Slab Display TT Titl';
  color: var(--bs-danger);
}

strong {
  font-family: "Arial Black", "Helvetica Neue", sans-serif;
  font-weight: 800;
}

H1 {
  text-align: center;
}


.asdf {
  background-color: white;
  border-radius: 12px;
}

.card-title {
  color: var(--bs-danger);
}

.card {
  border-width: 0px;
}

.blog-card {
  border-width: 1px;
  border-color: var(--bs-light-border-subtle);
  border-radius: 10px;
}

.blog-card h1,
.blog-card h2,
.blog-card h3,
.blog-card h4,
.blog-card h5,
.blog-card h6 {
  font-size: 1.0rem;
  color: black;

}


.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  /*border-color: white;*/
  background-color: #222222;
  border: 2px solid var(--bs-secondary-bg);
  border-radius: 2px;
}

/* unvisited link */
a:link {
  text-decoration: underline;
}

/* visited link */
a:visited {
  text-decoration: underline;
}

/* mouse over link */
a:hover {
  color: rgb(150, 9, 65);
}

/* selected link */
a:active {
  text-decoration: underline;
}

/* start - background youtube video  */
.youtube-video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  /* pointer-events: none;  got rid of this so they can use the youtube controls on the home page*/
}

.youtube-video-container::after {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.youtube-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* end - background youtube video  */

.blogdate {
  font-size: 12px;
  color: #1a1a1a;
}

.carousel-control-next-icon {
  background-color: black;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
  /* filter: invert(100%); */

  position: relative;
   left: 50px;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;

  background-color: black;
  position: relative;
  left: -50px;
}

.carousel-indicators {
  filter: invert(100%);
  bottom: -50px;
}
