
.div1 {
    position: fixed;
    z-index: 3;
    top: 0;
    right: 0;
    margin: auto;
    /*align-content: center;*/
    background-color: #d9d9d9;
    /*background-color: #000000;*/
    width: 100%;
    height: 45px;
}

.contain {
    position: relative;
    z-index: 3;

    margin: auto;
    /*align-content: center;*/
    background-color: #000000;
    width: 1000px;
    height: 45px;
}


.linkscontainer {
    position: absolute;
    right: 50px;
    z-index: 1;
    top: 5px;
    margin: auto;
    /*display: inline-block;*/
    /*background-color: pink;*/
    /*width: 500px;*/
    width: 90%;
    height: 45px;
    /*opacity: 0;*/
}
.a-bellbox {
    position: absolute;
    margin: auto;
    right: 50px;
    top: 2px;
    z-index: 4;
    cursor:pointer;
    /*align-content: center;*/
    /*justify-content: center;*/
    /*text-align: center;*/
    /*background-color: gold;*/
    width: 42px;
    height: 42px;
}


/*   links // for Dashboard News Voting  //////  */
.links{
    position: absolute;
    right: 15px;
    z-index: 1;
    top: 5px;
    margin: auto;
    /*display: inline-block;*/
    /*background-color: blue;*/
    /*width: 500px;*/
    width: 90%;
    height: 45px;
    /*opacity: 0;*/
}

.links > ul {
    /*display: inline;*/
    justify-content: center;
    padding: 10px;

}

.links > ul > li {
    display: inline;
    justify-content: center;
  list-style: none;
  color: #fff;
  font-size: 14px;
   padding: 1rem;
}


.links > ul > li > a {
    justify-content: center;
  color: inherit;
  text-decoration: none;
  /*transition: color 0.4s ease;*/
}


.links > ul > li > a:hover {
  color: #85C1E9;
}

/*   ///////////////////////////////////////////////////////    */


/* Toggler color */
.toggler:checked ~ .menu {
  /*background-color: purple;*/
  transform: scaleY(1);
  transition: all 0.4s ease;
  /*visibility: visible;*/
   /*opacity: 1;*/
  /*transition:  opacity 0.4s ease 0.4s; */
  
}

/* BLACK box  */
.menu-wrap{
    position: relative;
    margin: auto;
    align-content: center;
    justify-content: center;
    text-align: center;
    /*background-color: black;*/
    z-index: 3;
    /*opacity: 0.7;*/
    width: 100%;
    height: 45px;
}

/* -----------------------------------Hamburger Line------------------------- */

.menu-wrap .hamburger {
    position: absolute;
  /*position: relative;*/
  top: 13px;
  right: 13px;
  z-index: 0;
  width: 20px;
  height: 20px;
  /*padding: 1rem;*/
  /*background: var(--primary-color);*/
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-wrap .hamburger > div {
  position: relative;
  flex: none;
  width: 100%;
  height: 2px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

/* Hamburger Lines - Top & Bottom */
.menu-wrap .hamburger > div::before,
.menu-wrap .hamburger > div::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -6px;
  width: 100%;
  height: 2px;
  background: inherit;
}

/* Moves Line Down */
.menu-wrap .hamburger > div::after {
  top: 6px;
}

/* Toggler Animation */
.menu-wrap .toggler:checked + .hamburger > div {
  transform: rotate(135deg);
}

/* Turns Lines Into X */
.menu-wrap .toggler:checked + .hamburger > div:before,
.menu-wrap .toggler:checked + .hamburger > div:after {
  top: 0;
  transform: rotate(90deg);
}

/* Rotate On Hover When Checked */
.menu-wrap .toggler:checked:hover + .hamburger > div {
  /*transform: rotate(225deg);*/
}

/* Show Menu */
.menu-wrap .toggler:checked ~ .menu {
  visibility: visible;
}

.menu-wrap .toggler:checked ~ .menu > div {
  transform: scale(1);
  transition-duration: var(--menu-speed);
}

.menu-wrap .toggler:checked ~ .menu > div > div {
  opacity: 1;
  transition:  opacity 0.4s ease 0.4s;
}

.menu-wrap .toggler {
  /*position: relative;*/
  position: absolute;
  top: 7px;
  right: 8px;
  z-index: 4;
  cursor: pointer;
  width: 30px;
  height: 30px;
  opacity: 0;
}

.menu-wrap .menu{
    position: absolute;
    top: 45px;
    /*right: 12px;*/
    margin: auto;
    align-content: center;
    justify-content: center;
    text-align: center;
    background-color: black;
    /*background-image: linear-gradient(rgba(0,0,0,1), rgba(153,153,153,0));*/
    /*background-image: linear-gradient(#242424, #000000);*/
    opacity: .9;
    width: 100%;
    height: 400px;
    /*visibility: hidden;*/
   /*opacity: 0;*/
  /*transition: opacity 0.4s ease; */  
    
            transform: scaleY(0);    
            transform-origin: top;
            transition: transform 0.4s ease;     
    
   
}
.menu-inner{
    /*position: absolute;*/
    /*margin: auto;*/
    /*background-color: red;*/
    /*background-image: linear-gradient(rgba(0,0,0,1), rgba(153,153,153,0));*/
    width: 1000px;
    height: 100px;
}
.inner{
    /*position: absolute;*/
    /*margin: auto;*/
    /*background-color: yellow;*/
    width: 100%;
    /*height: 100px;*/
}

.inner > ul {
    /*display: inline;*/
    justify-content: center;
    padding: 10px;

}

.inner > ul > li {
    display: flex;
    justify-content: center;
  list-style: none;
  color: #eaeaea;
  font-family: arial;
  font-size: 20px;
   padding: 15px;
}


.inner > ul > li > a {
    justify-content: center;
  color: inherit;
  text-decoration: none;
  /*transition: color 0.4s ease;*/
}


.inner > ul > li > a:hover {
  color: #85C1E9;
}
