h1{
    text-align: center;
    padding-top:50px;
    padding-bottom:50px;
    font-family:good-times, sans-serif;
    color:white;
}
html#ecwid_html body#ecwid_body div.ecwid-productBrowser{
    background-color:black;
}
body{
    background-color:black;
}
html#ecwid_html body#ecwid_body .ec-size .ec-store .grid-product__wrap-inner:active .grid-product__title .grid-product__title-inner{
    color:white;
}



html{
    scroll-behavior: smooth;
  }
  #top_button{
    position:fixed;
    right:0;
    z-index:1;
    background-color:white;
    height:50px;
    width:50px;
    border:none;
    outline:none;
    cursor:pointer;
    border-radius:10px;
    box-shadow:-1px 2px 2px black;
    font-size: large;
    text-decoration:none;
    bottom:10px;
    text-align:center;
    line-height:50px;
    font-weight:100px;
  }
  #top_button:hover{
    box-shadow: 1px 2 -2px 2px black;
  }
  .arrow{
    width:50px;
    height: 50px;
  }
  
  nav a{
      font-weight:bold;
      font-family: good-times, sans-serif;
      font-weight: normal;
      z-index:110;
  }
  h2{
      text-align:center;
      font-family: good-times, sans-serif;
      padding:10px;
  }
  #wrapper{
      margin-right:auto;
      margin-left:auto;
      margin:10%;
      
  }
  body{
    margin:0;
    background-color:black;
    
    background-repeat:no-repeat;
    background-size: 100%;
    
    background-attachment: fixed;
  }
  ul{
    margin:0;
    padding:0;
    list-style-type:none;
  }
  
  #footer{
    background-color:white;
    border-width:3px;
    border-color:#000;
    border-style:solid;
    font-family: good-times, sans-serif;
    padding:0;
    bottom:0;
    width:100%;
    font-size:12px;
    text-align:center;
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    position:relative;
  
  }
  #footer a{
    text-decoration: none;
    margin:15px;
    font-family: good-times, sans-serif;
    margin-bottom:1rem;
  }
  #firstcolumn{
    grid-column: 1;
    text-decoration: none;
  }
  #firstcolumn ul{
    grid-column:1/2;
  }
  #secondcolumn{
    grid-column:2/3;
  }
  
  #more a {
    text-decoration: none;
    color:white;
    text-decoration:none;
    -webkit-text-stroke-width: thin;
    -webkit-text-stroke-color: black;
  }
  
  #about{
    
    background-color:white;
    color:#ffff;
    font-family: good-times, sans-serif;
    text-align: left;
    flex-wrap: nowrap;
    padding:150px;
    margin:0 auto;
  }
  
  #about h2{
    
    
    color:black;
    margin:0 auto;
  
  }
  #about #button1{
    margin:0 auto;
    margin-top:200px;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    text-align: center;
    user-select: none;
    line-height: 24px;
    margin-bottom:150px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inherit;
    padding:10px;
    color:white;
    font-weight:bold;
    background-color:black;
    border-radius:5px;
    text-align: center;
    max-width: 175px;
    font-family: good-times, sans-serif;
    text-decoration:none;
  
  }
  #button1:hover{
    border-color:white;
    background-color:lightgray;
    color:black;
  }
  #grayarea{
    background-color:black;
    color:white;
    font-family: good-times, sans-serif;
    text-align: left;
    flex-wrap: nowrap;
    padding:150px;
    margin:0 auto;
  }
  #grayarea h2{
    text-align:center;
    font-family: good-times, sans-serif;
    
  }
  #grayarea p{
    text-align:center;
    font-family: good-times, sans-serif;
    padding:10px;
  }
  #button2{
    margin:0 auto;
    margin-top:200px;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    text-align: center;
    user-select: none;
    line-height: 24px;
    margin-bottom:150px;
    box-sizing: border-box;
    color: black;
    cursor: pointer;
    display: inherit;
    padding:10px;
    color:black;
    font-weight:bold;
    background-color:white;
    border-radius:5px;
    text-align: center;
    max-width: 175px;
    font-family: good-times, sans-serif;
    text-decoration:none;
  }
  #title{
    position: relative;
    display:grid;
    grid-template-columns: auto;
    grid-template-rows: 0;
    text-align: center;
    font-family:good-times,sans-serif;
    white-space: nowrap;
    z-index:1;
    padding-bottom: 500px;
    padding-top: 450px;
    font-size:30px;
    
    
  }
  
  
  
  
  #out-wrapper{
    background-color: white;
  }
  #bluetext{
    position:relative;
    right:2px;
    color:#0000ff;
    grid-row:1;
    z-index:1;
    grid-area:1/1;
    background-color: #000;
  }
  #redtext{
    position:relative;
    left:2px;
    color:red;
    z-index:2;
    grid-area:1/1;
  }
  #blacktext{
    position:relative;
    z-index:3;
    color:white;
  }
  
  .smalltext{
    color:#818080;
    font-size: .6rem;
  }
  .footerhead{
    color:black;
  }
  #shhh{
    color:transparent;
    float:right;
    text-decoration: none;
    font-size:10px;
    
    
  }
  #wrapper2{
      margin-right:auto;
      margin-left:auto;
      margin:10%;
      position:absolute;
  }
  body::-webkit-scrollbar {
    display: none;
  }
  @media only screen and (max-width: 1100px) {
    .navbar3{
      display:none;
    }
    marquee{
      display:none;
    }
    .container1 {
    width: 90%;
    margin: auto;
    }
  
    .navbar1 {
    width: 100%;
    box-shadow: 0 1px 4px rgb(146 161 176 / 15%);
    background-color:white;
    z-index:500;
    }
  
    .nav-container1 {
    top:0;
    position:fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 62px;
    background-color:white;
    display: block;
    width: 100%;
    }
  
    .navbar1 .menu-items1 {
    display: flex;
    }
  
    .navbar1 .nav-container1 li {
    list-style: none;
    background-color:white;
    }
  
    .navbar1 .nav-container1 a {
    text-decoration: none;
    color: #0e2431;
    font-weight: 500;
    font-size: 1.2rem;
    padding: 0.7rem;
    
    }
  
    .navbar1 .nav-container1 a:hover{
        font-weight: bolder;
    }
  
    
  
    .nav-container1 .checkbox {
    position: absolute;
    display: block;
    height: 32px;
    width: 32px;
    top: 20px;
    left: 20px;
    z-index: 100;
    opacity: 0;
    cursor: pointer;
    }
  
    .nav-container1 .hamburger-lines1 {
    display: block;
    height: 26px;
    width: 32px;
    position: absolute;
    top: 17px;
    left: 20px;
    z-index: 99;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    }
  
    .nav-container1 .hamburger-lines1 .line1 {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #0e2431;
    }
  
    .nav-container1 .hamburger-lines1 .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
    }
  
    .nav-container1 .hamburger-lines1 .line2 {
    transition: transform 0.2s ease-in-out;
    }
  
    .nav-container1 .hamburger-lines1 .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
    }
  
    .navbar1 .menu-items1 {
    padding-top: 120px;
    box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
    height: 100vh;
    
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
    margin-left: -40px;
    padding-left: 50px;
    transition: transform 0.5s ease-in-out;
    text-align: center;
    background-color: white;
    z-index: 1000;
    }
  
    .navbar1 .menu-items1 li {
    margin-bottom: 1.2rem;
    font-size: 1.5rem;
    font-weight: 500;
  
    }
  
    .logo1 {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 1.2rem;
    color: #0e2431;
    font-family:good-times, sans-serif;
    }
    .nav-container1 input[type="checkbox"]:checked ~ .menu-items1 {
    transform: translateX(0);
    }
  
    .nav-container1 input[type="checkbox"]:checked ~ .hamburger-lines1 .line1 {
    transform: rotate(45deg);
    }
  
    .nav-container1 input[type="checkbox"]:checked ~ .hamburger-lines1 .line2 {
    transform: scaleY(0);
    }
  
    .nav-container1 input[type="checkbox"]:checked ~ .hamburger-lines1 .line3 {
    transform: rotate(-45deg);
    }
  
    .nav-container1 input[type="checkbox"]:checked ~ .logo{
    display: none;
    }
    
    .nav-container{
        display:none;
    }
    .container .nav-container{
    display:none;
    }
    #logo1{
        display:none;
    }
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    marquee{
      width:100vw;
      position:absolute;
      z-index:98;
      top:0px;
      left:0;
      height:60px;
      
    }
    h4{
        text-align:left;
        margin-right:auto;
        margin-left:35%;
        margin-top:15%;
        font-weight:normal;
  
    }
    body {
      font-family: "Poppins", sans-serif;
      margin:0;
      padding:0;
      overflow-y:visible;
    }
  
  
    .menu-items2 a{
      margin:15px;
      pointer-events: auto;
      color:transparent;
    }
    .menu-items2{
      display:flex;
      list-style-type:none;
      width:100%;
      top:0;
      flex-flow:nowrap;
      height:50px;
      pointer-events: auto; 
    }
    #description{
      display:none;
    }
    #title{
      z-index:1;
    }
  }
  
  @media only screen and (max-width: 1500px){
    #title{
      padding-top:250px;
    }
  }
  
  @media only screen and (max-width: 900px){
    #title{
      position:relative;
      z-index:-1;
      text-align:center;
      font-size:75%;
      top:15px;
      padding-top:50px;
      padding-bottom:50px;
    }
    #description1{
      display:block;
      position:relative;
      z-index:-1;
      text-align:center;
      font-size:75%;
    }
    #description{
      font-size:15px;
      color:black;
      text-align:center;
      margin-left:10px;
  
    }
    #ab{
      padding-top:30px;
      color:black;
      text-align:left;
      font-size:15px;
    }
    .menu-items{
      z-index:100;
    }
    body{
      background-image:none;
      overflow-x:hidden;
  
    }
    .about{
      color:black;
      text-align:left;
    }
    #blacktext{
      color:black;
    }
    p{
      font-size:12px;
      color:black;
      text-align:left;
    }
    marquee{
      display:none;
    }
    .navbar3{
      display:none;
    }
    #top_button{
      display:none;
    }
    .more a{
      font-size:15px;
    }
    
  }
  
  
  
  
  @media only screen and (min-width: 1100px){
  
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    .navbar3{
      position:fixed;
      z-index:1000;
      width:100%;
      top:0;
    }
  
    h4{
        text-align:left;
        margin-right:auto;
        margin-left:35%;
        margin-top:15%;
        font-weight:normal;
  
    }
    body {
      font-family: "Poppins", sans-serif;
      margin:0;
      padding:0;
    }
  
  
    .menu-items2 a{
      margin:15px;
      pointer-events: auto;
      color:transparent;
    }
    .menu-items2{
      display:flex;
      list-style-type:none;
      width:100%;
      top:0;
      flex-flow:nowrap;
      height:50px;
      pointer-events: auto; 
    }
    .navbar{
        width: 100%;
        
        background-color: transparent;
        position:relative;
        top:0;
    }
  
    .menu-items{
      display: flex;
      list-style-type: none;
      width: 100%;
      flex-flow: nowrap;
      height: 50px;
      pointer-events: auto;
    }
    .menu-items li{
        padding-left:75px;
        pointer-events: auto; 
        z-index:110;
        color:transparent;
  
    }
    
    .menu-items3{
      display:flex;
        list-style-type:none;
        width:100%;
        top:0;
        flex-flow:nowrap;
        height:50px;
        pointer-events: auto; 
        background-color:none;
        padding-top:15px;
        z-index:109;
        
        
    }
    .menu-items3 li{
        padding-left:13%;
    }
    .menu-items3 a{
        color:white;
        font-size:15px;
        text-decoration:none;
    }
    .menu-items3 a:hover{
        font-weight:bolder;
    }
    .nav-container1{
      display:none;
    }
  }
  
  
  