
/*START - SECTION03*/
div#section03 {
  	background-color: white;
	padding-top: 50px;
	padding-bottom: 35px;
 	padding-left: 0px;
  	padding-right: 0px;
}

div#section03 div#sec3seperator{
	background-color: #256DAC;
	position: relative;
    width: 300px;
    height: 2px;
    margin: auto;
}

div#section03 div#what-it-is {
	margin-top: 55px;
	padding-top: 55px;
	margin-bottom: 30px;
}

div#section03 div#what-it-is h2 {
	font-size: 48px;
}


div#section03 div video#Vid-in-apple {
  width: 90%;
}



div#section03 div#general-text {
	padding-top: 140px;
    padding-left: 115px;
	padding-bottom: 50px;
	padding-right: 0px;
}

div#section03 div#general-text p {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  color: #1C232D;
  line-height: 34px;
  text-align: justify;
  text-justify: inter-word;
}

div#section03 div#general-text p:nth-child(1) {
	margin-bottom: 30px;
}
div#section03 div#general-text p:nth-child(2) {
	margin-bottom: 30px;
}
div#section03 div#general-text p:nth-child(3) {
}

div#section03 div#general-text div#Youtube{
	margin-top: 85px;
}

div#section03 div#general-text div#Youtube p#action-plate{
	float: left;
	font-size: 24px;
}

div#section03 div#general-text div#Youtube a#Youtube-Icon img{
	width: 95px;
    margin-left: 10px;
    margin-top: -34px;
}	

@media (min-width: 1200px) {	
	div#section03 div#general-video {
		height: 600px;
		line-height: 85;
		padding-left: 45px;
	}
}

@media (max-width: 1440px) {
	div#section03 div#what-it-is {
		padding-top: 75px;
		margin-bottom: 30px;
	}

	div#section03 div#general-video {
		line-height: 61;
	}

	div#section03 div#general-text {
		padding-top: 40px;
		padding-left: 105px;
		padding-right: 0px;
	}

	div#section03 div#general-text div#Youtube a#Youtube-Icon img{
    	margin-top: -35px;
	}	
}



@media (max-width: 1200px) {
	div#section03 div#general-text {
		padding-left: 90px;
		padding-right: 20px;
		width: 50%;
    	float: left;
	}

	div#section03 div#general-video {
	    width: 50%;
    	float: left;
    	line-height: 57;
	}
}



@media (max-width: 1024px) {
	div#section03 {
    	height: 1100px;
	}

	div#section03 div#what-it-is h2 {
		font-size: 30px;
	}
}

@media (max-width: 960px) {
	div#section03 {
    	height: 100%;
    	padding-bottom: 90px;
	}

	div#section03 div#what-it-is {
    	padding-top: 70px;
    	margin-bottom: 50px;
    	margin-top: 0px;
	}

	div#section03 div#what-it-is h2 {
		font-size: 30px;
	}

	div#section03 div#general-text {
		float: initial;
		width: 100%;
		padding-left: 90px;
  		padding-right: 90px;
	}

	div#section03 div#general-video {
		width: 100%;
    	line-height: 0;
    	float: initial;
	}

	div#section03 div#general-text div#Youtube {
	    position: relative;
    	margin: auto;
    	width: 310px;
	    margin-bottom: 0px;
    	margin-top: 85px;
	}
}

@media (max-width: 768px) {
	div#section03 {
		padding-top: 0;
	}

	div#section03 div#what-it-is h2 {
		font-size: 30px;
	}

	div#section03 div#general-text {
	    padding-bottom: 30px;
	}

	div#section03 div#general-text p {
	  font-size: 14px;
	}

	div#section03 div#general-text {
		padding-left: 30px;
		padding-right: 30px;
	}

	div#section03 div#general-text div#Youtube {
	    margin-bottom: 30px;
	}
}

@media (max-width: 480px) {
	div#section03 div#general-text {
    	padding-left: 20px;
    	padding-right: 20px;
	}

	div#section03 div#general-video {
    	line-height: 0;
	}

	div#section03 div#general-text div#Youtube {
	    margin-bottom: 25px;
	}

	div#section03 div video#Vid-in-apple {
    	margin-left: 20px;
	}
}

@media (max-width: 375px) {
	div#section03 div video#Vid-in-apple {
    	margin-left: 10px;
	}
}

@media (max-width: 375px) {
	div#section03 div#general-text div#Youtube {
    	left: -10px;
	}
}

