.home .header-active .no-top-header {
	position: fixed;
	opacity: 1;
	z-index: 100;
	transition: .5s ease all;
	visibility: visible;
}

.home .no-top-header {
	position: fixed;
	transition: .5s ease all;
	opacity: 0;
	visibility: hidden;
}

.h1-seo {
	visibility: hidden;
	opacity: 0;
}

body h1, body h2 {
	font-family: 'Lilita One', sans-serif !important;
	font-weight: 600 !important;
	font-size: 55px;
	text-transform: uppercase;
    -webkit-text-stroke-width: .1px;
    -webkit-text-stroke-color: #231F20;
    text-shadow: 0px 3px #231F20;
}

@media(max-width: 1000px) {
	body {
		webkit-overflow-scrolling: touch;    
	}

	body h1, body h2 {
		font-size: 38px;
		-webkit-text-stroke-width: 1px;
	}
}