/* #Tablet (Portrait)
================================================== 
*/

@media only screen and (min-width: 768px) and (max-width: 960px) {
	#centerContainer { width: 766px;}
	 h1{ font: 32px/1.5em "Cabin", sans-serif;}


}





/*  --------- #Mobile (Portrait) ---------------
================================================== 
*/

@media only screen and (max-width: 767px) {
    #centerContainer { width: 318px; }
	 h1{ font: 32px/1.5em "Cabin", sans-serif;}
	 	 input, select{width:275px;}
		 
		 #logo img{width:90%}

}










/* #Mobile (Landscape)
================================================== 
*/

@media only screen and (min-width: 480px) and (max-width: 767px) {
	#centerContainer { width: 480px; }
	 h1{ font: 32px/1.5em "Cabin", sans-serif;}



}