:root {
}
@font-face {
  font-family: 'Conqueror Sans';
  src: url('https://cdn.shopify.com/s/files/1/0006/9556/6392/files/ConquerorSans.ttf?v=1779202467')
    format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  background-color: #000129;
  color: #eba00a;
  background-image: none;
  background-position: top left;
  background-size: auto;
  background-attachment: scroll;
  background-repeat: repeat;
  background-image: url(https://cdn.shopify.com/s/files/1/0006/9556/6392/files/website_background.webp?v=1779207691);
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding: 0 15px 0 15px;
}

/* Your other styles go below */
body {
  font-family: 'Conqueror Sans', sans-serif;
}
/*! Squarespace LESS Compiler  (less.js language v1.3.3)  */
article,
aside,
details,
figcaption,
figure,
footer,
hgroup,
nav,
section {
  display: block;
}

nav ul,
nav ol {
  margin: 0;
  list-style-type: none;
}

#topNav {
  font-family: 'Conqueror Sans', sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 13px;
  text-transform: none;
  letter-spacing: 0px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6em;
  font-size: 22px;
  text-transform: lowercase;
  text-decoration: none;
  letter-spacing: 1px;
  color: #eba00a;
}

#topNav nav,
#topNav ul,
#topNav li,
#topNav a {
  font-family: 'Conqueror Sans', sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 13px;
  text-transform: none;
  letter-spacing: 0px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6em;
  font-size: 22px;
  text-transform: lowercase;
  text-decoration: none;
  letter-spacing: 1px;
  color: #eba00a;
}

#topNav ul,
#topNav li {
  text-decoration: none !important;
}

.site-title #topNav nav li a {
  padding: 3.2px 0;
}

.site-title #topNav .subnav {
  margin-top: -3.2px;
}

.logo-image .logo {
  line-height: 0;
  margin: 0;
  display: inline-block;
  height: 100px;
}

.logo-image .logo img {
  max-height: 100%;
  max-width: 100%;
  display: block;
}

.logo-image #topNav nav li a {
  padding: 28px 0;
}

.logo-image #topNav .subnav {
  margin-top: -28px;
}

.logo-subtitle {
  font-family: 'Conqueror Sans', sans-serif;
  font-weight: normal;
  font-style: italic;
  line-height: 2em;
  font-size: 13px;
  letter-spacing: 0px;
  font-weight: 300;
  font-style: normal;
  line-height: 1em;
  font-size: 10px;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 1px;
  color: #eba00a;
  margin-top: 0.7em;
  width: 100%;
}

#topNav nav {
  float: left;
}

#topNav nav li {
  float: left;
  position: relative;
  margin-right: 30px;
}

#topNav nav li:last-child {
  margin-right: 0px;
}

#topNav nav li a {
  display: inline-block;
  line-height: 44px;
}

#topNav nav li:last-child a {
  margin-right: 0px;
}

#logo,
#topNav {
  float: left;
}

.layout-style-center #logo,
.layout-style-center #topNav {
  width: 100%;
  text-align: center;
}

.layout-style-center #topNav nav,
.layout-style-center #topNav ul,
.layout-style-center #topNav li {
  display: inline-block;
  float: none;
}

.layout-style-center #topNav nav li a {
  padding-top: 0;
  padding-bottom: 0;
  line-height: normal;
}

.layout-style-center #topNav nav .folder-collection .subnav {
  margin-top: 0 !important;
  left: 50%;
}

.layout-style-left #topNav {
  float: right;
}

.layout-style-left .main-nav li {
  float: left;
}

#footer {
  margin-top: 50px;
}

#footerBlock {
  min-height: 34px;
  width: 50%;
  float: left;
}

#socialLinks {
  text-align: right;
  float: right;
}

.hide-social-icons #socialLinks {
  display: none;
}

.hide-social-icons #footerBlock {
  width: 100%;
  float: none;
}

.layout-style-center #footer #footerBlock,
.layout-style-center #footer #socialLinks {
  float: none;
  width: auto;
}

.layout-style-center #footer #socialLinks {
  text-align: center;
}

.layout-style-center #footer #socialLinks {
  margin-top: 17px;
}

.page-divider {
  margin-bottom: 10px;
}

#header {
  display: flex;
  justify-content: space-between;
}
.video-wrapper {
  position: relative;
  cursor: pointer;
  width: 100%;
  /* Adjust aspect ratio to match your video/image (e.g., 16:9) */
  aspect-ratio: 16 / 9;
}

.video-wrapper img,
.video-wrapper iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Style the play button overlay */
.play-button {
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background-color 0.2s,
    transform 0.2s;
  pointer-events: none; /* Allows the click to pass through to the wrapper */
}

/* Hover effect */
.video-wrapper:hover .play-button {
  transform: translate(-50%, -50%) scale(1.1);
}

/* Size and color of the arrow */
.play-button svg {
  width: 60px;
  height: 60px;
  color: #fff;
  margin-left: 4px; /* Centers the triangle optically */
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.5));
}
.caption {
  text-align: center;
  margin-top: 8px;
}

#footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#socialLinks {
  display: flex;
  margin-bottom: 15px;
}
