/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.aau-page-text{
		width:70%;
	}
	.aau-page-nav{
		width:25%;
	}
	.menu{
		display: block;
	}
}
/*  GO FULL WIDTH AT LESS THAN 800 PIXELS */
@media only screen and (max-width: 800px) {
	.aau-page-text{
		width:100%;
		margin:1% auto;
	}
	.aau-page-nav{
		width:100%;
		margin:1% auto;
	}
	.span_1_of_4{
		width:100%!important;
	}
	.col_1_of_4:first-child{
		margin-top:2%;
	}
	.menu{
		display: none;
	}
	.aau-contact{
		margin-top:2%;
		width:100%;
	}
	.logo{
		width:100%!important;
	}
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) and (min-width: 480px) {
	.aau-page-text{
		width:100%;
		margin:1% auto;
	}
	.aau-page-nav{
		width:100%;
		margin:1% auto;
	}
	.span_1_of_4{
		width:100%!important;
	}
	.col_1_of_4:first-child{
		margin-top:2%;
	}
	.menu{
		display: none;
	}
	.aau-contact{
		margin-top:2%;
		width:100%;
	}
	.logo{
		width:100%!important;
	}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.aau-page-text{
		width:100%;
		margin:1% auto;
	}
	.aau-page-nav{
		width:100%;
		margin:1% auto;
	}
	.span_1_of_4{
		width:100%!important;
	}
	.menu{
		display: none;
	}
	.col_1_of_4:first-child{
		margin-top:2%;
	}
	.aau-contact{
		margin-top:2%;
		width:100%;
	}
	.logo{
		width:100%!important;
	}
}
