@font-face {
  font-family: 'elephant font';
  src: url('/font/elepahtfont/Elephant\ Regular.ttf'); 
}
*{
    width: 100%;
    margin: 0%;
    padding: 0%;
}
header{
    background-color: white;
    height: 168px;
    position:fixed;
    z-index: 999;
}

  
  .js-nav {
    color: white;
    text-decoration: none;
    position: absolute;
    left: 2em;
  }
  
  .StreamsHero-image {
    /* Wave Color */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#59adeb+0,42c2b5+52,34ce93+100 */
    background: purple;
    /* Old browsers */
    background: -moz-linear-gradient(to bottom, rgb(255, 255, 255) 0%,rgba(255, 255, 255) 50%,rgba(255, 255, 255) 59%,rgba(255, 255, 255) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(to bottom,  rgb(255, 255, 255) 0%,rgba(255, 255, 255) 50%,rgba(255, 255, 255) 59%,rgba(255, 255, 255) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgb(255, 255, 255) 0%,rgba(255, 255, 255) 50%,rgba(255, 255, 255) 59%,rgba(255, 255, 255) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#59adeb', endColorstr='#34ce93', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    background-size: 350% 350%;
    animation: waveColors 8s ease infinite;
    /* End Wave Color */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    text-align: center;
    margin: 0 auto;
  }
  
  .StreamsHero-header {
    color: #fff;
    font-weight: 200;
    line-height: 48px;
    margin-bottom: -5px;
    font-size: 32px;
  }
  
  .StreamsHero-blurb {
    color: #fff;
    font-size: 21px;
    font-weight: 200;
    line-height: 28px;
    opacity: .7;
    -ms-filter: "alpha(opacity=70)";
    transition: opacity 300ms linear;
    padding-bottom: 2em;
  }
  
  
  /* Buttons */
  
  .Button {
    -webkit-appearance: none;
    background: transparent;
    border-color: currentcolor;
    border-style: solid;
    border-width: 1px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font: inherit;
    line-height: normal;
    margin: 0;
    padding: .4em .75em;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: normal;
  }
  
  .StreamsHero-buttonContainer {
    color: #fff;
    margin: 0 auto;
    padding-top: 1.5em;
    padding-bottom: 1em;
    text-align: right;
    width: 95%;
  }
  
  .StreamsHero-buttonContainer .Button {
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 16px;
    font-weight: 200;
    padding: 10px 35px;
  }
  
  .StreamsHero-buttonContainer .Button.StreamsLogin {
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid transparent;
  }
  
  .StreamsHero-buttonContainer .Button:hover,
  .StreamsHero-buttonContainer .Button:focus {
    background: #fff;
    color: #1b0220;
  }
  
  
  /* Animation Wave Color */
  
  @-webkit-keyframes waveColors {
    0% {
      background-position: 0% 7%;
    }
    50% {
      background-position: 100% 94%;
    }
    100% {
      background-position: 0% 7%;
    }
  }
  
  @keyframes waveColors {
    0% {
      background-position: 0% 7%;
    }
    50% {
      background-position: 100% 94%;
    }
    100% {
      background-position: 0% 7%;
    }
  }
  
.navbar{
    height: 50px;
    width: 100%;
    background-color: purple;
    position: relative;
    top: 118px;
}
.navbar ul{
    display:inline-flex;
    column-gap: 10px;
    width: 100%;
    margin-left: 0%;
    position: relative;
    top: 20%;

}
.navbar ul li{
    display: inline-block;
    width: 7%;
    text-align: center;
   margin-left: 1%;
}
.navbar ul li a{
    color: rgb(255, 255, 255);
    font-family: 'elephant font';
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;   
    text-transform: capitalize;}
.navbar ul li a:hover {
    border-bottom: 5px solid rgb(250, 250, 250);
    border-top: 5px solid rgb(255, 255, 255);
    padding: 3px;
    width: 150%;
    padding-top: 9px;
    padding-bottom:16px ;
    border-radius: 10px;
    color: white;
}
a.active{
    border-bottom: 5px solid rgb(255, 255, 255);
    border-top: 5px solid rgb(255, 255, 255);
    border-right: 2px solid rgb(255, 255, 255);
    box-shadow: rgba(133, 132, 133, 0.37) 5px 10px;
    padding: 3px;
    width: 150%;
    padding-top: 9px;
    padding-bottom:16px ;
    border-radius: 10px;
    color: black;
}
#logim{
    width: 15%;
    z-index: 9999;
    margin-right: 80%;
    filter: drop-shadow(5px 0px 0px white);
    padding: 10px;
    position: relative;
}
.slidbar {
display: none;
position:absolute;
background-color: #800080;
width: 50%;
top: -1%;
height: 1000px;
}
.slidbar ul{
  flex-direction: column;
  margin-top: 30%;
  margin-top: -50%;
}
.slidbar ul li{
  padding: 10px;
  width: 50%;
  
  text-align: center;
  
}
.slidbar ul li svg{
  width: 25px;
  position: absolute;
  
}
.navbar li svg{
  width: 30px;
  margin-top: -100%;
  display: none;
}
.bground{
  position: fixed;
  width: 20%;
  opacity: 0.2;
  margin-left: 40%;
}
@media(max-width: 800px){
  .navbar li svg{
    width: 100px;
    margin-top: 100%;
    bottom: 0%;
    height: 255px;
    padding: 10px;

    background-color: #f08ce800;
    display: block;
  }
  .hideOnMobile{
    display: none;
}
.navbar li svg{
  width: 30px;
  margin-top: -490%;
  margin-left: -50%;
  display: block;
}
.slidbar ul li svg{
  width: 25px;
  position: absolute;
  display: block;
}
#logim{
  width: 50%;
  z-index: 9999;
  margin-right: 80%;
  filter: drop-shadow(5px 0px 0px white);
  padding: 10px;
  position: relative;
}
}

