/*  
    *********************************************************************************
    Laptops & Desktops
	
	min-width - 1025p (64.063em)
	max-width - 1223p (76.438em)
	 
	From here and up we see the 
    ASIDE NEXT TO ARTICLE   
            
    *********************************************************************************  
*/

    @media all and (max-device-width: 76.438em) { 
   
/*********************************  HEADER   ************************************/
    
    .header-logo img {
        max-width: 100%;
        height: auto;
    }

    /* Makes the drop down menu look better */
	nav {
		padding-top: 1em;
	}
	
	/* .top-line {
		font-size:0.55em;
	}
	
	.bottom-line {
		font-size:.55em;
	} */
     
	
/*********************************  MENU  ************************************/	
	.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   ************************************/    
    
	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: 1em;
		padding-bottom:2em;
	}
	
	 
	
/*********************************  ARTICLE   ************************************/       
		
	article {
        display:block;
        float:left;
        width: 100%;
	}
	
	.article-image img {
		max-width: 100%;
		height:40.750em;	
			
	}
	
	/* CONTACT.HTML */
	.contact-left img {
		max-width: 100%;
		height:40.750em;	
	}
	
	.contact-header {
		padding-top:2em;
	}
	
	.contact-right img {
		max-width: 100%;
		height:auto;	
	}
	


 
}
