/******* START *******/

#start_image {
	padding: 10px;
	margin-right: 50px; 
	float: left;
	margin-bottom: 15px;
	text-align: center;
}

.start_image_right {
	float: right !important;
}

#start_text, #start_text1 {
	height: 100%; 
	padding-top: 50px;
	text-align: center;
	font-size: 1.5em;
	line-height: 1.7em;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	#start_image {
		float: none;
		margin-right: 0px; 
	}
	
	.start_image_right {
		float: none !important;
	}
	
	#start_image img {
		width: 300px;
	}
	
	#start_text, #start_text1  {
		padding-top: 10px;
		font-size: 1.3em;
		line-height: 1.5em;
	}
}

@media only screen and (min-width: 560px) and (max-width: 767px) {
	#start_image {
		float: none;
		margin-right: 0px; 
	}
	
	.start_image_right {
		float: none !important;
	}
	
	#start_image img {
		width: 90%; /* was 200px */
		max-width: 90%;
	}
	
	#start_text, #start_text1  {
		padding-top: 10px;
		font-size: 1.0em;
		line-height: 1.4em;
	}
}

@media only screen and (min-width: 220px) and (max-width: 559px) {
	
	#start_image {
		float: none;
		margin-right: 0px; 
	}
	
	.start_image_right {
		float: none !important;
	}
	
	#start_image img {
		width: 90%; /* was 120px */
		max-width: 90%;
	}

	#start_text, #start_text1  {
		padding-top: 0;
		font-size: 1.0em;
		line-height: 1.4em;
	}
}
