body { 
	width:100%;
	overflow-x:hidden;
	overflow-y:hidden;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 3000;
}

a.btn.btn--solid.btn--medium.btn--auto,
a.btn.btn--solid.btn--large.btn--auto,
a.btn.btn--solid.btn--small.btn--auto {
	background-color: #fdeda8 !important;
	background: linear-gradient(to right, #fdeda8 0%, #e8c883 50%, #cca666 100%) !important;
	border:none;
	color:#000 !important;
	letter-spacing:1px;
	font-family: 'Montserrat';
	font-weight:700;
}

.arrow {
	position: absolute; 
	z-index: 10; 
	right: 0;
}

.feature__text {margin-top:-10px !important;}