
#hero-container {
	background-color: #853bcf;
	padding-top: 80px;
	padding-bottom: 80px;
	background-image: url("https://www.yays.io/images/hero-background.png");
	background-position: center;
	background-repeat: no-repeat;
}

#hero-container h1 {
	color: #fff;
}

#pixypods-container { 
	background: url("https://www.yays.io/images/pixypods-background.jpg") no-repeat center center; 
	-webkit-background-size: cover; 
	-o-background-size: cover; 
	background-size: covert; 
	background-position-y: 0px;
	border-top: 10px solid #fff;
	padding-top: 30px;
	padding-bottom: 30px;
}

#pixypods-container h1,
#lets-eat-mon-container h1 {
	margin-top:10px;
	text-shadow: #000 2px 2px;
	color: #fff;
}

#pixypods-container p {
	color: #fff;
	text-shadow: 2px 1px #000;
}

#lets-eat-mon-container {
	border-top: 10px solid #000;
	padding-top: 30px;
	background-color: #484848;
	padding-bottom: 30px;
	border-bottom: 10px solid #000;
	font-family: "Kavoon";
}

#lets-eat-mon-container p {
	color: #fff;
	font-family: "Kavoon";
}

.grow { 
	transition: all .2s ease-in-out; 
}

.grow:hover { 
	transform: scale(1.1); 
}

#npcus-container {
	padding-top: 30px;
	background-color: #FFFFFF;
	padding-bottom: 30px;
	border-bottom: 10px solid #000;	
}

#npcus-container p {
	font-family: "june-expt-variable", sans-serif;
    color:#000;
}

#npcus-container h1 {
	font-family: "june-expt-variable", sans-serif;
    color:#000;
    margin-top:15px;
}
