@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Bitcount+Grid+Double:wght@100..900&family=Bitcount+Grid+Single:wght@100..900&family=Inclusive+Sans:ital,wght@0,453;1,453&family=Merriweather:ital,opsz,wdth,wght@0,18..144,112,300..900;1,18..144,112,300..900&display=swap');
@import "https://unpkg.com/open-props/easings.min.css" layer(support.demo);

 @property --myColor1 {
    syntax: '<color>';
    initial-value: rgba(0, 201, 213, 0.2);
    inherits: false;
}

@property --myColor2 {
    syntax: '<color>';
    initial-value: rgba(103, 0, 0, 0);
    inherits: false;
}

@property --myColor3{
  syntax: '<color>';
  initial-value: rgba(0,0,0,0);
  inherits:false;
}

@property --myColor4{
  syntax: '<color>';
  initial-value: rgba(0,0,0,0);
  inherits:false;
}

*, *::before, *::after {
	box-sizing: border-box;
}

@keyframes rotate {
	100% {
		transform: rotate(1turn);
	}
}
:root {
--border-size: 0.5rem;
}

.spiral {
  z-index: 0;
  border-radius: 10px;
  overflow: hidden;
}

@keyframes slide-in {
  from {
  --myColor1: inherit;
  --myColor2: inherit;
  }

  to {
    --myColor1: rgba(255, 0, 30, 0.526);
    --myColor2: rgba(255, 255, 255, 0.2);
  }
}

/*Fonts (to be moved to own file)*/

.archivo-main {
  font-family: "Archivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.inclusive-sans-main {
  font-family: "Inclusive Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


.bitcount-grid-single-main {
  font-family: "Bitcount Grid Single", system-ui;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "CRSV" 0.5,
    "ELSH" 0,
    "ELXP" 0;
}

.bitcount-grid-double-main {
  font-family: "Bitcount Grid Double", system-ui;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "CRSV" 0.5,
    "ELSH" 0,
    "ELXP" 0;
}

html {
  box-sizing: border-box;
  background: transparent;
  padding: 0;
  margin:0;
}
body {
  background: transparent;
  padding: 0;
  margin:0;
  min-height:100vh;
}

html body.home-body {
  background: transparent;
}

footer{
  background: white;
  text-align: center;
  margin: 0 auto;

  p{
    margin:0;
  }
}

img,
picture {
/* video { */
  max-width: 100%;
}

video { 
    position: fixed;
    /* top: calc(50% + 20px); */
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 100vh;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
     background: url('/images/zu-baba.jpeg') no-repeat;
  background-size: cover;
  transition: 1s opacity;
}

.video{
  background:black;
}

h1 p{
  font-family: "Bitcount Grid Single", system-ui;
  font-weight: 300;
  color: white;
  /* background: rgb(0 255 60 / 28%); */
}

header.main {
  background: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 0;
  margin: 0;
}

.menu-menu-container{
  display: flex;
  justify-content: center;
  background: black;
  color: white;
  /* font-family: "Bitcount Grid Double", system-ui; */
}

ul#menu-menu.menu {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin: 0;
  padding:0;
  box-sizing: border-box;
  list-style: none;
}

ul#menu-menu.menu a {
  padding: 0.5rem 2rem;
  display: block;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-family: "Bitcount Grid Single", system-ui;
  font-weight: 200;
  font-size: 1.25rem;
  background:
  radial-gradient(ellipse at bottom, var(--myColor3) 0%, var(--myColor4) 100%);
  transition: all 2s ease-in-out;

}

ul#menu-menu.menu a:hover{
  text-decoration:underline;
  background:radial-gradient(ellipse at bottom, rgba(0, 255, 255, 0.81) 0%, rgba(0,0,0,1) 100%);
}

#menu-item-79 {
  position: relative;
}
 
#menu-item-79 .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  background: black;
  min-width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  opacity: 0;
  transition: all 0.7s ease;
  visibility: hidden;
}

