
/*# sourceMappingURL=maps/custom.css.map */

#mouseScroll {
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-top: 20px;
    margin-bottom: 30px;
    /*border: 2px solid #696871;
    border-radius: 50px;*/
}

.scroll-arrow {
    display: block;
    width: 70px;
    height: 80px;
    margin: 0 auto;
    text-align: center;
}

#mouseScroll a span {
    position: absolute;
    top: 0;
    width: 30px;
    height: 30px;
    margin-left: -14px;
    border-left: 3px solid #93919e;
    border-bottom: 3px solid #93919e;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb05 1.5s infinite;
    animation: sdb05 1.5s infinite;
    box-sizing: border-box;
}



@-webkit-keyframes sdb05 {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}

@keyframes sdb05 {
    0% {
        transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}

@media (max-height: 920px) {
    .scroll {
      display: none;
    }
    .scroll-arrow {
        display: none;
      }
  }

  .navbar-light .navbar-toggler {
    color: rgba(0,0,0,.8);
    border-color: rgba(0,0,0,.2);
}
