.abduct {
  font-family: 'abduction';
  color: #f1e76d;
  text-transform: lowercase !important;
}
@font-face {
  font-family: 'abduction';
  src: url(/assets/abduction-b10b250740246e27801658d29432561793d9bdf9d63872eb326d296814f3d26f.ttf) format('truetype');
}

.accordion {
  --bs-accordion-color: #fff;
  --bs-accordion-bg: transparent;
}
.accordion-body {
  background-color: transparent;
  padding-left: 10px;
}
.accordion-button::after {
  display: none;
}
.accordion-button {
  color: white;
  font-size: 1.25rem;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.accordion-button.heading {
  padding: 1rem 1.25rem;
  font-weight: 900;
  color: white !important;
  text-shadow: 
    -1px -1px 0 black,
     1px -1px 0 black,
    -1px  1px 0 black,
     1px  1px 0 black;
}
.accordion-button:not(.collapsed) {
  background: linear-gradient(to right, #edde68, #c0a439, #edde68, #c0a439);
  box-shadow: none;
}
.accordion-button:not(.collapsed) .kunai {
  transform: rotate(90deg);
}
.accordion-item {
  border: none;
  border-bottom-color: transparent !important;
}

.bg {  
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
  background-repeat: no-repeat;
  transition: background 1s ease-in-out;
}
.bg-blk {
  background-color: #222222;
}
.bg-blue {
  background-color: #3a3d54;
}
.bg-red {
  background-color: #5c5057;
}
.bg-sky {
  background-image: url(/assets/space-sky-382a2d3228781bd2ac261acf4d5659afe38b5c83396f4f1a6a72ed27c18cc533.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.bg-textured {
  background-image: url(/assets/black-felt-3f886a819e39a5cd944e60aa97ef69d659d3c44ee702872cff5dccac618e4f54.png);
}
.bg-linen {
  background-image: url(/assets/low-contrast-linen-9577e519f571d2dabe2686aa18d4439b4a34989dbe6e855907af33cfe31b7f95.png);
}
.bg-mosaic {
  background-image: url(/assets/dark-mosaic-98f794579f6a6532c2d85cf33d6a50bf3490856e9f3fe5a80ba332c72a891d72.png);
}

.flash {
  width: 100%;
  color: white;
  background: linear-gradient(to right, #77488f, #362c66);
  border-style: solid;
  padding: 10px;
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 10px;
  z-index: 1000;
  position: fixed;
}
.flash.warning, .flash.alert {
  color: #ff4949;
  border-color: grey;
}
.flash.success, .flash.notice {
  color: #fff;
  border-color: #ffd966;
}

.gold-gradient {
  background: linear-gradient(to right, #f0e56c, #cdb64b, #f0e56c, #dcc959, #cdb64b, #f0e56c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.gold, a, .navbar-nav li p:hover {
  color: #edde68;
}

img.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}

img.preview {
  border-radius: 10px;
  border: 5px solid;
  border-image: linear-gradient(to right, #362c66, #77488f, #a182bf) 1;
}

.kunai {
  margin-right: 10px;
  display: inline-block;
  transition: transform 0.3s ease-in-out;
  width: 5rem;
}
.kunai svg {
  width: 100%;
  fill: white;
}
.kunai.active svg {
  fill: #a182bf;
}
.nav-override {
  color: #edde68!important;
  text-decoration: none !important;
}

.purpose {
  display: inline-block;
  color: white;
  font-size: 1.25rem;
  font-weight: bold;
  border-radius: 999px;
  background-color: transparent;
  position: relative;
  cursor: pointer;
}
.purpose::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 999px;
  padding: 5px;
  mask: linear-gradient(white, white) content-box, linear-gradient(white, white);
  -webkit-mask: linear-gradient(white, white) content-box, linear-gradient(white, white);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  z-index: -1;
}
.purpose:first-child::after {
  background: linear-gradient(to right, #362c66, #77488f, #a182bf);
}
.purpose:nth-child(2)::after {
  background: linear-gradient(to right, #a182bf, #77488f, #362c66);
}
.purpose:nth-child(3)::after {
  background: linear-gradient(to left, #77488f, #a182bf, #362c66);
}
.purpose:hover::after, .purpose.selected::after {
  background: linear-gradient(to right, #edde68, #c0a439);
}

.py-2-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.shuriken-toggle {
  position: absolute;
  width: 3em;
  height: 3em;
  top: 50%;
  z-index: 2;
  transition: left 0.5s ease, transform 0.5s ease;
}
.shuriken-toggle img {
  width: 100%;
  height: 100%;
}
.star-toggle {
  width: 5rem;
  height: 2.5rem;
  background-color: #212529;
  border-radius: 1.25rem;
  border: 2px solid #edde68;
  cursor: pointer;
  z-index: 1;
}

.text-huge {
  font-size: 5rem;
}
.text-big {
  font-size: 4rem;
}
.text-left {
  text-align: left !important;
}
.text-small {
  font-size: 0.9rem;
}
.text-stroke {
  text-shadow: -2px -2px 0 #222, 2px -2px 0 #222, -2px 2px 0 #222, 2px 2px 0 #222;
}
.text-thick {
  font-weight: 900;
}
.text-thin {
  font-weight: 100;
}

.unavailable {
  color: grey;
  font-size: 1.2rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
a.master, a.invert {
  cursor: pointer;
  font-size: 1.2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-decoration: none;
}
