/*********************
 *     SIZE ONE      *
 * LANDSCAPE TABLETS *
 *********************/
@media (max-width: 1024px) {

	/* GENERAL SECTION */
	h2 {
		font-size: 34px;
	}

	button, .button {
		font-size: 18px;
	}

	button:hover, .button:hover {
		font-size: 24px;
	}
	/* HOME SECTION */
	/* ADS SECTION */
	.adsLeft {
		height: 250px;
	}
	.adsRight p {
		font-size: 16px;
	}
	/* PICAPP SECTION */
	.picappLeft p {
		font-size: 16px;
	}
	/* APPSIM SECTION */
	.appsimRight p {
		font-size: 16px;
	}
	/* ARIS SECTION */
	.arisLeft p {
		font-size: 16px;
	}
	/* ACTIVITY SECTION */
	/* TEAM SECTION */
	.teamItem {
		width: 150px;
		height: 150px;
		border-radius: 150px;
	}
	/* GALLERY SECTION */
	/* FOOTER SECTION */
	footer h3 {
		font-size: 22px;
	}

	.footerSocialIcons i {
		margin: 20px 20px;
	}
}

/********************
 *     SIZE TWO     *
 *   MOST TABLETS   *
 ********************/
@media (max-width: 768px) {
	/* GENERAL SECTION */
	h2 {
		font-size: 30px;
	}

	button, .button {
		font-size: 14px;

	}

	button:hover, .button:hover {
		font-size: 18px;
	}

	/* HOME SECTION */
	.home h1 {
		font-size: 36px;
	}

	.home h2 {
		font-size: 24px;
	}

	.home button {
		margin-top: 30%;
	}

	/* ADS SECTION */
	.adsLeft {
		background-position: bottom;
	}
	/* PICAPP SECTION */
	/* APPSIM SECTION */
	/* ARIS SECTION */
	.arisLeft {
		width: 40%;
	}

	.arisRight {
		width: 55%;
	}
	/* ACTIVITY SECTION */
	.activityLeft {
		width: 90%;
	}

	.activityRight {
		width: 90%;
	}
	/* TEAM SECTION */
	.teamItem {
		width: 250px;
		height: 250px;
		border-radius: 250px;
	}
	/* GALLERY SECTION */
	.galleryLeft {
		width: 82%;
		padding: 30px 0;
	}
	.galleryRight {
		width: 90%;
		padding: 30px 0;
	}
	/* FOOTER SECTION */
	.footerSocialIcons i {
		margin: 30px 30px;
	}
}	

/********************
 *    SIZE THREE    *
 * MOST SMARTPHONES * 
 ********************/
@media (max-width: 640px) {
	/* GENERAL SECTION */
	h2 {
		font-size: 24px;
	}

	button, .button {
		font-size: 12px;
	}

	button:hover, .button:hover {
		font-size: 16px;
	}

	/* HOME SECTION */
	.home h1 {
		font-size: 28px;
	}

	.home h2 {
		font-size: 18px;
	}

	.logo {
		display: none;
	}

	/* ADS SECTION */
	.adsLeft, .adsRight {
		width: 90%;
	}

	.adsLeft {
		height: 150px;
	}

	.adsRight p {
		font-size: 14px;
	}
	/* PICAPP SECTION */
	.picappLeft {
		width: 90%;
	}

	.picappRight {
		display: none;
	}

	.picappLeft p {
		font-size: 14px;
	}

	/* APPSIM SECTION */
	.appsimLeft, .appsimRight {
		width: 90%;
	}

	/* ARIS SECTION */
	.arisLeft, .arisRight {
		width: 90%;
	}

	.arisRight {
		height: 200px;
	}

	.arisLeft p {
		font-size: 14px;
	}
	/* ACTIVITY SECTION */
	/* TEAM SECTION */
	.teamItem {
		width: 120px;
		height: 120px;
		border-radius: 120px;
	}

	.team p {
		font-size: 14px;
	}
	/* GALLERY SECTION */
	/* FOOTER SECTION */
	.footerLeft, .footerRight {
		width: 90%;
		margin-bottom: 30px;
	}

	.footerMid {
		top: 0;
	}

	.footerRight {
		margin: 0;
		text-align: center;
	}

	.footerSocialIcons i {
		margin: 20px 20px;
	}

	.copyright {
		font-size: 12px;
	}
}