@font-face {
    font-family: "Oswald";
  }
  
  @import url('https://fonts.googleapis.com/css2?family=Karla&family=Noto+Sans&family=Oswald:wght@400;700&display=swap');
  


  html{
      
}



body {
  font-family: 'Noto Sans','Karla', sans-serif;
  line-height:35px;
    background-color: black;
    color: white;
    align-content: center;
    text-align: center;
    overflow: overlay;
}

#title_div{
    margin: auto;
    padding-top: 60px;
    text-align: center;
    cursor: pointer;
}

#main_title {
    color: #ddd;
    font-weight: 800;
    font-size: min(10vw,10vw,100px);
    margin: auto;
}

#sub_title{
    color: bbb;
    font-size: 200%;
}


  


  .slideshow_product_title{
    font-size: 300%;
  }
  
  .slideshow_product_info{
    width: 75%;
    margin: auto;
  }



a{
    text-decoration: none;
    color: inherit;
}






  #slider {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0px;
    position: relative;
    left: 0px;
    overflow-x: hidden;
  }
  #image-container {
    clear: both;
    text-align: center;
    width: 150%;
    min-width: 1000px;
    -webkit-transition: left 2s;
    -moz-transition: left 2s;
    -o-transition: left 2s;
    transition: 1s ease-in-out;
    position: relative;

  }


  .slide {
    text-align: center;
    width: 33.333%;
  }

#slide_info_holder{
    float:left;
    width:100%;
    position: relative;
}


.slide_info{

    float:left;
    width:33.333%;
    text-align: center;

}

.slide_info_title{
    font-size: 300%;
    font-weight: 800;
}


pre{
    white-space: pre-line;
}




  #slide-1:target ~ .image-container {
    left: +33%;
  }
  #slide-2:target ~ .image-container {
    left: 0%;
  }
  #slide-3:target ~ .image-container {
    left: -33%;
  }
  #buttons {
    position: relative;
    align-content: center;
text-align: center;
    top: -20px;
  }
  #buttons a {
    display: inline-block;
    border: 5px ;
    background-color: lightBlue;
    height:30px;
    width:50px;
    margin: 25px;
    background-color: grey;
  }

#buss_info{
    text-align: center;
    position: relative;
    top: 100px ;
}


.slide_info_detail{
    text-align: center;
    font-size: 150%;
}


.slide_info_throttle{
    width: 90%;
}

.slideshow_more_info_button{
    background-color: rgb(8, 8, 8);
    margin: auto;
    padding: 10px 15px 10px 15px;
    border-radius: 5px;
    display: inline-block;
    font-size: 175%;
}


#distancer{
    width: 5px;
    height: 250px;
}

#buss_info{
    font-size: 150%;
    font-family: 'Karla', sans-serif;
}

#contacty_info{
    font-size: 75%;
    font-family: 'Karla', sans-serif;
}




#micro_mover_showcase{
    text-align: center;

}

#micro_mover_showcase img{
    width: 80%;
    min-width: 300px;
    max-width: 1000px;
}

#micro_mover_showcase_title{
    font-size: 250%;
}



#showcase_info{
    display: inline-block;
    width: 90%;
    font-size: 150%;
}




/* width */
::-webkit-scrollbar {
    width: 10px;
    background: #f1f1f100; 
  }
  /* Track */

  ::-webkit-scrollbar-track {
    background: #f1f1f100; 
    width: 0px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #555; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #888; 
  }




#micro_mover_link_to_youtube_container{
  width: 40%;
  max-width: 400px;
  display: inline-block;
  background-color: rgb(8, 8, 8);
  border-radius: 10px;
  padding: 10px 5px 10px 5px;
  font-size: 150%;
  font-weight: 800;
}



#haiku_ergo_keyboard_video{
  width:100%;
  max-height: 800px;
  padding-top: calc(100px - 100%);
}






































.longer_slideshow_product_title{
  font-size: 300%;
}

.longer_slideshow_product_info{
  width: 75%;
  margin: auto;
}






#longer_slider {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0px;
  position: relative;
  left: 0px;
  overflow-x: hidden;
}
#longer_image-container {
  clear: both;
  text-align: center;
  width: 150%;
  min-width: 2000px;
  -webkit-transition: left 2s;
  -moz-transition: left 2s;
  -o-transition: left 2s;
  transition: 1s ease-in-out;
  position: relative;

}


.longer_slide {
  text-align: center;
  width: 20%;
}

#longer_slide_info_holder{
  float:left;
  width:100%;
  position: relative;
}


.longer_slide_info{

  float:left;
  width:20%;
  text-align: center;

}

.longer_slide_info_title{
  font-size: 300%;
  font-weight: 800;
}




#longer_slide-1:target ~ .longer_image-container {
  left: +33%;
}
#longer_slide-2:target ~ .longer_image-container {
  left: 0%;
}
#longer_slide-3:target ~ .longer_image-container {
  left: -33%;
}
#longer_buttons {
  position: relative;
  align-content: center;
text-align: center;
  top: -20px;
}
#longer_buttons a {
  display: inline-block;
  border: 5px ;
  background-color: lightBlue;
  height:30px;
  width:50px;
  margin: 25px;
  background-color: grey;
}



.longer_slide_info_detail{
  text-align: center;
  font-size: 125%;
}


.longer_slide_info_throttle{
  width: 80%;
  display: inline-block;
}

.longer_slideshow_more_info_button{
  background-color: rgb(8, 8, 8);
  margin: auto;
  padding: 2px 5px 2px 5px;
  border-radius: 5px;
  display: inline-block;
}





















.table_title{
  font-family: 'Karla', sans-serif;
  font-size:25px;
  line-height:35px;
  font-weight:400;
  
}

.threecol_side{
  width:1%;
}

.table_content{
  width:23%;
  margin:auto;text-align:center;vertical-align: text-top;
}

.three_intercol_side{
  width:15%;
}
.two_intercol_side{
  width:10%;
}

table{
  width:50%;table-layout:fixed;
}

tr{
  margin:auto;
}





#haiku_ergo_keyboard_background_title{
  font-size: 200%;
}

#haiku_ergo_keyboard_background{
  width: 80%;
  max-width: 1000px;
  display: inline-block;
}



#micro_mover_link_to_square_purchase{
  width: 40%;
  max-width: 400px;
  display: inline-block;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  border-radius: 10px;
  padding: 10px 5px 10px 5px;
  font-size: 250%;
  font-weight: 800;
}


#micro_mover_link_to_square_purchase_a{

width:100%;
max-height: 800px;
padding-top: calc(100px - 100%);

}
