body {
  font-family: "Anonymous Pro", serif;
}

.fullheight {
  height: 100vh;
}

.tp-dottedoverlay {
  background: url(../images/gridtile.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}

.whitetext {
  color: white;
}

.initcontent {
  z-index: 999;
}

.initcontent h1 {
  font-size: 22px;
  font-weight: 400;
}

.initcontent .btn {
  line-height: 7px;
  font-size: 12px;
  padding: 10px 15px 10px 15px !important;
}

.initscreen {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.warning-modal-intro h1 {
  font-size: 15px;
  line-height: 28px;
  margin: 12px 0 15px 0;
  padding-bottom: 15px;
  font-weight: 700;
  border-bottom: 1px solid #000;
}

.warning-modal-intro .tingle-modal-box__footer {
  background-color: transparent;
  padding: 0 2rem 1.5rem;
}

.warning-modal-intro .tingle-modal-box__content {
  padding: 2rem 2rem 0 2rem;
}

.warning-modal-intro .button {
  margin-top: 9px;
}

.tingle-modal-box {
  margin-left: 10px;
  margin-right: 10px;
  font-size: .8em;
  border-radius: 0;
}

.tingle-modal {
  background: rgba(0, 0, 0, .6);
}

.btn {
  border-radius: 0;
  border-width: 2px;
  cursor: pointer;
}

.btn.inactive-filter,
.btn.active-filter:hover {
  background-color: white;
  color: black;
  border-color: inherit;
}

.btn.active-filter,
.btn.inactive-filter:hover {
  background-color: black;
  color: white;
  border-color: black
}

.btn-sm.xs {
  font-size: .6em;
  font-weight: 600;
}

.btn-dark {
  background-color: black;
}

.btn-dark:hover,
.btn-dark.activefilter {
  background-color: white;
  color: black;
}

.btn-white {
  cursor: pointer;
  color: white;
  border-color: white;
  background-color: transparent;
}

.btn-white:hover {
  color: black;
  background-color: white;
}

.divider {
  border: 2px solid black;
  opacity: 1;
}

h1 {
  font-size: 18px;
  font-weight: 800;
}

img,
video {
  width: 100%;
}

.work-card,
.work-main {
  border: 2px solid;
  cursor: pointer;
}

.work-card figcaption,
.work-main figcaption {
  display: flex;
  font-size: .6em;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3px 10px;
  border-top: 2px solid;
  margin-top: -23px;
  z-index: 1;
  background: white;
  position: relative;
}

.work-main figcaption {
  margin-top: 0;
}

.work-card figcaption p,
.work-main figcaption p {
  margin: 0;
  font-weight: 800;
}

a {
  color: inherit;
  text-decoration: none;
}

header p {
  font-size: 10px;
}

p,
.page-header p {
  font-size: 12px;
  font-weight: 600;
}

.work-page .description {
  margin-bottom: 0;
}

h2 {
  font-size: 14px;
  font-weight: 800;
}

.initscreen {
  background-image: url(../images/abuser-works-initb.jpg);
  background-position: 50% 0px;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.sm-video-wrapper {
  z-index: 1
}

#innervideo,
#innerimage {
  display: none;
}

.work-card figcaption img {
  width: auto;
  height: 16px;
  margin-top: -4px;
  display: inline-block;
}

.works-gallery-page .work-card figcaption p:nth-child(2) {
  letter-spacing: -2px;
}

.works-gallery-page figure>img,
.work-card>img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
}

.navbar {
  border-bottom: 3px solid black;
}

.nav-link {
  font-size: 12px;
  font-weight: 400;
  color: white !important;
  cursor: pointer;
}

.navbar-brand {
  font-size: 16px;
  font-weight: 400;
}

.bg-dark {
  background-color: black !important;
}

footer p {
  text-align: center;
  font-size: .6em;
  margin: 0
}

.nobuttons {
  background-color: transparent;
  text-align: center;
  display: block;
  width: 100%;
}

.is-filter {
  margin-left: 5px;
}

.to-right {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
}

figure[data-serie="manframe"] {
  display: none;
}

.accordion-item {
  border: none;
}

.btn-title {
  cursor: initial;
}

.accordion-body {
  padding: 0;
}

.btn-block {
  width: 100%;
}