@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Russo+One&family=Source+Code+Pro:ital,wght@0,400;0,700;0,900;1,400;1,700&display=swap");
.bg-blue {
  background-color: rgb(4, 35, 219) !important;
}

.txt-yellow {
  color: #dcbe00;
}

.nav-link {
  font-family: "Russo One", sans-serif;
  text-transform: uppercase;
  color: #dcbe00;
}
.nav-link:hover {
  color: yellow;
}
.nav-link:active {
  color: whitesmoke;
}

.nav-link.active {
  color: whitesmoke !important;
}

.center {
  text-align: center;
}

.crx-grid {
  padding-top: 40px;
  padding-bottom: 40px;
}

.crx-grid .crx-grid {
  padding-top: 0;
  padding-bottom: 0;
}

.crx-article {
  margin-bottom: 4em;
  margin-top: 4em;
}

.hero-fg {
  padding: 40px 0;
}

body {
  font-family: "Source Code Pro", monospace;
}
body p {
  margin-top: 1em;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Russo One", sans-serif;
  letter-spacing: 1px;
}
body a {
  color: #0423db;
  text-decoration: none;
}

.pattern-index-box {
  border-radius: 4px;
  overflow: hidden;
  background-color: rgb(4, 35, 219);
}
.pattern-index-box p {
  color: whitesmoke;
  text-align: center;
}
.pattern-index-box a {
  color: #dcbe00;
  text-decoration: none;
}
.pattern-index-box a:hover {
  color: yellow;
}
.pattern-index-box a:active {
  color: whitesmoke;
}
.pattern-index-box h3 {
  text-align: center;
}

.card {
  border: none;
  border-radius: 4px;
}

.card-img-top {
  transition: all 0.9s ease;
  border-radius: 0%;
}
.card-img-top:hover {
  opacity: 0.7;
}/*# sourceMappingURL=custom.css.map */