@media screen and (max-width: 1000px) {
	body {
		font-size: 20px;
		line-height: 22px;
	}

	header h1 {
		font-size: 33px;
		line-height: 0px;
	}

	div.container {
		width: 100%;
		margin: auto;
	}

	div.important {
		margin-top: 0px;
	}

	div.sub {
		padding: 10px 20px 10px 20px;
	}

	table.aca {
		font-size: 18px;
		line-height: 20px;
	}

	table.aca th, table.aca td {
		white-space: normal;
	}

	div.home-left {
		float: none;
		width: auto;
	}

	div.home-right {
		float: none;
		width: 100%;
	}

	a.facts {
		font-size: 25px;
		line-height: 29px;
		padding: 12px;
	}

}

@media screen and (max-width: 500px) {
	body {
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		font-size: 20px;
	}

	header h1 {
		font-size: 27px;
		line-height: 0px;
	}

	div.container {
		width: 100%;
		margin: 0px 0px 0px 0px;
		box-shadow: none;
		border-radius: 0px 0px 0px 0px;
	}

	div.services {
		width: 100%;
	}

	.aca-outsourcing {
		width: 90%;
	}
}
