  body{
    background-color: black;
    margin: 0;
    font-family: "Martian Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 125;
    line-height: 1.3;
    letter-spacing: -0.1px;
    font-style: normal;
    font-variation-settings:"wdth" 87.5;
    font-size: 13px;
    color: white;
    width: 100%;
  }

  body.edge-left {
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="white" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M11.03 3.97a.75.75 0 0 1 0 1.06l-6.22 6.22H21a.75.75 0 0 1 0 1.5H4.81l6.22 6.22a.75.75 0 1 1-1.06 1.06l-7.5-7.5a.75.75 0 0 1 0-1.06l7.5-7.5a.75.75 0 0 1 1.06 0Z" clip-rule="evenodd"/></svg>') 6 12, auto;
  }

  body.edge-right {
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" stroke="white" fill="none" stroke-width="1.5" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M13.5 4.5 21 12m0 0-7.5 7.5M21 12H3"/></svg>') 18 12, auto;
  }


  .roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

  html {
  scroll-behavior: smooth;
}

table, th, td {
  border: 0px solid;
  padding-right: 15px;
  vertical-align: top;
}

#sib-container input:-ms-input-placeholder {
  text-align: left;
  font-family: "Martian Mono", monospace;
  color: #949494;
  font-size: 13px;
}

#sib-container input::placeholder {
  text-align: left;
  font-family: "Martian Mono", monospace;
  color: #949494;
  font-size: 13px;
}

#sib-container a {
  text-decoration: underline;
  color: #ffffff;
}

  /* .padding{
    margin:15px;
  } */

  #static{
    position:fixed;
    z-index: 1;
    height: 100vh; /* This is for browsers that don't support custom properties */
    height: calc(var(--vh, 1vh) * 100);
    width: 35%;
  }

a{
  color: white;
  border-bottom: 0.5px solid;
  padding-bottom: 0.5px; /* moves the line lower */
  text-decoration: none;
}

/* footer{
  width: 100%;
  Height:200px;
  /* background-color: green; */
  margin-top: 200vh;
  margin-top: calc(var(--vh, 1vh) * 100);
  z-index: 2;
  float: left;
} */

  hr {
    height: 0.5px;
    color: white;
    background: white;
    font-size: 0;
    border: 0;
    margin-top: 8px;
    margin-bottom: 8px;
}

h1{
  display: block;
  font-size: 3.75em;
  margin-top: 0.15em;
  margin-bottom: 0.15em;
  margin-left: 0;
  margin-right: 0;
  font-weight: 125;
  letter-spacing: -3px;
  line-height: 1;
}

h2{
  font-weight: 125;
  font-size: 2.5em;
    letter-spacing: -2px;
      line-height: 1.2;
}

.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  top:0;

  .card {
    display: inline-block;
  }
}

.scrolling-wrapper-flexbox {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;

  .card {
    flex: 0 0 auto;
  }
}

.scrollbutton{
    background-color: transparent;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    border: transparent;
    position:absolute;
    top: 98%;
    /* position: relative;
    z-index: 10; */
    color: white;
    font-size: 30px;
    padding-left: 5px;
    margin-left: 2%;
    padding-right: 5px;
    margin-right: 2%;
    font-family: "Roboto", sans-serif;


    border: 1px solid white;
    /* border-radius: 100%; */
    z-index: 10;

    transition: background-color 1s ease-out 100ms;

   }

   .scrollbutton:hover{
       background-color: black;
      }

      .scrollbutton:active{
      color: black;
         }


   #left{
         transform: translate(110%,-100%);
   }

   #right{
         transform: translate(0%,-100%);
   }

.card {
  /* border: 2px solid $red; */
  width: 40%;
  background: black;
  overflow-y: scroll;
  z-index: 3;
  padding: 1.5%;
  margin: -0.1%;
  top:0;
  padding-bottom: 5%;

}

#rotate-text {
  writing-mode: vertical-rl;
  background-color: black;
  padding: 4px;
  padding-top: 24px;
  margin-top: -23px;
  padding-bottom: 12px;
}

.scrolling-wrapper, .scrolling-wrapper-flexbox {
  height: 100vh; /* This is for browsers that don't support custom properties */
  height: calc(var(--vh, 1vh) * 100);
  /* position: fixed; */
  -webkit-overflow-scrolling: touch;
  &::-webkit-scrollbar {
    display: none;
  }
}

::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}


@media only screen and (max-width:1200px) { /* under 992 px (tablets, small devices) */
  .card {
    padding: 2%;
    width:61%;
    /* background-color: blue; */
  }

  #static{
    width: 60%;
  }
}

@media only screen and (max-width:900px) { /* under 768 px (smart phones) */
  .card {
    padding: 4%;
    width:81%;
    /* background-color: red; */
  }

  h1{
    font-size: 2.5em;
  }

  h2{
    font-size: 1.75em;
  }

    #static{
      width: 80%;
    }
}
