/* http://www.hongkiat.com/blog/responsive-web-nav/ */

@media screen and (max-width: 700px) {

.pagewrap {

}

#header{

font-size: 70%;



}

.iphonebox {
display:inherit;

}

.regularhide {

display: none;

}

.box {

font-size: 100%;
padding-bottom: 4em;
position: relative;
left: 3em;
top: 1em;
margin-left: -35px;
max-width: 90%;


}

/* http://kevinp93.com/blog/facebook-images-on-website/ */

/*http://www.alexanderinteractive.com/blog/2012/03/display-facebook-photos-on-your-website-with-galleria/ */


.FB_pic_container
{
left: 3%;
}






#footer {


font-size: 50%;
margin-top: -110px;
height:110px;


}

.align {
font-size: 150%;

}

}

/* http://www.hongkiat.com/blog/responsive-web-nav/ */

@media screen and (max-width: 480px) {

	#header {
		height: 100%;
	}
	
	.FB_pic_container
{
	display:block;
	left:25%
	

}

.regularhide {

display: none;

}



.iphonebox {

display: inherit;

}

#boxcom{

display: none;

}

.flash{

display:none;

}
	
	.box {
		width:auto;
		float: none;
		margin: 20px 0;
		margin-left: -40px;
		max-width: 90%;

	}

#footer {
font-size: 50%;
}


}
