/*
 *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%;
	}
}
