.menu{
  top:0em;
}
.hr{
  background-color:transparent;
  width:100%;
  float:top;
  top:5em;
  text-align:center;
  position:fixed;
  padding:none;
  margin:none;
  border:none;
  height:5px;
  z-index:50000;
  -webkit-transition: all 200ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  -moz-transition: all 200ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  -o-transition: all 200ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  transition: all 200ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.hr1{
  background-color:white;
  width:100%;
  float:top;
  z-index: -1;
  position:fixed;
  padding:none;
  margin:none;
  border:none;
  height:0px;
  -webkit-transition: all 200ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  -moz-transition: all 200ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  -o-transition: all 200ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  transition: all 200ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.links a{
  position:relative;
  text-align:center;
}
