#AnimatedBar {
    position: fixed;
    width: 0%;
    height: 50px;
    margin-top: -51px;
    border-bottom: 3px inset rgba(100, 0, 255, 1);
    opacity: 1;
    z-index: 1;
    transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
}