@charset "utf-8";
/* CSS Document */

 @import url("https://use.typekit.net/qzv6dbk.css");

main {
	color: #E778AE;
}

h1 {
	background-color: #ED7600;
	font-size: 50px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

h2 {
	background-color: #ED7600;
	font-size: 30px;
	color: #fff;
}

h3 {
	font-size: 25px;
	color: #000000;
}

p {
	font-size: 15px;
	color: #000000;
	font-family: Arial, "sans-serif";
	margin-left: 15px;
	line-height: 20px;
}

ul li {
	margin-bottom: 10px;
	color: #000000;
}

footer {
	text-align: center;
}

.text {
	color: #ED7600;
}

nav a {
	color: #EB3362;
}

h1, h2, h3 {
	font-family: "adventures-unlimited", sans-serif;
	font-weight: 400;
	font-style: normal;
}



