.FadeIn{
  opacity: 0;
  transition: all 3s;
}
.FadeIn7{
  opacity: .2;
  transition: all 1s;
}
.scale{
    transform: scale(.8);
    transition: all 1s;
}
.fadeLeft{
  transform: scale(.2);
  transform: translate(5vh,0);
  transition:all 1s;}
.fadeRight{
	opacity: 0;
  transform: translate(-5vh,0);
  transition:all 1s; }

.rotate{
  transform: rotate(45deg);
  transition:all 1s;}
.visible{
  transform: rotate(0);
  transform: scale(1);
  transform: translate(0,0);
  opacity: 1;
}
.menuvisible{
  margin-right: 0;
  opacity: 1;
 

}
