:root {
  --header-color: #222;
}

body {
  margin: 0;
  font-style: normal;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.3px;
  color: grey;
}

p {
  margin: 0;
}

img {
  height: inherit;
  border-radius: inherit;
  width: inherit;
}

.flexrow {
  display: flex;
  flex-direction: row;
}

.flexcolumn {
  display: flex;
  flex-direction: column;
}

.pf-header-container {
  width: calc(100% - 8vh);
  margin: 4vh 4vh 0 4vh;
  position: fixed;
  border-bottom: solid 2px;
  border-bottom-color: var(--header-color);
  z-index: 100;
  transition: 0.5s;
  opacity: 1;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.pf-header-group {
  display: flex;
  flex-direction: row;
}

.pf-header-dsk-back {
  display: flex;
  flex-direction: row;
  text-transform: uppercase;
  font-weight: 500;
  align-content: flex-end;
  justify-content: flex-end;
  align-items: flex-end;
}

.pf-header-dsk-back p:first-child {
  color: black;
  padding: 6px;
  border: solid 2px black;
  border-bottom: none;
  width: -moz-fit-content;
  width: fit-content;
  transition: ease-in-out;
  transition-duration: 0.2s;
  margin: 0;
}

.pf-header-dsk-back p:first-child:hover {
  color: white;
  background: black;
  transition: ease-in-out;
  transition-duration: 0.3s;
}

.pf-header-dsk-back p:nth-child(2) {
  color: black;
  padding: 6px 8px;
  border: solid 2px black;
  border-bottom: none;
  border-left: none;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}

.pf-header-dsk-back a,
.pf-header-dsk-back a:visited {
  color: black;
  text-decoration: none;
  transition: ease-in-out;
  transition-duration: 0.2s;
}

.pf-header-dsk-back a:hover {
  color: white;
  text-decoration: none;
  transition: ease-in-out;
  transition-duration: 0.3s;
}

.pf-header-title {
  margin: 0 0 -7px auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: relative;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  color: var(--header-color);
}

.pf-header-title-name {
  font-size: 32px;
  font-family: freight-big-pro, serif;
  font-weight: 300;
  font-style: italic;
  letter-spacing: -0.5px;
}

.case-slider-container {
  display: flex;
  flex-direction: row;
  gap: 1.25vw;
  padding: 1.25vw;
  height: calc(100vh - 3vw);
}

.case-slide {
  /* margin: 2vh 2vh; */
  display: flex;
  flex: 1 1 0;
  position: relative;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
  text-align: center;
  text-decoration: none;
}
.case-slide p:hover {
  text-decoration: underline;
}

.case-slide-title {
  font-weight: 700;
  letter-spacing: -0.15vw;
  font-size: 4.5vw;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  flex-direction: column;
}

.case-slide-title p {
  display: flex;
}

.cs-beis {
  background-image: url("../img/case/beis-cover.jpg");
}

.cs-moon {
  background-image: url("../img/case/moon-cover.jpg");
}

.cs-bcbg {
  background-image: url("../img/case/bcbg-cover.jpg");
}

.pf-slide-credit-chips {
  display: flex;
  flex-direction: row;
  line-height: 1;
}

.pf-slide-credit-chips p {
  padding: 6px;
  border-radius: 0px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
  font-style: normal;
  border: solid 1px white;
  color: white;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 0.3px;
}
.pf-slide-credit-chips p :hover {
  text-decoration: none !important;
}