/*
 *IPAD LANDSCAPE 
 */
@media only screen 
and (min-device-width:768px)  
and (max-device-width:1024px) 
and (orientation:landscape) {
	.home-menu-wrap{
		width: 25%;
		top: 30%;
	}
	.home-menu-div{
		font-size: 250%;
	}
	.home-menu-div li{
		padding-bottom: 5px;
	}
	.home-headlines-wrap{
		top: 30%;
	}
	.home-headlines-div{
		width: 35%;
	}
	.news-article-gallery-ul{
		height: 2000px;
	}
	.project-gallery-ul{
		height: 2000px;
	}
	
}


/*
 *IPAD PORTRAIT  
 */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	.home-menu-wrap{
		width: 30%;
		top: 20%;
	}
	.home-menu-div{
		font-size: 250%;
	}
	.home-menu-div li{
		padding-bottom: 5px;
	}
	.home-headlines-wrap{
		width: 35%;
		top: 25%;
	}
	.home-headlines-div{
		width: 35%;
	}
}


/*
 *IPAD RETINA LANDSCAPE 
 */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
	
}

/*
 *IPAD RETINA PORTRAIT 
 */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
	
}

/*
	*iPhone 5 & 5S in landscape
*/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) {
	.home-menu-wrap{
		width: 25%;
		top: 30%;
	}
	.home-menu-div{
		font-size: 250%;
	}
	.home-menu-div li{
		padding-bottom: 5px;
	}
	.home-headlines-wrap{
		top: 30%;
	}
	.home-headlines-div{
		width: 35%;
	}
	.news-article-gallery-ul{
		height: 2000px;
	}
	.project-gallery-ul{
		height: 2000px;
	}
	
}

/*
	*iPhone 5 & 5S in portrait
*/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) {
	.home-header-img{
		width: 100%;
	}
	.home-menu-wrap{
		width: 100%;
		top: 15%;
	}
	.home-menu-div{
		font-size: 250%;
	}
	.home-menu-div li{
		padding-bottom: 5px;
	}
	.news-article-gallery-ul{
		height: 2000px;
	}
	.project-gallery-ul{
		height: 2000px;
	}
	.home-headlines-wrap{
		width: 35%;
		top: 15%;
	}
	.home-headlines-div{
		width: 50%;
	}
	.home-headlines-title{
		font-size: 200%;
	}
	.home-headlines-headline{
		font-size: 150%;
	}
	.home-headlines-headline h2{
		font-size: 110%;
	}
}

/*
     FILE ARCHIVED ON 09:31:29 Jan 17, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:57:31 Jul 16, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.331
  exclusion.robots: 0.033
  exclusion.robots.policy: 0.028
  esindex: 0.005
  cdx.remote: 94.233
  LoadShardBlock: 273.265 (3)
  PetaboxLoader3.datanode: 137.15 (6)
  PetaboxLoader3.resolve: 645.321 (3)
  load_resource: 708.427 (2)
  loaddict: 14.326
*/