@media only screen and (max-height: 750px) {

	nav{
		margin-bottom:14px; /*was 17*/
	} 
	#bio_dx{
		margin-bottom:20px;font-size:17px;
	}
	#album_img{
		width: 20em; /*was 21*/	
	}
	#bio{
		margin-bottom:20px; /*was 30*/
	}
	#title{margin-bottom:6px;}
	#announcement{font-size:16px;}
}
@media only screen and (max-height: 670px) {
    h1 {margin-bottom:6px;/*was 10*/}
	nav{margin-bottom:12px;/*was 14*/}
	#bio_dx{margin-bottom:15px;font-size:16px;}
	#album_img{
		width: 17em;/*was 22*/
		
	}
	#bio{
		margin-bottom:15px;/*was 30*/
	}
	h1{font-size:85px;height:85px;}/*was 95*/
	#title{height:85px;}#announcement{font-size:15px;}
	}
	

@media only screen and (max-height: 570px){
    h1 {margin-bottom:5px;/*was 6*/}
	#bio_dx{margin-bottom:11px;font-size:15px;/*was 18*/}
	#album_img{
		width: 14em;/*was 18*/
	}
	h1{font-size:75px;height:75px;}/*was 85*/
	#title{height:75px;}#announcement{font-size:14px;}
}
@media only screen and (max-height: 390px){
	#album_img{
		width: 13em;/*was 18*/
	}
	#bio_dx{font-size:17px;font-size:14px;/*was 16*/}
	h1{font-size:70px;height:70px;}/*was 85*/
	#title{height:70px;}#announcement{font-size:13px;}
}
@media only screen and (max-height: 500px){
	#bio{display:inline-block;}
	#bio_dx_container{display:inline-block;vertical-align: middle;}
	#bio_dx{margin-bottom:25px;}
	#title{display:inline-block;}
	nav{display:inline-block;}
	#album_stuff{display:inline-block;position:relative; right:0;width:300px;}
}



	