body{
    background-color: black;
    margin: 0 0 0 0;
    min-width: 750px;

}

@media only screen and (max-width:890px){
  #navBar{
      visibility: hidden;
  }
  body{
      min-width: 0;
  }
  #navBarPhonee{
    visibility: visible;
}
}
@media only screen and (min-width:890px){
  #navBarPhonee{
      visibility: hidden;
  }
}


#navBarPhonee{
  z-index: 30000;
  position: fixed;
  top: 2%;
  right: 2%;
  cursor: pointer;
  /* display: none; */
}

#expandedTab{
  display: none;
  position: fixed;
  top :0;
  left: 0;
  background-color: grey;
  width: 100%;
  min-height: 100vh;
  z-index: 300;
  align-items: center;
  font-size: 35px;
  color: white;
  flex-direction: column;
  padding: 5%;
  box-sizing: border-box;
}

#navBar{
    padding-top : 1% !important;
    padding-bottom : 1% !important;

    box-sizing: border-box;
    top: 0;
    position:fixed;
    display: flex;
    background-color: white;
    padding: 9px;
    box-sizing: border-box;
    /* border-style: solid; */
    /* background-color: rgba(255, 0, 0, 0%); */
    z-index: 100;
    width: 100vw;
    transition: top 1s, background 1s;
    /* background-color: grey; */
    overflow: hidden;
    
}
p{
    color: #6b6b6e;
    margin: 0px;
    font-family: 'Alliance No. 2', sans-serif;    
}
#navBar > div >p{
    font-family: 'Alliance No. 2', sans-serif;
    /* display: inline; */
    margin-left : 10px;
    margin :0 ;
    font-size:   clamp(25px, 1.0vw, 33px);
    /* background: linear-gradient(to right,#6b6b6e 0%, white 10%, #6b6b6e 20%); */
    /* background-repeat:no-repeat; */
    /* background-color: #6b6b6e ; */
    /* transition: background-Position 2s, letter-spacing 1s;
    background-position: -30px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */

}

/* used in the logo animation */
/* @keyframes shineRight{
    0%{
      background-position: 0;
    }60%{
      background-position: 10vw;
    }100%{
      background-position: 10vw;
    }
  } */

#navBar > #logo{
    
    overflow: hidden;
    /* margin-right: 50px; */
    align-items: center;
    /* background-color: red; */
    min-width: 200px;
    overflow: hidden;
    word-break: break-all;
    display: flex;
    justify-content: center;
    align-content: center;
}


#navBar> #menu{
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    /* background-color: pink; */
    text-align: center;
    min-width: 300px;
    flex: 1;
}

.menuContainer a{
  font-size: 15px !important;
}

.menuContainer li{
    margin-left: 2px;
    margin-right: 2px;

}
.menuContainer li :hover{
    /* background-color: red; */
    text-decoration: underline;
}



/*
        SUBMENU

*/








/*menu text */
#menu > ul > li > a , #submenu>li{ 
    color: #6b6b6e;
    margin: 0 10px 0 10px;
    font-family: 'Gt America Mono', sans-serif;
    font-size: 0.65rem;
    line-height: 1.2em;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-decoration: none;
    text-transform: uppercase;
    /* background-color: black ; */
    /* font-size: 3vh; */
    /* transform: translate(-30px, 0px); */

}


#menu >ul{
	position:relative;
    padding:0;
	list-style-type: none; 
  width: 100%;
}

#menu >  ul > li{
	display : inline-block;
}

#submenu {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 50% 50%;
    margin-top: 33px;
    position: absolute;
    padding: 5px ;
    width: 35vw;
    min-width: 470px;
    /* min-height: 194px; */
    /* overflow: hidden; */
    border-radius: 9px;
    background: rgba(255, 255, 255, 0);
    transition: height 0.3s ease-out, background 0.3s;
    z-index: 2;
}

#submenu > .item{
    display: flex;
    /* background-color: grey; */
    border-width: 1px;
    border-radius: inherit;
    overflow: hidden;
    padding: 2px;
    margin: 5px;
    

}

#submenuArea {

    background-color: rgba(0, 0, 0, 0);
    position:absolute;
    z-index: 99990;
    height:244px ;
    width: 35vw;
    min-width: 515px;
    visibility: hidden;
    
}

#submenu > .item > .subitem1{
    box-sizing: border-box;
    background-color:rgba(0, 0, 0, 0.1);
    border-radius: inherit;
    margin-right: 2px;
    display: inline-block;
    height: 0%;
    /* padding: 10px; */
    height: 0%;
    max-width: 40%;
    flex : 1;
    transition: height 3s;
    /* animation: itemAnimation 1.5s infinite ease;
    animation-direction: reverse; */
}

@keyframes itemAnimation {
    0%{
        height :0%;
    }
    5%{
        height :5%;

    }
    100%{
        height: 100%;
    }
    
}

#submenu > .item > .subitem2{
    position: relative;
    display: inline-block;
    margin-left: 15px;
    align-content: center;
    height: 100%;
    /* max-width: 60%; */
    width: 100px;
    flex : 1;
    opacity: 0;
}

.subitem2 > p{
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    color: grey;
    padding-right: 30px;
    width: 100%;
    font-size: 20px;
    text-align: left;
    transform: translate(-50%, -50%);
    font-weight: 100;
}

#triangle{
    z-index: 10000;
    -webkit-clip-path: inset(0px 0px 20px);
    opacity: 0;
    position: absolute;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 30px solid white ;
    top: -10px;
    left : calc(100% - 60px) ;
}

/*
 NAVBAR PHOME
*/




#navBarPhone{
    position :fixed;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: right;
    z-index: 1;
}
#navBarPhone > #nBarPhonecontent{
    display: block;
    position: absolute;
    height: 0;
    width: 100%;
    background-color:rgba(75, 33, 33, 1);
    z-index: 0;
}



input[type = "checkbox"] {
    -webkit-appearance: none;
    display: none;
    visibility: hidden;
  }


  .bar {
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 40px;
    margin: 30px;
  }
  
  .bar span {
    position: absolute;
    width: 45px;
    height: 7px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 100px;
    display: inline-block;
    transition: 0.3s ease;
    left: 0;
  }

  .bar span.top {
    top: 0;
  }
  
  .bar span.middle {
    top: 50%;
    transform: translate(-0, -50%);
  }
  
  .bar span.bottom {
    bottom: 0;
  }
  
  input[type]:checked ~ span.top {
    transform: rotate(45deg);
    transform-origin: top left;
    width: 48px;
    left: 5px;
  }
  
  input[type]:checked ~ span.bottom {
    transform: rotate(-45deg);
    transform-origin: top left;
    width: 48px;
    bottom: -1px;
    /* box-shadow: 0 0 10px #495057; */
  }
  
  input[type]:checked ~ span.middle {
    transform: translateX(-20px);
    opacity: 0;
  }




