.scroll {
	position: absolute;
	pointer-events: none;
    bottom: 10px;
	width: 100%;
    margin: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
}

.scrollTxt1 {
	font-size: 70%;
	font-weight: 500;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	padding: 0;
    margin: 0;
    color: #83d5cc;
    text-shadow: 0 1px 2px rgba(23, 58, 100, 0.25);
}

.downArrow {
    width: 40px;
    height: auto;
}
