#scroll-indicator{height:120px;margin-top:-120px;position:relative;z-index:5}#scroll-indicator a{bottom:50px;display:inline-block;height:60px;left:50%;position:absolute;text-decoration:none;transform:translateX(-50%);transition:opacity .3s;width:30px}#scroll-indicator a:hover{opacity:.7}#scroll-indicator a span{animation:scrollDown 2s infinite;border-bottom:2px solid rgba(29,66,138,.9);border-left:2px solid rgba(29,66,138,.9);box-sizing:border-box;height:24px;left:50%;margin-left:-12px;opacity:0;position:absolute;transform:rotate(-45deg);width:24px}#scroll-indicator a span:first-of-type{animation-delay:0s;top:0}#scroll-indicator a span:nth-of-type(2){animation-delay:.15s;top:15px}#scroll-indicator a span:nth-of-type(3){animation-delay:.3s;top:30px}@keyframes scrollDown{0%{opacity:0}50%{opacity:1}to{opacity:0;transform:rotate(-45deg) translate(-15px,15px)}}@media only screen and (max-width:768px){#scroll-indicator{height:80px;margin-top:-80px}#scroll-indicator a{bottom:10px}}