/* CSS Document */
/* CULVER */


html {
	overflow: auto;
	scroll-padding-top: 15rem;
	scroll-behavior: smooth;
}

body {
	background: url("img/culvert/culvert-wall-scroll-background.png") 0 0 / cover;
	background-color: #000;
}

p,h1,h2,h3,ul,li,a{
	font-family: "Courier New",consolas, "Lucida Console", monospace;
	font-size: inherit;
}

.impact{
	font-family: "Arial Black", Impact, Haettenschweiler, "Franklin Gothic Bold", "sans-serif";
}


