:root {
  --title-text-color: #fab600;
  --link-color: blue;
  --primary-color: blue;
  --primary-text-color: snow;
  --secondary-text-color: red;
  --primary-bg-color: black;
  --secondary-bg-color: black;
  --width-mobile: 480px;
  --width-tablet: 768px;
  --width-desktop: 1200px;
  --dark-red: #790b19;
  --dark-grey: #3c3c3c;
  --bulma-navbar-height: 126px;
  --bulma-body-color: white;
  --skew-value: 3rem;
  --bulma-text: white;
  --font-size: 14px;
  --bulma-body-font-size: 1.5em;
}
@font-face {
  font-family: "Karate";
  src: url("/assets/fonts/chang.ttf") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Karate2";
  src: url("/assets/fonts/Karate/Karate.woff") format("woff"), url("/assets/fonts/Karate/Karate.woff2") format("woff2"), url("/assets/fonts/Karate/Karate.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
  font-size: var(--font-size);
}
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
h1 {
  letter-spacing: 10%;
}
h2 {
  letter-spacing: 10%;
}
.bg-red {
  background-image: linear-gradient(to right bottom, #a71d31, #000000);
}
.bg-grey {
  background-image: linear-gradient(to bottom, var(--bulma-background), black);
}
@media screen and (min-width: 769px) {
  .is-overlay-tablet {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.box-skewed {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - var(--skew-value)));
  padding-bottom: var(--skew-value);
}
.skewed-horizontal {
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
}
.skewed-vertical {
  clip-path: polygon(0 0, 100% var(--skew-value), 100% 100%, 0 calc(100%-var(--skew-value)));
  padding-bottom: var(--skew-value);
}
.l1 {
  position: relative;
  z-index: 5;
}
.l2 {
  position: relative;
  z-index: 4;
}
.l3 {
  position: relative;
  z-index: 3;
}
.l4 {
  position: relative;
  z-index: 2;
}
.l5 {
  position: relative;
  z-index: 1;
}
.overlap {
  margin-top: -15%;
  padding-top: 15%;
}
.martial {
  font-family: "Karate", sans-serif;
  color: var(--title-text-color);
  text-transform: uppercase;
}
.grid-same-height {
  display: grid;
  grid-auto-rows: 1fr;
}
.height-100pct {
  height: 100%;
}
.images {
  display: flex;
}
.techniques ul {
  list-style: none;
  padding: 1.5rem;
  border: 0.1rem solid lightgrey;
  border-radius: 0.5rem;
}
.techniques ul li {
  --y: calc(100% - 2rem);
  display: grid;
  grid-template-columns: minmax(3.75em, auto) 1fr;
  gap: 0 0.5em;
  break-inside: avoid;
  page-break-inside: avoid;
  background: radial-gradient(circle at 30% var(--y), #323232, #000000);
  color: white;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.17);
}
.techniques ul li::before {
  /*	
    counter-increment: list-item -1;
	content: counter(list-item);
*/
  font-weight: 700;
  font-size: 4.5em;
  letter-spacing: -0.125em;
  line-height: 1;
  color: turquoise;
  grid-column: 1;
  grid-row: span 2;
  align-self: end;
  margin: 0 0 -0.15em -0.15em;
}
.techniques ul li.judo::before {
  content: "do";
}
.techniques ul li.jujitsu::before {
  content: "jitsu";
}
.techniques ul li img {
  grid-column: 1 / 3;
  grid-row: 1;
  aspect-ratio: 1.8;
  object-fit: cover;
}
.techniques ul li span {
  grid-column: 2;
}
.techniques ul li span:first-of-type {
  font-size: 1.5em;
  padding-top: 1rem;
}
.techniques ul li span:last-of-type {
  font-style: italic;
  padding-bottom: 1rem;
}
.inline-button {
  background: none;
  border: none;
  color: red;
  text-decoration: underline;
  /* this won't work (and other properties as well) */
  cursor: pointer;
  font: inherit;
  padding: 0;
  display: contents;
  line-height: inherit;
}
/* li + li {
        margin-top: 1rem;
      } */
.yt {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .navbar-menu.is-active {
    position: fixed;
    top: var(--bulma-navbar-height);
    /* Height of your navbar-brand */
    left: 0;
    width: 100%;
    height: 100vh;
    /* Full viewport height */
    overflow-y: auto;
    /* Scrollable if links are long */
    background-color: black;
    /* Or your preferred background */
    display: block;
    /* Required to show it */
    z-index: 1000;
    text-align: center;
  }
}
.nav-logo {
  max-height: calc(var(--bulma-navbar-height)*0.9) !important;
}
.about {
  background: #650e0e url("/assets/images/about-bg01.png") 20% 0% / cover no-repeat;
}
.discipline {
  background: #000 url('/assets/images/discipline-bg01.png') 50% 50% / cover no-repeat;
}
.istructors {
  background: #650110 url("/assets/images/instructors-bg01.png") 50% 100% cover no-repeat;
}
.blog {
  background: #000 url('/assets/images/blog-bg01.png') 50% 50% / cover no-repeat;
}
.location {
  background: #650D17 url('/assets/images/locations-bg01.png') 20% 50% / cover no-repeat;
}
input:valid ~ .help {
  display: none;
}
textarea:valid ~ .help {
  display: none;
}
