@font-face {
	font-family: Pitch;
	font-style: normal;
	src: url('/wp-content/themes/austin-ghost-tours/dam-splash/Pitch-Medium.otf') format('opentype');
}

:root {
	--pitch: "Pitch", serif;
}

body {
	padding: 0;
	margin: 0;
    position: relative;
  	font-optical-sizing: auto;
  	font-family: "bicyclette", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: var(--soft-white);
	font-size: 1.25rem;
	line-height: 140%;
}

em {
	font-style: italic;
}

strong {
	font-weight: 700;
}

h1, h2, h3, h4, h5, h6, p, blockquote {
	margin-block-start: .375rem;
	margin-block-end: .25rem;
	line-height: 1.5;
}

span.scrolling-arrow {
	font-family: ;
	font-size: 3rem;
}

/* HEADINGS/TITLES */


h1, h2, h3 {
	font-family: "bicyclette", sans-serif;
	font-weight: 800;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

h4, h5 {
	font-family: "Pitch", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 500;
}

h1 {
	font-size: 6rem;
	line-height: .875;
}

h2 {
	font-size: 3rem;
	line-height: 1;
}

h3 {
	font-size: 2rem;
	line-height: 1;
}

h4 {
	font-size: 2rem;
	line-height: 1;
}

h5{
	font-size: 1.5rem;
	text-transform: uppercase;
	line-height: 1.2;
}

h6 {
	font-family: "bicyclette", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.5rem;
	letter-spacing: 0.05rem;
}

a, .subhead-4 {
	font-family: "Pitch", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.3125rem;
	text-transform: uppercase;
}


.footer-link {
	font-size: 0.8rem;
	overflow-wrap: break-word;
}


.eyebrow {
	text-transform: uppercase;
}

input {
  	font-family: "bicyclette", sans-serif !important;  
	font-weight: 400 !important;
	font-size: 1.25rem !important;
	line-height: 140%;
}

input::placeholder {
	color: var(--blue) !important;
}


/******/
/* MEDIA QUERIES */
/******/

@media screen and (min-width: 64.0625rem) and (max-width: 93.75rem) {
	
}

@media screen and (min-width: 48rem) and (max-width: 64rem) {
	
	h1 {
		font-size: 3rem;
	}
	
	h2 {
		font-size: 2.5rem;
	}
	
	h3 {
		font-size: 2rem;
	}
	
}

@media screen and (max-width: 47.9375rem) {
	
	h1, h2, h3, h4, h5, h6, p, blockquote {
		margin-block-start: .125rem;
	}
	
	h1 {
		font-size: 2.5rem;
	}
	
	h2 {
		font-size: 2.125rem;
	}
	
	h3 {
		font-size: 1.75rem;
	}
	
	p.text-body-large {
		font-size: ;
	}

}