/**
 * Theme Name:   Customer Bullseye
 * Template:     hello-elementor
 * Version:      1.0.0
 */

body {
    font-family: 'Roboto';
}

#site-footer {
	display: none;
}
#header-scroll.scrolling{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 999;
}