@font-face {
  font-family: "MyHappy70sBd";
  src: url("/static/assets/JHA - MyHappy70s-Bd.otf");
  font-display: swap;
}

@font-face {
  font-family: "ITCFranklinGothicLTPro-Bk";
  src: url("/static/assets/ITC - FranklinGothicLTPro-Bk.otf");
  font-display: swap;
}

@font-face {
  font-family: "ITCFranklinGothicLTPro-Dm";
  src: url("/static/assets/ITC - FranklinGothicLTPro-Dm.otf");
  font-display: swap;
}

@font-face {
  font-family: "ITCFranklinGothicStd-Book";
  src: url("/static/assets/ITC - ITCFranklinGothicStd-Book.otf");
  font-display: swap;
}

@font-face {
  font-family: "ITCFranklinGothicStd-Demi";
  src: url("/static/assets/ITC - ITCFranklinGothicStd-Demi.otf");
  font-display: swap;
}

@font-face {
  font-family: "NeuePlak";
  src: url("/static/assets/NeuePlak-CompBold.otf");
  font-display: swap;
}

:root {
  --zz-purple: #1e0064;
  --gray: #e5e5e5;
  --zz-green: #c8ffb0;
  --zz-yellow: #ffe737;
  --zz-red: #ff5a64;
}

* {
  padding: 0;
  margin: 0;
  font-family: "MyHappy70sBd", serif;
  color: var(--zz-purple);
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  overflow: hidden;
}

.uppercase {
  text-transform: uppercase;
}

.red {
  color: var(--zz-red);
}

.button {
  background: var(--zz-purple);
  color: white;
  border-radius: 30px;
  height: 30px;
  padding: 0 10px;
  cursor: pointer;
}

div.blocked-content {
  width: 600px;
  height: 400px;
  background-color: #1e0064;
  border: 2px solid black;
  padding: 25px;
  gap: 50px;
  display: flex;
  flex-flow: column;
  place-items: center;
  place-content: center;
}

div.column div.section div.blocked-content {
    width:100%;
}

li.magazine-item div.blocked-content {
    width:100%;
    height:220px;
    gap: 16px;
}


div.blocked-content-buttons {
  display: flex;
  flex-flow: row;
  place-content: center;
  place-items: center;
}

.bx-arrow-left {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 14px solid #1e0064;
  position: absolute;
  top: 9px;
  left: 7px;
  transform: rotate(180deg);
}

.bx-arrow-right {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 14px solid #1e0064;
  position: absolute;
  top: 8px;
  left: 11px;
}

.bx-gallerie-button {
  position: absolute;
  padding: 10px 0 5px;
  border-radius: 30px;
  border: solid 1px rgba(255, 0, 0, 0);
  background: #ffe100;
}

figcaption {
  font-family: "ITCFranklinGothicLTPro-Bk", serif;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 1px;
  text-align: center;
  width: 50%;
  margin: 0 auto;
  margin-top: 22px;
}

.social-icon-row {
    margin-top: 40px;
    margin-bottom: 40px;
}

.social-icons {
    margin-top: 10px;
}

.social-link {
    text-decoration: none;
    margin-right: 30px;
}

.social-link:last-child {
    margin-right: 0;
}

.ytplayer {
  max-width: 100%;
}
