


.about {
	float: left;
	width: 960px;
}

.about-main {
	float: left;
	width: 620px;
	margin-right: 40px;
}	
	
.about-step {
	float:left;
	width: 620px;
	margin-right: 35px;
}

.about-heading {
	float: left;
	width: 620px;
	height: 25px; 
	text-align: center;
	color: white;
	padding-top: 10px;
	margin-left: 15px;
	margin-bottom: 20px;
	background: -webkit-linear-gradient(left top, #80b158, #578135); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom right, #80b158, #578135); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, #80b158, #578135); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, #80b158 , #578135); /* Standard syntax */
}

#about-title {
	text-align: center;
	font-size: 26px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
}

.about-content {
	width: 575px;
	text-align: left;
	margin-left: 15px;
	margin-bottom: 5px;
	padding: 10px 20px 10px 25px;
	background-color: white;
}



.help-intro {
	text-align: center; 
	width: 618px;
	height: 300px;
	margin-bottom: 30px;
}

.help-intro-video3 {
	display: inline-block;
	width: auto;
	height: auto;
	border: 1px solid black;
	margin: 0 15px 0 33px;
}

.about-video {
	width: 440px;	
    height: 300px;
    float: left; 
    margin-top: 0px;
}

.help-intro-video {
	display: inline-block;
	margin-left: 25px;
}


.help-intro-text {
	float: left;
	width: auto;
	height: 200px;
	border: 1px dashed black;
	padding: 15px 15px 15px 15px;
	background-color: #80b158;
	color: white;
}

.help-intro-text p1 {
	  display: flex;
	  justify-content: center;
	  flex-direction: column;
	  height: 192px;
	  line-height: 1.3;
	  font-size: 18px;
}

.help-intro-text2 {
	text-align: center;
	margin: 10px 0 10px 15px;
	width: 585px;
	height: auto;
	font-size: 18px;
}

/* SIDE ELEMENTS */

.side {
	float: left;
	width: 270px;

}

.about-side {
	float: left;
	width: 280px;
	min-height: 40px;
	margin: 0px 0px 15px 0px;
	padding-bottom: 15px;
	border-bottom: 1px solid gray;
}

.about-side-header {
	height: 20px; 
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 20px;
}

.about-side-content {
	font-size: 16px;
	margin-top: 5px;
	margin-left: 10px;
	padding: 5px 0 10px 10px;
}






/* PHONES */
@media screen
and (min-device-width: 100px) 
  and (max-device-width: 800px) 
{


.about {
	float: left;
	width: 95%;
}

.about-main {
	float: left;
	width: 95%;
}	
	
.about-step {
	float:left;
	width: 95%;
}



.help-intro {
	text-align: center; 
	margin-bottom: 150px;
	border: 1px solid black;
}

.help-intro-video3 {
	
	
}

.about-video {
	display: inline-block;
	width: 700px;	
    height: 420px;
}


.about-heading {
	float: left;
	width: 95%;
	height: auto; 
	text-align: center;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 15px;
	margin-bottom: 20px;
	background: -webkit-linear-gradient(left top, #80b158, #578135); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom right, #80b158, #578135); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, #80b158, #578135); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, #80b158 , #578135); /* Standard syntax */
	font-size: 55px;
}

.about-content {
	width: 95%;
	text-align: left;
	margin-left: 15px;
	margin-bottom: 5px;
	padding: 10px 20px 10px 25px;
	background-color: white;
	font-family: serif;
	font-size: 55px;
}


.side {
	width: 95%;
}

.about-side {
	width: 95%;
	min-height: 40px;
	margin: 0px 0px 15px 0px;
	padding-bottom: 15px;
	border-bottom: 1px solid gray;
	font-size: 80px;
}

.about-side-header {
	height: 20px; 
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 70px;
	font-size: 60px;
}

.about-side-content {
	font-size: 40px;
	margin-top: 5px;
	margin-left: 10px;
	padding: 5px 0 10px 10px;
}

}



