/* Introduction Section */
#introduction {
	padding: 0 0 30px 0;
	background-color: white;
	color: #03252b
}

#introduction h1 {
	color: #FD8127;
	font-weight: 700;
	font-size: 38px;
	margin-top: 50px;
}

#introduction p.text-intro {
	color: #0D8CA0;
	font-weight: 600;
	font-size: 28px;
	padding: 20px 70px;
}

#introduction p {
	color: #03252b;
	font-size: 24px;
}

.border-img {
	border: 3px solid #0FA1B7;
}

.comment-bloc {
	color: #03252b;
	font-size: 20px;
}

/* ****************** VIDEO Section ****************** */
#overtimeVideo {
	padding: 10px 0;
	background-color: #25BAD0;
	color: #03252b;
}

/* Overview Section */
#overview {
	padding: 60px 20px 20px 20px;
	background-color: #ffffff;
	color: #03252b;
}

#overview h2 {
	color: #0FA1B7;
	text-transform: uppercase;
	line-height: normal;
}

/* Pitch Section */
#pitch {
	padding: 60px 20px 20px 20px;
	background-color: #ffffff;
	color: #03252b;
}

#pitch h2 {
	color: #0FA1B7;
	text-transform: uppercase;
	line-height: normal;
}

/* Steps Section */
#steps {
	padding: 20px;
	background-color: #ffffff;
	color: #03252b;
}

#steps h2 {
	color: #03252b;
	font-size: 20px;
	text-transform: none;
	font-weight: bold;
	display: inline;
}

/* Rules Section */
#rules {
	padding: 40px;
	background-color: #ffffff;
	color: #03252b;
}

#rules h2 {
	color: #0FA1B7;
	text-transform: uppercase;
	line-height: normal;
}

/* Entering Section */
#entering {
	padding: 40px;
	background-color: #ffffff;
	color: #03252b;
}

#entering h2 {
	color: #0FA1B7;
	text-transform: uppercase;
	line-height: normal;
}

/* Input Section */
#input {
	padding: 40px;
	background-color: #ffffff;
	color: #03252b;
}

#input h2 {
	color: #0FA1B7;
	text-transform: uppercase;
	line-height: normal;
}

/* Threshold Section */
#threshold {
	padding: 40px;
	background-color: #ffffff;
	color: #03252b;
}

#threshold h2 {
	color: #0FA1B7;
	text-transform: uppercase;
	line-height: normal;
}

/* Increased Section */
#increased {
	padding: 40px;
	background-color: #ffffff;
	color: #03252b;
}

#increased h2 {
	color: #0FA1B7;
	text-transform: uppercase;
	line-height: normal;
}

/* Annual Section */
#annual {
	padding: 40px;
	background-color: #ffffff;
	color: #03252b;
}

#annual h2 {
	color: #0FA1B7;
	text-transform: uppercase;
	line-height: normal;
}

/* Leave Section */
#leave {
	padding: 40px;
	background-color: #ffffff;
	color: #03252b;
}

#leave h2 {
	color: #0FA1B7;
	text-transform: uppercase;
	line-height: normal;
}

/* ****************** TRUST Section ****************** */
#trust {
	padding: 90px 0 30px 0;
	color: rgba(255, 255, 255, 0.9);
	background-color: white;
}

#trust h2 {
	color: #0FA1B7;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 400;
}