/*  
    *********************************************************************************
    iPhone 6 
	landscape 
	min width = 569p (35.563em) 
	max width = 667p (41.688em)
	max-height = 375p (23.438em))
	
    ASIDE NEXT TO ARTICLE   
            
    *********************************************************************************  
*/
	
 	@media all and (max-device-width: 41.688em) and (max-device-height: 23.438em) and (orientation : landscape) {	
	
	
/*********************************  HEADER   ************************************/
    
	
    .header-logo img {
        max-width: 100%;
        height: auto;
    }
	
	/* Makes the drop down menu look better */
	nav {
		padding-top: 1em;
	}
	
	.top-line {
		font-size:.95em;
	}
	
	.bottom-line {
		font-size:.9em;
	}
	
	
/*********************************  MENU  IS NOW DROP DOWN ************************************/	
	.menuBar {
		display: none;
		width: auto;
		height:auto;
	}
	
	.menuBar ul {
		margin: 0;
		padding: 0;
	}
	.menuBar li {
		display: block;
		clear: both;
		float: left;		
	}

	.menuBar li:not(:first-child) {
		margin-left:0em;
	}
	
	.menuBar li a, .menuBar li span {
		font-size:0.8em; 	
	}
	
	#menuToggleIcon {
		display: inline;
		float: left;
		height:auto;
		margin-right:1em;
	}  

	header {
		height:auto;
	}
	
/*********************************  ASIDE   ************************************/    
    
    aside {
        display:block;
        float:left;
        width: 100%;	
		border-bottom:thin solid #878787;		
    }   
	
	.aside-content {
		width:95%;
		margin-left:2.5%;
		margin-right:2.5%;
	}
	
	.aside-intro {
		font-size:.85em;
		padding-bottom:2em;
	}
	
	
	
/*********************************  ARTICLE   ************************************/       

	/* No aside */
	article {
        display:block;
        float:left;
        width: 100%;
	}
	
	.article-image img {
        height: auto;
		width: 100%;		
	} 
	
	/* CONTACT.HTML */
	.contact-left img {
		max-width: 100%;
		height:40.750em;	
	}
	
	.contact-header {
		padding-top:2.5em;
	}
	
	.contact-right img {
		max-width: 100%;
		height:auto;	
	}
	
}

    