html{scroll-behavior:smooth}
h1.entry-title {display:none}

body, p, div, span, a, ul, ol, li, input, textarea, button {
    font-family: 'Host Grotesk', sans-serif;
}

/* Keep default Bootstrap font for headers */
h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
}

.bg-btek {
	background: linear-gradient(234deg, #649ce4, #746cac);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/**********
 * screens
 *********/
/*transmit file form*/
@media (max-width: 1399px) {
	div#gform_wrapper_11, div#gform_wrapper_12 {
		content-visibility: hidden;
		visibility: hidden;
		visibility: collapse;
		display: none;
	}
	#no-phone {
		display:block;
		visibility:visible;
		opacity:1
	}
	.functional-collapse {
		content-visibility: hidden !important;
		visibility: collapse !important;
		display: none !important; 
	}
}


@media (min-width: 1400px) {
    #no-phone {display: none;}
}
