@media screen and (max-width:480px){
	
#face{
	height:12.5em;
	width:12.5em;
	margin-top:-10px;
	}	

header h1{
	font-size:3em;}

header h4 {
	font-size:1.5em;
	}
    
 
	}
	
	
	
	
	
	
	
	
@media screen and (min-width:1000px){
	.profile {
		float:left;
		margin-left:80px;
	}

header{
	text-align:left;
}

header h1{
	margin-left:60px;
	padding-bottom:15px;
}

header h4{
	margin-left:80px;
}

footer{
	clear:both;
}

  
    
}