@charset "UTF-8";

@font-face {
font-family: "Gobold-Regular";
src: url("../webfonts/Gobold Regular.woff"); 
}

@font-face {
font-family: 'Gobold-Italic';
src: url("../webfonts/Gobold Regular Italic.woff");
}

@font-face {
font-family: "Gobold-Bold";
src: url("../webfonts/Gobold Bold.woff");
}



body {
	background-color: #EFB3B5;
}

 /* links */
a:link, a:visited {
	color: #7d1c7d;
}

a:hover {
	color: #EFB3B5;
}

a:active {
	color: #E63006;
} 


.PPcontainer {
	position: relative;
	background-color: #E07182;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	max-width: 1280px;
}
h2 {
	font-family:"Gobold-Bold";
	color: #7d1c7d;
	font-size:42px;
}
h3 {
	font-family:"Gobold-Bold";
	color: #EFB3B5;
	font-size: 36px;
	text-transform: uppercase;
}
.gobold {
	font-family:"Gobold-Regular";
	font-size:16px;
}
img {
	width: 100%;
	height: 100%;
}
.textblock {
	font-family: 'Inconsolata', monospace;
	text-align: left;
	padding: 20px;
}
.textblock p {
	margin-top: 12px;
}