.container {
  max-width: 960px;
}

.icon-link > .bi {
  width: .75em;
  height: .75em;
}

/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #8e8e8e;
  transition: color .15s ease-in-out;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

.afacad-<uniquifier> {
  font-family: "Afacad", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.afacad-<uniquifier> {
  font-family: "Afacad", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

h1 {
  font-family: "Afacad", sans-serif;
  font-size: 7vw;
  font-weight: 900;
  font-style: normal;
  color:white;
}
h3{
  font-family: "Afacad", sans-serif;
  font-weight: 900;
  font-style: normal;
  color:white;
  color:white;
  font-size: 3vw;
}

.flex-equal > * {
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    flex: 1;
  }
}


button {
text-transform: none;
    line-height: 2rem;
    border: none;
    border-radius: 2px;
    padding: 2px 56px;
    margin-top: 2rem;
	font-family: "Afacad", sans-serif;}