@font-face {
	font-family: "Title";
	src: url("/fonts/AtlantisFamingo.ttf");
}

body {
	background-color: White;
	background: url(/images/pumpkin.png);
	background-size: 18vw;
}

h1 {
	font-family: "Title";
	font-size: 6em;
	margin-right: 1vw;
	margin-bottom: 2vw;
	color: white;
	text-shadow: 2px 2px 4px #000;
	a {
  color: black;
  text-decoration: none;
}
}

strong {
	text-transform: uppercase;
	font-weight: normal;
}

.column {
	background-color: white;
	box-shadow: 2px 2px 4px #000;
}

.box {
	background-color: white;
	box-shadow: 2px 2px 4px #000;
}

@media only screen and (max-width: 800px /*-100 of container max-width*/) {
	h1 {
		font-size: 3em;
		margin-right: 1vh;
		margin-top: 2vh;
		margin-bottom: 2vh;
	}
}
