@font-face {font-family: 'TeachersRegular'; src: url('../../fonts/Teachers-Regular.ttf') format('ttf');} 

body {
    background-color: #000000;
    leftmargin: 0;
    topmargin: 5px;
    bottommargin: 0;
    rightmargin: 0;
    font-family: "TeachersRegular",Helvetica,Arial,sans-serif;
    font-size: 12px;
    }
  .shop1 {
    font-size: 30px;
    line-height: 36px;
    color: #686767;
    text-align: center;
    }
  .shop2 {
    font-size: 24px;
    line-height: 36px;
    color: #686767;
    text-align: center;
    }
  * {
      margin: 0px;
      padding-top: 0px;
      padding-left: 5px;
      padding-right: 5px;
      padding-bottom: 0px;
    }
  .imgbox {
      display: grid;
      height: 100%;
    }
  .center-fit {
      max-width: 100%;
      max-height: 100vh;
      margin: auto;
    }
    .wrapper {
      position: relative; 
      padding-bottom: 100px;
    }
    .wrapper2 {
      display: flex;
      justify-content: space-between;
      max-width: 100%;
      max-height: 100vh;
      margin: auto;
    }
    .right,.left {
      width:45%; 
      position: relative;
    }
    .right {
      right:75px;
    }
    .left {
      left:0;
    }

  #footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    font-family:Verdana, Geneva, sans-serif; 
    color:#cccccc; 
    font-size:11px; 
    text-align:center; 
    padding-top:15px;
    padding-bottom:15px;
    bottommargin: 0;
    background-color: #000000;
  }

  @media (max-width: 767px) {
    #tshirt {
      max-width: 100%;
      height: auto;
      margin: auto;
    }
  }
  
  /* INTRO SECTION */
/* .intro-section {

    height: 100%;

    padding-top: 150px;

    text-align: center;

}


.intro-bgimg {

  position: fixed;

  left: 0; 

  bottom: 0px;

  min-width: 100%; 

  min-height: 100%;

  width: auto; 

  height: auto; 

  z-index: -100;

  background: url(images/figmaV.png) no-repeat;

  background-size: cover;

  background-position: 100% 100%;

}



@media (max-width: 767px) {

  .intro-bgimg {

    position: fixed;

    bottom: 0;

    background-size: 150%;

    background-position: 100% top;

  }

} */