.intro {
	padding: 60px 0;
}
	
.intro .first p {
	color: #E95214;
	font-size: 20px;
}

.intro h2 {
	color: #E95214;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.2;
	max-width: 600px;
	margin-bottom: 40px;
}

.intro .button {
  background: #E95214;            
  color: white;                  
  text-decoration: none;
  padding: 8px 15px;               
  border-radius: 9999px;     
  text-align: center;
  display: inline-block;           
  max-width: 275px;
  font-size: 16px;
}


/* Video */

.video {
	padding: 50px 0;
	text-align: center;
}

/* General */

.wrap {
	margin: 0 auto;
	max-width: 100%;
	overflow:hidden;
}

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


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

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}


}
