@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500&display=swap');
*{
  outline: 0px dotted blueviolet;
  max-height: 100%;
  max-width: 100%;
  font-family: 'Dancing Script', cursive;
  margin: 2px;
}
html, body {
  min-height: 100%;
  min-width: 100% !important;
  margin: 0;
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,1) 33%, rgba(45,45,45,1) 100%, rgba(255,255,255,1) 100%); 
  overflow-x: disabled;
  overflow-x: hidden;
  color: white;
  scroll-behavior: smooth;
}
i{
  transform: scale(3.0);
}

.container{
  margin:0;
  display: block;
  font-size: 3em;
  width: 100%;
}
/*#region HEADER*/
a:-webkit-any-link {
  color: white;
  cursor: pointer;
  text-decoration: underline;
}


.header{
  min-height: 100%;
  width: 100%;

}
.logo-holder {
    width: 50%;
    height: 5em;
    margin-left: 25%;
    margin-right: 25%;
    position: relative;
}
#nav-bar{

  position:fixed;
  transition: 850ms;
  display: flex;
  justify-content: center;
  left: -100% ; 
  z-index: 0;
  background: #131313;
  top: 0;
  min-height: 100%;
  width: 9em;
  margin:0;
}
.sticky{
  position: fixed;
  top: 0;
  
}
#nav-bar.active{
  left: 0;
  transition: 350ms;
}
.nav-button{
  top: 1em;
  left: 1em;
  position: fixed;
}
.menu-bars{
  top: 1em;
  position: absolute;
  margin-left:5.3em;
}
.nav-text{
  display: flex;
  justify-content: start;
  list-style: none;
  padding: 1rem;
}
.nav-text active{
  text-decoration: none;
  color: white ;
  font-size: 1.2rem;
  margin: 100%;
  
}
.nav-text:hover{
  background-color: (rgba(144,144,144,0.219));
  cursor: pointer;
}
/*#endregion HEADER*/


.main{

  height: 100%;
  width: 100%;
  z-index: 100;
}
.sub-header{
  border-bottom: 4px solid white;
  font-size: 2em;
  margin-left: auto;
  margin-right: auto;
  display: table;
  margin-bottom: 1em;
  margin-top: 1em;

}
.products{
  margin-left: auto;
  margin-right: auto;
  top: 0px;
  display:table;
  margin-bottom: 3em;
}

table{
  border-spacing: 50px;
}
h6
{
  font-size: 0.5em;
}


