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 #258cfb;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
}
.nav-bottom {
  background-color: rgba(0, 0, 0, 0.8);
}
.bg-black-anim {
  animation: toblack 0.7s;
  animation-fill-mode: forwards;
}
.bg-trans-anim {
  animation: totrans 0.7s;
  animation-fill-mode: forwards;
}
@keyframes toblack {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background: linear-gradient(to right, rgba(96, 92, 168, 0.9), rgba(0, 0, 0, 0.9));
    /* Gradient: Purple to Black */
  }
}
@keyframes totrans {
  0% {
    background: linear-gradient(to right, rgba(96, 92, 168, 0.9), rgba(0, 0, 0, 0.9));
    /* Gradient: Purple to Black */
  }
  100% {
    background-color: rgba(0, 0, 0, 0);
  }
}
@keyframes signal {
  0% {
    color: #000;
  }
  0% {
    color: #000;
  }
}
.navbar {
  padding: 20px 0;
}
.navbar .navbar-brand img {
  max-height: 40px;
}
.navbar .navbar-brand .subtitle {
  opacity: 0.5;
  display: inline;
  font-size: 13px;
  margin: 7px 0 0 10px;
  line-height: 13px;
}
.btn-outline-primary {
  color: #eee;
  border-color: #eee;
}
.btn-outline-primary:hover {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: #eee;
}
.btn-primary {
  color: #fff;
  background-color: #605CA8;
  /* Royal Purple */
  border-color: #605CA8;
}
.btn-primary:hover {
  background-color: #4b468a;
  /* Darker Royal Purple */
  border-color: #eee;
}
.btn-close {
  color: #fff !important;
}
.body-content {
  padding-top: 150px;
}
.category img {
  max-width: 80px;
  display: block;
  margin: 10px auto;
}
footer {
  padding-top: 20px;
}
