
/*  navigation  */

    .higher {
	  margin:0 2% 2% 5%;
      list-style-type:none;
	  padding:1%;
	  overflow:hidden;
	  float:top;
	  border-radius:50px;
	  
    }
     
	.tender {
	  float:left;
	}
    .tender a {
	  display:block;
	  color:white;
	  padding:15px 18px;
	  text-align:center;
	  text-decoration:none;
	  font-size:150%;
	}
    .tender a:hover:not(.active) {
	background-color:#111;
	border-radius:50px;
	}

	
	       .menu-toggle {
  display: none;
  font-size: 28px;
  color: white;
  cursor: pointer;
}

 @media screen and (max-width: 600px) {
   .higher {
     display: none;
     flex-direction: column;
     background-color: rgba(0, 0, 0, 0.8);
     position: absolute;
     top: 60px;
     left: 0;
     right: 0;
     z-index: 999;
  }

  .higher.show {
    display: flex;
  }

  .menu-toggle {
    display: block;
  }
  #danny {
    font-size: 36px;
    text-align: center;
    padding: 10px;
    line-height: 1.2;
  }

  #jux {
    font-size: 20px;
    text-align: center;
    padding: 8px;
  }

  #imglogo {
    width: 100px;
    height: 100px;
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
}






}		   
		
