@charset "UTF-8";
/* CSS Document */

/*IPad potrait*/
@media screen and (max-width: 767px) {
	
	h1.header-internal{
	font-size: 30px;
	}
	
	h2.header-internal {
	font-style: italic;
	font-size: 20px;
	}
	
	h1.header-home{
	font-size: 40px;
	}

	h2.header-home {
	font-style: italic;
	font-size: 25px;
	}
	

}
/*IPad Landscape*/
@media screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	
#SIF-navbar a{
	font-size: 0.8em;
	}
	
}