.aboutdiv {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	background-image:url(Images/dropsbg.jpg);
	background-size: cover;
	background-attachment: fixed;
}
.aboutdiv h1 {
	font-family: 'Roboto', Sans-serif;
	font-size: 2em;
	color: rgb(255, 255, 255);
	text-shadow: 2px 2px 4px #393939;
	padding: 20px;
}
.aboutdiv p {
	font-family: Catamaran, Sans serif;
	font-size: 1.4em;
	color: white;
}
.about1 {
	padding: 20px 60px 60px 60px;
}
.about15 {
	width: 100%;
	background-image: url(Images/white.jpg);
	background-position: 50% 110%;
	background-repeat: no-repeat;
	background-size: 100% 30%;
}
.about15 img {
	width: 30%;
	max-width: 300px;
	padding-right:2%;
	padding-left:2%;
	display: inline-block;
	margin: auto;
}
.about25 {
	width: 100%;
	background-image: url(Images/white.jpg);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.about25 img {
	width: 100%;
	max-width: 600px;
	display: inline-block;
	margin: auto;
	padding-bottom: 20px;
}
.about35 {
	width: 100%;
}
.about35 img {
	display: none;
	width: 100%;
	max-width: 600px;
	padding-right:2%;
	padding-left:2%;
	margin: auto;
	padding-bottom: 20px;
}
.betweenimg {
	width:100%;
	max-width: 600px;
	
}
.about2 {
	padding: 60px;
	background-color: white;
}
.about2 p {
	color: #3853a4;
}
.about3 {
	padding: 120px 60px 120px 60px;
}
.aboutdiv .img1 {
	float: left;
	width: 140px;
}
.aboutdiv .img2 {
	float: right;
	width: 160px;
	padding: 10px;
}
.aboutdiv .img3 {
	width: 140px;
	float: left;
}
@media only screen and (max-width: 850px) {
  	.about15 img:nth-child(3) {
	  display: none;
	  visibility: hidden;
  }
	.about15 img {
		width: 40%;
		max-width:350px;
	}
}
@media only screen and (max-width: 600px) {
  	.about15 img:nth-child(1) {
	  display: none;
	  visibility: hidden;
  }
	.about15 img {
		width: 100%;
		padding: 0;
		max-width:none;
	}
	.about35 img {
		display: inline-block;
		padding: 0;
		max-width:none;
	}
}