@charset "UTF-8";

/* Smartphones (portrait and landscape) ----------- */
@media screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	
.container{
	min-height:1000px;
}
	
p{
	font-size:38px;
	}
	
p.boldNumber{
	font-size: 42px;
}

p.smallText{
	font-size: 18px;
}
	
.phone{
	font-size:28px;
}

.email{
	font-size:28px;
}
	
header{
	height: 60px;
}
	
#topPics{
	width: 100%;
}

#bottomPics{
	width: 100%;
}
	

}

/* iPads (portrait and landscape) ----------- */
@media screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	


}

/* ----------- Non-Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
  

}




