@charset "UTF-8";
.background {
	background-image: url(private-label-pepper-sauce/pablos-background.jpg);
	padding-top: 20px;
	padding-bottom: 20px;
}
.blacklarge {
	color: hsla(0,0%,0%,1.00);
	font-family: adamina;
	font-weight: 400;
	font-size: large;
	font-style: normal;
}
.blackExtralarge {
	color: hsla(0,0%,0%,1.00);
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-style: normal;
	font-weight: bold;
	font-size: xx-large;
}
.redtext {
	color: hsla(356,85%,39%,1.00);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: x-large;
}
.boxedtext {
	border: thick ridge hsla(60,100%,50%,1.00);
	color: hsla(0,0%,0%,1.00);
	font-size: large;
}
body, html { overflow-x:hidden; }