div ul p{
    overflow: hidden;
    color: whitesmoke;
    text-decoration: none;
    margin: auto;
    margin-left: -40px;
    padding-left: 20px;
    height:75px;
    padding-top: 10px;
    font-size: 21px;
    margin-bottom: 10px;
    z-index: 1;
    font-weight: 00;
}


div ul a:hover{
    z-index: 1;
    text-decoration: none;
}

#home{
    margin-top: -4px;
    width: 65px;
    height: 65px;
    margin-right: 15px;
    margin-left: 30px;
}
.test{
    -webkit-transition:      500ms cubic-bezier(0.85,0.1,0.25,1);
    position: absolute;
    margin-top: -5px;
    width: 85px;
    height: 86px;
    margin-left: 130px;
    border-bottom: 2px solid whitesmoke;
    border-top: 2px solid whitesmoke;
    visibility: hidden;
}
.test1{
    margin-top: -5px;
    visibility: visible;
}
.test2{
    margin-top: 80px;
    visibility: visible;
}
.test3{
    margin-top: 165px;
    visibility: visible;
}
.test4{
    margin-top: 250px;
    visibility: visible;
}
.test5{
    margin-top: 335px;
    visibility: visible;
}
#about{
    margin-top: 0px;
    width: 63px;
    height: 55px;
    margin-right: 15px;
    padding-top: 4px;
    margin-left: 30px;
}
#contact{
    margin-top: -2px;
    width: 65px;
    height: 55px;
    margin-right: 14px;
    margin-left: 29.7px;
}

.menu1{
    text-align: right;
    font-family: Roboto, sans-serif;
    font-size: 17px;
    padding-top: 25vh;
    background-color: 	#202020;
    width: 260px;
    height: 100vh;
    margin-left: -165px;
    color: rgba(0,0,0,0);
    box-shadow: 3px 2px 6px rgba(0, 0, 0, 0.2);
    z-index: 5;
}


.menu1:hover{
    position: relative;
    /*animation: mymove1 0.9s;
    margin-left: 0px;*/
    box-shadow: 3px 2px 6px rgba(0, 0, 0, 0.65);
}
.menu1:not(:hover){
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    position: relative;
   /* animation: mymove2 0.30s;
    margin-left: -140px;*/
}
#menu{
    
    z-index: 5;
    text-align: left;
    position:fixed;
    margin-left: 0px;
}
.menucolor{
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    background-color: #131313;
}


.cl-effect-11 p::before {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  padding: 10px 0;
  max-width: 0;
  border-bottom: 2px solid #fff;
  color: #fff;
  content: attr(data-hover);
  -webkit-transition: max-width 0.5s;
  -moz-transition: max-width 0.5s;
  transition: max-width 0.5s;
}
*, *:after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    