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



/*IPad potrait*/
@media screen and (max-width: 767px) {
	
	h1.header-home{
	font-size: 2em;
	}

	h2.header-home {
	font-style: italic;
	font-size: 1.5em;
	}
	
	#logo {
		width:150px;
	}
	
	h1.header-internal{
	font-size: 1.5em;
	}
	
	h2.header-internal {
	font-style: italic;
	font-size: 1em;
	}

	.uk-overlay h3 {
		font-size: 1.1em;
	}	
	.uk-overlay p {
		font-size: 12px;
	}	
	
}
/*IPad Landscape*/
@media screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	
	#SISS-navbar a{
		font-size: 0.8em;
		}	
}