@font-face {
  font-family: SSP;
  src: url('/img/SSP_Reg.ttf')
}
body {
  font-family: SSP;
  margin-bottom: 100px;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #807EFFFF;
}

html {
  position: relative;
  min-height: 100%;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.navbar-brand img {
  height: 30px;
}

.navbar-brand {
  padding: 0;
}

.bg-xe {
  background-color: #292929;
}

.navbar {
  margin: 0 !important;
  height: 40px;
  position: fixed;
  width: 100%;
  z-index: 2398139493829384923849234;
}

.nav-item:hover {
  background: url('../img/hoverglow.png') repeat-x;
}
.caret {
  display:inline-block;
  width:0;
  height:0;
  margin-left:2px;
  vertical-align:middle;
  border-top:4px dashed;
  border-top:4px solid \9;
  border-right:4px solid transparent;
  border-left:4px solid transparent
}

.hero {
  background-image: url('../img/hero-crymas.png');
  background-size: cover;
  background-position: center;
  padding: 100px 20px 100px 100px;
  text-align: left;
  width: 100%;
  height: 353px;
}

.dropdown-menu {
  margin-top: 0px !important;
  background-color: rgba(26, 26, 26, 0.6);
  backdrop-filter: blur(4px);
  border: none;
  border-radius: 0px;
}

footer {
  position: absolute;
  bottom: 0;
  height: 100px;
  width: 100%;
}

.active > .page-link {
    background-color: #807EFFFF !important;
    border-color: rgb(88, 87, 177) !important;
    color: #fff !important;
}

.page-link {
    color: #807EFFFF !important;
}

.page-link:focus {
    box-shadow: 0 0 0 0.25rem rgba(128, 126, 255, 0.25) !important;
}

.dropdown-item:active {
    background-color: #807EFFFF !important;
}

a {
    color: #807EFFFF;
}

a:hover {
    color: rgb(157, 156, 250);
}

.archive {
    grid-template-columns: repeat(auto-fit,300px);
    gap:20px;
}

.nav-tabs > .nav-item > .nav-link {
  border-radius: 0% !important;
}

.colp-btn {
  border: 1px solid #fff;
}

.colp-btn:hover {
  filter: brightness(125%);
}

.colp-btn:active {
  filter: brightness(75%);
}

.tiler {
    background-image: url('../img/tiler.png');
}

.catalog {
    grid-template-columns: repeat(auto-fit, 175px);
    gap:20px;
}