
.page-template-sectional-php .content,
.page-template-sectional-php .site-inner {
	margin: 0;
	padding: 0;
}
.sectional-bumper {
	margin-top: 70px;
}

.sectional-hero {
	height: 520px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.sectional {
	padding: 40px 0;
}

.sectional .wrap {
  /*margin: 0px 240px 0; */
}

.sectional ul {
	padding-left: 40px;
}

.sectional ul li {
	list-style: disc;
}

.sectional-buttons {
	background: #FDD130;
	overflow: hidden;
	padding: 20px 0;
	text-align: center;
}
.sectional-buttons ul li {
	display:  inline;
}

.sectional-buttons ul li a {
	color: #403209;
	padding: 8px 16px;
	margin: 10px;
	display: inline-block;
	border: 1px solid #fff;
	background: #fff;
	font-weight: bold;
}

.sectional h2 {
	color: inherit;
	text-align: center;
}

@media only screen and (max-width: 768px) {

	.sectional-hero {
		background-size: cover;
	}

}
@media only screen and (max-width: 480px) {
	
	.sectional-hero {
	  height: 200px;
	  background-repeat: no-repeat;
	  background-size: contain;
	   background-position: top; 
	}

}