/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
.w-toplink.scrolldown-btn {
    pointer-events:none;
    opacity: 0;
    transition: .2s all;
    transform: rotate(180deg) translateY(50px)!important;

}
h2.h3,
.h3{
	font-family:var(--font-h3);
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: var(--color-content-primary);
    text-transform: none;
}

.h5 {
	    font-family: var(--font-h5);
	color:var(--color-content-primary);
    font-weight: 300;
    font-size: 1.40rem;
    line-height: 1.2;
    letter-spacing: 0.02em;
    margin-bottom: 1.5rem;
}

.scrolldown-btn.show {
    pointer-events: unset;
    display: block;
    opacity: 1;
    transition: .2s all;
    transform: rotate(180deg) translateY(0px)!important;
}

.scrolldown-btn:hover {
    background: var(--color-content-primary-grad);
}