#menu-item-79 .sub-menu:last-child {
border-bottom-left-radius: 0.25rem !important; 
border-bottom-right-radius: 0.25rem !important;
}

.menu-menu-container .menu .menu-item{
    text-align: center;
    transition: background-color 0.4s ease-in-out;
    position: relative;
    flex-basis: 33%;
    background:radial-gradient(ellipse at bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 100%);

}

.menu-menu-container .menu .menu-item:hover{
  padding: 0;
  /* background:darkslategrey; */
  text-align:center;
  /* transition: all 1s ease;
  background:radial-gradient(ellipse at bottom, darkslategrey 0%, rgba(0,0,0,1) 100%); */
}

#menu-item-79:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  display: block;
  width:inherit;
}

#menu-item-87:hover > .sub-menu{
  opacity: 1;
  position: absolute;
  right:100%;
  bottom:0;
  display:block;
  visibility: visible;
  width:inherit;
}

/* #menu-item-19 {

} */


text, h1, h2, h3, h4, h5, h6, p, li, a, span, div {
  font-family: "Inclusive Sans", "Bitcount Grid Single", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.page{
  min-height:100vh;
  /* background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.dev/svgjs" viewBox="0 0 700 700" width="700" height="700"><defs><linearGradient gradientTransform="rotate(-360, 0.5, 0.5)" x1="50%" y1="0%" x2="50%" y2="100%" id="gggrain-gradient2"><stop stop-color="hsla(194, 21%, 89%, 1.00)" stop-opacity="1" offset="-0%"></stop><stop stop-color="rgba(255,255,255,0)" stop-opacity="0" offset="100%"></stop></linearGradient><linearGradient gradientTransform="rotate(360, 0.5, 0.5)" x1="50%" y1="0%" x2="50%" y2="100%" id="gggrain-gradient3"><stop stop-color="hsl(0, 0%, 100%)" stop-opacity="1"></stop><stop stop-color="rgba(255,255,255,0)" stop-opacity="0" offset="100%"></stop></linearGradient><filter id="gggrain-filter" x="-20%" y="-20%" width="140%" height="140%" filterUnits="objectBoundingBox" primitiveUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feTurbulence type="fractalNoise" baseFrequency="0.55" numOctaves="2" seed="2" stitchTiles="stitch" x="0%" y="0%" width="100%" height="100%" result="turbulence"></feTurbulence><feColorMatrix type="saturate" values="0" x="0%" y="0%" width="100%" height="100%" in="turbulence" result="colormatrix"></feColorMatrix><feComponentTransfer x="0%" y="0%" width="100%" height="100%" in="colormatrix" result="componentTransfer"><feFuncR type="linear" slope="3"></feFuncR><feFuncG type="linear" slope="3"></feFuncG><feFuncB type="linear" slope="3"></feFuncB></feComponentTransfer><feColorMatrix x="0%" y="0%" width="100%" height="100%" in="componentTransfer" result="colormatrix2" type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 19 -11"></feColorMatrix></filter></defs><g><rect width="100%" height="100%" fill="hsl(0, 0%, 100%)"></rect><rect width="100%" height="100%" fill="url(%23gggrain-gradient3)"></rect><rect width="100%" height="100%" fill="url(%23gggrain-gradient2)"></rect><rect width="100%" height="100%" fill="transparent" filter="url(%23gggrain-filter)" opacity="1" style="mix-blend-mode: overlay"></rect></g></svg>'); */
  background: linear-gradient(rgb(119, 119, 119), rgb(255,255,255));
  background-image: url("https://kunstraum.org.uk/kunstraum.productions/wp-content/themes/basic-theme/images/new-grain.png");
  /* background-attachment: fixed | scroll; */
background-size: cover;
/* background-position: center | right 30px bottom 15px; */
/* background-repeat: no-repeat | repeat | repeat-x; */
/* background-origin: border-box | padding-box | content-box; */
/* background-clip: border-box | padding-box | content-box; */
/* background-blend-mode: multiply | screen | overlay; */
}

.home-page{
  min-height:100vh;
  background: transparent;
}

.filler{
    height: calc(100vh - 120px); /*find actual height of header and subtract from 100vh*/
    width:100vw;
    background: transparent;
}
.page .home-container {
  /* padding: 2rem; */
  /* background: white; */
  display:flex;
  /* opacity: .82;
  backdrop-filter: blur(100px); */
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page .container {
  padding: 3rem 2rem;
  background: rgba(0,0,0,0);
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page .item-container {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 100vh
}

header.main ul {
  position: relative;
  /* display: inline-flex; */
  justify-content: center;
  display:none;
}

/* header.main{
} */

/* ul.sub-menu{
  display:none;
} */

header.main li {
  list-style-type: none;
}

header.main li a {
  padding: 0 1.5rem;
  display: block;
}

.page-template-custom-template .page .container {
  background: rgba(0,0,0,0);
  display: flex;
}

/* .page-template-custom-template .page .equipment-grid {
  /* display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem; */
  /* width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: flex-start; 
} */

.page-template-custom-template .page .equipment-grid .equipment-item a{
text-decoration: none;
color: black;
}

.page-template-custom-template .page .equipment-grid .equipment-item a h2 {
  font-size: 0.8rem;
}


.contact-container h1{
  font-family: "Bitcount Grid Single", "system-ui";
}

.contact-page-wrapper{
    background-image: url("https://kunstraum.org.uk/kunstraum.productions/wp-content/themes/basic-theme/images/new-grain.png");
    background-size:cover;

}

.kit-image img {
    width: 100%;
    max-width: 800px;
    
    padding-top: 3rem;
    height: auto;
    object-fit: contain;
}

.equipment-grid{
  @media (hover) and (prefers-reduced-motion: no-preference) {
    & > .equipment-item {
      transition: opacity .3s ease; 
      /* transition: filter .2s ease; */
    }
  }
    @media (hover) and (prefers-reduced-motion: no-preference) {
  &:hover > :not(:hover) {
      opacity: .65;
      /* filter: blur(1px); */
    }
  }
}

.equipment-grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  gap: 1rem;
}

.equipment-details{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  gap: 2rem;
  justify-content: center;
}
.equipment-details .kit-image{
  position:relative;
  flex-basis: 40%;
  width: 100%;
  height: fit-content;
}

 .equipment-details .kit-image img{
    padding-top: 0;
  }
.equipment-info{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
} 
.equipment-info p{
  margin:0;
}

.equipment-bottom{
  /* flex-grow: 1; */
  flex-flow: column wrap;
  justify-content: space-between;
  border-radius: 0.25rem;
  background: rgba(0, 64, 133, 0.884);
  height: 100%;
  /* filter: blur(10px); */
  padding: 0.75rem;
  display: flex;

  
}

.equipment-info .description{
    /* border-top: solid darkgrey 1px; */
    position: relative;
    padding: 1rem;
   background: rgb(255 220 0 / 36%);
    border: 0.5px black solid;
    border-radius: 0.5rem;
    /* border-width: 0 0 1px;
    border-image: linear-gradient(to right, green, lightgreen); 
    border-image-slice: 1;
    border-bottom-width: 4px; */
}

.equipment-info .model {
    font-size: 2rem;
    font-weight: 300;
    background: radial-gradient(ellipse at top, #0061c9, rgb(81 81 81 / 35%));
    color: white;
    padding: 2rem;
    border-radius: 0.75rem;
    text-transform: uppercase;
    font-family: 'Bitcount Grid Single';
}

.equipment-details .equipment-info{
  flex-basis: 45%;
}
.equipment-thumbnail {
    margin-top: 1rem;
    height:auto;
    width:100%;
}

.equipment-thumbnail  img {
        border-radius: 1.5rem;
    }

/* .equipment-thumbnail img:hover {
        transform: scale(1.05);
        transition: all 0.3s ease;
        opacity: 0.8;
    } */

.equipment-item img {
  transition: transform .25s ease, opacity .25s ease;
}
.equipment-item:hover img {
  transform: scale(1.03);
  opacity: 0.9;
}

.equipment-item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    flex-basis: calc(33.333% - 3rem);
    min-width: 200px;
    /* background: radial-gradient(var(--myColor1) 0%, var(--myColor2) 100%); */
    /* filter: contrast(260%) brightness(1000%); */
    background: 
	  radial-gradient(ellipse at bottom, var(--myColor1) 40%, var(--myColor2) 80%);
  	/* url("data:image/svg+xml,%3Csvg viewBox='0 0 111 111' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='3.8' numOctaves='6' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E"); */
    /* box-shadow: 12px 12px 2px 1px rgb(0 0 255 / 0.2);  */
    border-radius: 0.3rem;
    /* border: dashed 1px black;
    border-radius: 3rem; */
    
}

.equipment-item:hover{
    /* box-shadow: 0.25rem 0.25rem 0px 0px rgb(0 0 32 / 0.1); */
    animation: 1.75s slide-in ease-in-out alternate infinite;
    transition: all ease-in-out 0.3s allow-discrete;

}

.equipment-item p{
  margin:0;
      text-decoration: none;
    color: black;
}

.equipment-item a {
    color: black;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    /* background: 
	  radial-gradient(ellipse at bottom, var(--myColor1) 40%, var(--myColor2) 80%); */
  	/* url("data:image/svg+xml,%3Csvg viewBox='0 0 111 111' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='3.8' numOctaves='6' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E"); */
    /* box-shadow: 12px 12px 2px 1px rgb(0 0 255 / 0.2);  */

    text-align: center;
    align-content: space-between;
    flex-wrap: wrap;
    height: 100%;
}

/* .equipment-item a:hover {
  text-decoration: underline;
  text-decoration-color: green;
} */

.equipment-item p.item{
        display: -webkit-box;
        position: relative;
        margin: 0.25rem 0.25rem;
        border-radius: 0.25rem;
        padding: 0.25rem;
        /* background: lightgrey; */
        text-decoration: none;
        text-transform: UPPERCASE;
        text-overflow: ellipsis;
        overflow: hidden;
         line-clamp: 2;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;  
        overflow: hidden;
        /* white-space: nowrap; */
        color: greenyellow;
        transition: all 0.3s ease;
        width: 100%;
        
    }

  .equipment-item:hover  p.item{
        /* background: #36454F; */
        /* background: rgba(255,255,255, 0.2); */
        text-decoration: underline;
        text-decoration-color: green;
        /* color: white;  */
    } 

.equipment-item img{
  height: auto;
  width: 100%;
  object-fit: cover;
  margin-bottom: 1rem;
  }

.equipment-item a h2:hover{
  background: black;
  color: white; 
    
}

.container h1{
  width: 100%;
  text-align: center;
}

.header-section{
  width: 100%;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: lighter;
  border-bottom: solid 1px lightgrey;
}

.header-section h1{
  font-size: 2.5rem;
  /* font-weight: lighter; */
  color: rgb(255, 255, 255);
  font-weight: 300;
  background: rgba(0, 149, 255, 0.28);
  /* background: linear-gradient(to bottom, rgba(20,20,20,1) 90%, rgba(0,0,0,0.7) 100%); */
  /* border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  padding: 0rem; */
}

.menu-item-has-children > a::after {
  content: ' +';
}

.menu-item-has-children:hover > a::after {
  content: ' -';
}

.equipment-info > .title {
  border-bottom: solid 1px darkgrey;
  color: darkgreen;
  padding-top: 1rem;
  font-size: 1.75rem;
  font-weight: lighter;
  margin-bottom: 0.2rem; 
}

.description p.item-content{
  padding: 1rem 0.5rem 1rem 0.5rem;
}

.description .title {
  border-bottom: solid darkgrey 1px;
  font-size: 1.5rem;
  font-weight: lighter;
  font-family: "Bitcount Grid Single", system-ui;
  margin-bottom: 0; 
  margin-bottom: 0;
  color: #ffffff;
  background: rgb(0, 0, 0);
  padding-left: 1rem;
}

.pricing{
  border-top: solid 1px darkgrey;
  border-bottom: solid 1px darkgrey;
  padding-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  width:100%;
  gap: 0.2rem;
  /* margin-bottom: 1rem; */
  /* border: solid 1px white; */
  justify-content: center;
  /* border: 1px solid #000; */
}

.prices{
  position: relative;
  display: flex;
  gap: 0.2rem;
  flex-flow: wrap;
  justify-content: center;
  flex-basis: 100%;
  width: 100%;
}

/* .pricing .period-pricing:hover{
    background-color: green;
  } */

.pricing .period-pricing {
  /* flex: 1 1 50%; */
    position: relative;
  flex-basis: 49%;
  min-width: fit-content;
  height: auto;
  box-sizing: border-box;
  margin: 0;
  background: radial-gradient(ellipse at top, black, #141414ba);
  padding: 0.25rem;
  color: white;
  border-radius: 0.25rem;
}

.period-pricing p{
  font-family: 'Bitcount Grid Single', system-ui;
}

@media screen and (max-width: 600px) {
  .equipment-details{
    width:100%;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap:0;
  }

.equipment-grid {
        display: flex;
        flex-wrap: wrap;
        margin-top: 2rem;
        width: 100%;
        justify-content: center;
        gap: 1rem;
        /* flex-direction: column; */
        align-content: center;
        align-items: center;
    }

.equipment-item{
    position: relative;
    flex-basis: calc(49% - 3rem);
    flex-direction: column;
    /* padding: 1rem; */
    min-width: 300px;
    /* box-shadow: 12px 12px 2px 1px rgb(0 0 255 / 0.2); */
    /* border: dashed 1px black;
    border-radius: 3rem; */
    transition: all ease 0.3s;
}

.equipment-item a {
  height: 100%;
  font-size:14px;  
}

.equipment-thumbnail {
  min-height: 60px;
}

  .kit-image img{
    width: 100%;
    min-height: 360px;
  }

  .equipment-details .kit-image{
  position:relative;
  flex-basis: 50%;
  width: 100%;
  height: fit-content;
}

  .pricing .period-pricing { 
    flex-basis: 49%; 
    min-width: 0;
  }
}

.equipment-item p.item{
  font-size:12px;
}

.period-pricing p.title{
  border-bottom: solid 1px grey;
  font-size: 0.9rem;
  font-weight: normal;
  margin: 0;
  padding:0;
  text-transform: uppercase;
}

 div.period-pricing p {
    text-align: center;
    margin: 0;
    font-weight: thin;
    font-size: 2rem;
  }

p.title{
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0;
}

p.item{
  margin: 0;
  border-radius: 0.25rem;
  text-decoration: none;
  color: black; 
  transition: all 0.3s ease;
}

p.price{
  position:relative;
  align-self: bottom;
  margin: 0rem 0.25rem;
  padding: 0.25rem;
  color: white;
}

p.model{
  line-height: 3rem;
  margin: 0;
  padding: 1rem 0;
  font-size: 2.5rem;
  background-image: linear-gradient(to top, #f7f7f7 1%, white 20%);
}

.add-to-cart {
  display: flex;
  justify-content: center;
  margin:0;
  width: 100%;
}

 .add-to-cart .cart-button {
  background-color: green;
  width: 100%;
  border: none;
  border-radius: 0.25rem;
  color: white;
  padding: 0.25rem 0.5rem;
  text-align: center;
  text-decoration: none;
  display: inline;
  font-size: 1rem;
  cursor: grabbing;
  transition: background-color 0.3s ease;
}

.cart-button {
  cursor: grabbing;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.cart-button:hover {
  background-color: darkgreen;
}

.page-cart-button {
  cursor: grabbing;
  position: relative;
  background-color: #000000;
  width: 100%;
  border: none;
  border-radius: 2.25rem;
  color: white;
  padding: 0.25rem 0.5rem;
  margin: 0.5rem;
  text-align: center;
  text-decoration: none;
  display: inline;
  font-size: 1rem;
  cursor: grabbing;
  transition: background-color 0.3s ease;
}

.page-cart-button:hover{
  background-color: rgb(25, 165, 0);
}

@keyframes pulse {
  0% {
    background-color: darkgreen;
  }
  100% {
    background-color: #208d20;
  }
}

 .add-to-cart .cart-button:hover {
  animation: pulse 0.7s alternate infinite;
 }

.nav {
  height: 50px;
  width: 100%;
  backdrop-filter: blur(10px);
  position: relative;

}

.nav > .nav-header {
  display: inline;
  background-image: url('../images/kunstraum.png');
}

.nav-title {
display: flex;
    align-items: center;
    padding: 10px;
    flex-wrap: nowrap;
    flex-direction: column;
    /* align-content: center; */
    justify-content: center;

}

.nav > .nav-btn {
  display: none;
}

.nav > .nav-links {
  display: inline;
  float: right;
  font-size: 18px;
}
.nav-title > img {
    max-height: 50px;
}

.nav > .nav-links > a {
  display: inline-block;
  padding: 13px 10px 13px 10px;
  text-decoration: none;
  color: #efefef;
}

.nav > .nav-links > a:hover {
  background-color: rgba(0, 0, 0, 0.3);
  text-decoration:none;
}

.nav > #nav-check {
  display: none;
}

.about-container{
  display:block;
  width:100%;
  padding: 3rem calc(7rem + 0.5vw);
  /* margin: 2rem 0; */
  opacity: .92;
  /* background:black; */
  /* background: linear-gradient( rgba(0,0,0,0.75), rgba(0,0,0,0));   */
  backdrop-filter: blur(100px);
  color:white;
}
.about-separator{
  width:100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  margin: 2rem 0;
  padding: 3.75rem 5rem;
  color: white;
}

@media (max-width:600px) {

  .page .container {
    padding: 1rem 2rem;
  }

  ul#menu-menu.menu a{
    padding:  0.25rem 1rem;
  }

  .nav > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
    /* float: right; */
  }
  .nav > .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
    /* float: right; */
  }
  .nav > .nav-btn > label:hover,.nav  #nav-check:checked ~ .nav-btn > label {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .nav > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid #eee;
  }
  .nav > .nav-links {
    position: absolute;
    display: block;
    width: 100%;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 50px;
    left: 0px;
  }
  .nav > .nav-links > a {
    display: block;
    width: 100%;
    text-align:center;
  }
  .nav > #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }
  .nav > #nav-check:checked ~ .nav-links {
    height: calc(100vh - 50px);
    overflow-y: auto;
  }
  .about-container{
  display:block;
  width:100%;
  padding: 3rem 2rem;

    h2{
    margin-bottom: 2rem;
    }
  }

  .about-separator{
  width:100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  margin: 0;
  padding: 3rem 5rem;
  color: white;
}

  .equipment-item{
    background: 
	  radial-gradient(ellipse at bottom, var(--myColor1) 40%, transparent 80%),
  	url("data:image/svg+xml,%3Csvg viewBox='0 0 111 111' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='3.8' numOctaves='6' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
    box-shadow: 12px 12px 2px 1px rgb(0 0 255 / 0.2); 
  }

  .equipment-info .model{
    font-size: 1.5rem;
    padding: 1.5rem;
    margin-bottom: 0.5rem;
  }

}