@import url("init.css");
@import url("font-awesome.css");

/*
	COLORS
	purple:	#872890;
					135, 40, 144
	yellow: #ffd801;
					255, 216, 1
*/

@font-face {
    font-family: 'italiannoregular';
    src: url('font/italianno-regular-otf-webfont.eot');
    src: url('font/italianno-regular-otf-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/italianno-regular-otf-webfont.woff2') format('woff2'),
         url('font/italianno-regular-otf-webfont.woff') format('woff'),
         url('font/italianno-regular-otf-webfont.ttf') format('truetype'),
         url('font/italianno-regular-otf-webfont.svg#italiannoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.icons {
	font-size: 1.25em;
}

.smaller {
	font-size: .8em;
}

body {
	font-family: Tahoma, Helvetica, Arial, Sans-Serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #000;
	background: #fff url('images/sis_background.jpg') center top no-repeat;
	background-attachment: fixed;
}
/* combining doesn't work */
*::selection {
	color: #fff;
	background: #872890; /* WebKit/Blink Browsers */
}

*::-moz-selection {
	color: #fff;
	background: #872890; /* Gecko Browsers */
}
*::selection {
	color: #fff;
	background: #872890; /* WebKit/Blink Browsers */
}

*::-moz-selection {
	color: #fff;
	background: #872890; /* Gecko Browsers */
}

header, section, footer {
	margin: 0 auto;
	width: 90%;
	max-width: 1200px;
	clear: both;
	text-align: left;
}

header {
	position: relative;
}

p {
	margin: 0;
	padding: 0 0 20px 0;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #872890;
	font-weight: bold;
	font-style: normal;
}

a:hover {
	color: #ffd801;
}

nav {
	margin: 0 auto 0;
	list-style: none;
	padding: 0 0 0 0;
	text-align: center;
	vertical-align: bottom;
}

nav li {
	display: inline;
	text-transform: uppercase;
}

nav a, nav a:link, nav a:visited, .current {
	font-weight: bold;
	font-size: 1.2em;
	display: inline-block;
	padding: 10px 30px;
	margin: 0 -2px;
	color: #872890;
	overflow: hidden;
}

nav a:hover {
	color: #ffd801;
	background: url("images/arrow2.png") no-repeat bottom center;
}

.current {
	background: url("images/arrow.png") no-repeat bottom center;
	overflow: hidden;
}

#menu-icon {
	display: none;
	width: 90%;
	text-transform: uppercase;
}

a:hover#menu-icon {
	/*background: #872890 url("images/menu-icon2.png") no-repeat bottom center;*/
	background: #872890;
}

a img {
	vertical-align: middle;
	padding: 0;
	margin: 0;
	border: 0;
}

ul {
	display: block;
	padding: 0;
	margin: 0;
}

ul.ind {
	margin: 0 0 0 2%;
}

h1, h2 {
	/*font-family: 'journalregular', Arial, sans-serif;*/
	font-family: 'italiannoregular', Arial, sans-serif;
	/*font-weight: bold;*/
	font-size: 3.5em;
	padding: 0 0 0 0;
}

h2 {
	font-size: 2.0em;
}

h3 {
	font-weight: bold;
	font-style: italic;
}

h3 img {
	width: 40%;
	height: auto;
}

section {
	clear: both;
}

.map {
	/*width: 50%;*/
	margin: 0 auto;
	text-align: center;
}

.iframe-cont {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 35px;
	height: 0;
	overflow: hidden;
}

.iframe-cont iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

article, sidebar {
	line-height: 1.6;
	padding: 9px 1.5%;
}

sidebar {
	border: 1px solid black;
}

article {
	font-size: 1.2em;
	min-height: 600px;
	float: left;
	width: 77%;
}

article img {
	float: right;
	padding: 5px 0 0 30px;
	vertical-align: top;
}

sidebar img {
	float: none;
	margin: 0 auto;
	width: 98%;
	height: auto;
	}

.news {
	text-align: left;
	width: 98%;
	height: auto;
	margin: 0 0 15px 0;
	clear: both;
}

.news a, .linkspage {
	font-size: 100%
	}

.news2 {
	width: 69%;
	height: auto;
}

.newsimg {
	float: right;
	margin: 0 0 10px 15px;
	padding: 0 0 auto 0;
	vertical-align: top;
	width: 30%;
	height: auto;	
}

sidebar {
	float: right;
	width: 15%;
	margin: 78px 0 -55px 0;
}

sidebar ul {
	margin: 0 0 0 4%;
}

sidebar ul li {
}

img {
	max-width: 50%;
	height: auto;
}

.navcover {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 270px;
	color: #000;
	/* background: url("images/header.png") #facfe2 no-repeat bottom center; */
	background-size: cover;
	/* background-size: contain; */
	text-align: center;
}

.head {
	font-size: 5em;
	padding: 10px 0 0 0;
	text-align: center;
}

.tag {
	font-size: 1.5em;
	padding: 1% 0 0 0;
}

photos {
    /*
    display:flex;
    justify-content:center;
    align-items:center;
    */
    margin: 0 0 0 2%;
    width: 100%;
}

photos img {
	padding: .5%;
	float: left;
	width: 31%;
	height: auto;
}

.clear {
	clear: both;
}

.imgleft {
	float: left;
	padding: 5px 30px 0 0;
	vertical-align: top;
}

.callout, .callout2 {
	color: #000;
	background: #872890;
	background: rgba(135, 40, 144, .25);
	width: 45%;
	margin: -1em 2% 2em 2%;
	padding: 0.5em 0 0.8em 0.6em;
	text-align: left;
	font-weight: bold;
	font-size: .9em;
	line-height: 1.75;
}

.callout2 {
	width: 80%;
}

.callout ul, .callout2 ul {
	font-size: smaller;
}

footer {
	text-align: center;
	margin: 0 auto 7px;
	padding: 20px 0 15px 0;
	color: #000;
	background: #fff;
	/* background: url("images/footer.jpg") #000 no-repeat top center; */
	/* background-size: cover; */
	background-size: contain;
}

footer p {
	padding: 10px 0 10px 0;
}

/* Contact form */
.contact-form {
	width: 400px;
	margin: -5px 0px 0px 0px;
}

.required {
	/*color: #900;*/
}

.hilight {
	/*color: #b232b2;*/
	font-weight: bold;
	font-style: italic;
	/*font-size: 110%;*/
}

.missing {
	border: #b00 double 4px;
}

.outline {
	padding: 12px 10px 20px 7px;
	border: #062106 double 4px;
}

.form-text, .form-text-short {
	font-size: .8em;
	padding: 5px 5px 5px 10px;
	width: 60%;
	color: #000;
	background-color: #fff;
}

.form-text-short {
	width: 340px;
}

/* combining doesn't work */
.form-text::selection {
	color: #fff;
	background: #872890; /* WebKit/Blink Browsers */
}

.form-text::-moz-selection {
	color: #fff;
	background: #872890; /* Gecko Browsers */
}
.form-text-short::selection {
	color: #fff;
	background: #872890; /* WebKit/Blink Browsers */
}

.form-text-short::-moz-selection {
	color: #fff;
	background: #872890; /* Gecko Browsers */
}

/*
min-width
max-width
min-height
max-height
orientation=portrait
orientation=landscape
*/

ul.form1 {
	list-style-type: none;
	padding: 0;
	margin: 1% 0 0 2%;
}

li.forms {
	background: url("forms/pdf_logo.png") no-repeat left top;
	height: 36px;
	padding: 0 0 0 3%;
}
/* PayPal buttons */
.pp_inline {
	vertical-align: middle;
}

@media only screen and (min-width: 1270px) {
	.navcover {
		background-size: contain;
	}
}

@media only screen and (min-width: 901px) and (max-width: 1049px) {
	/* mobile, pads etc... */

	nav a, nav a:link, nav a:visited, .current {
		font-size: 1.2em;
		padding: 10px 20px;
		overflow: hidden;
	}

	article, sidebar {
		/*float: none;*/
		/*width: 95%;*/
	}
 		
	article {
		margin: 0 0 20px 0;
	}
 	
}

@media only screen and (min-width: 901px) and (max-width: 990px) {
	/* mobile, pads etc... */

	h1 {
		font-size: 2.0em;
	} 	
}
 

@media only screen and (min-width: 500px) and (max-width: 900px) {
	/* mobile, pads etc... */

	nav a, nav a:link, nav a:visited, .current {
		font-size: 1.0em;
		padding: 10px 10px;
		overflow: hidden;
	}
 	
	h1 {
		font-size: 2.0em;
	}
	
	h2 {
		font-size: 1.5em;
	}
	
}
 
@media only screen and (min-width: 10px) and (max-width: 499px) {
	/* mobile, iphone, android */
		
	body {
		font-size:12px;
		background: #fff url('images/sis_background_mobile.jpg') center top no-repeat;
	}

	header, section, footer {
		padding: 0 12px 0 0;
	}

	nav ul, nav:active ul {
		display: none;
		position: absolute;
		z-index: 1000;
	}

	nav:hover ul {
		display: block;
		width: 100%;
		z-index: 1000;
		background: #872890;
	}

	nav a, nav a:link, nav a:visited, nav a:hover {
		/* font-size: .8em; */
		margin: 0 -1px;
		padding: 10px 20px;
		overflow: hidden;
		width: 90%;
		color: #872890;
		background: #fff;
		/* border: 1px solid #facfe2; */
	}

	nav a:hover, .current {
		color: #ffd801;
		background: #fff;
	}

	.current {
		color: #ffd801;
		display: none;
	}

	#menu-icon {
		display: inline-block;
		/*background: url("images/menu-icon.png") -10px 2px no-repeat;*/
	}

	#menu-icon:hover {
		/*background: url("images/menu-icon2.png") no-repeat left center;*/
	}

	.head {
		padding: 15% 0 0 0;
	}

	.tag {
		font-size: 1em;
		padding: 2% 0 0 0;
	}

	.callout {
		width: 95%;
	}
	img {
		max-width: 100%;
		height: auto;
	}

	photos {
		margin: 0 auto;
		width: 90%;
	}
				
	photos img {
		margin: 0 auto;
		text-align: center;
		float: none;
		width: 100%;
		height: auto;
	}

	article img, .imgleft, .gallery, .newsimg {
		float: none;
		clear: both;
		width: 98%;
		height: auto;
		margin: 0 0 0 1.5%;
		padding: 0 0 10px 0;
	}

	article, sidebar {
		float: none;
		width: 100%;
	}
	
	sidebar {
		margin: 0 auto 9%;
	}
 		
	article {
		margin: 0 0 20px 0;
	}
		
	h1 {
		font-size: 1.7em;
	}
		
	h2 {
		font-size: 1.5em;
	}
 	
	h3 img {
		width: 100%;
		height: auto;
		margin: 0 0 8px 0;
	}

	footer {
		/*background: url("images/footer_small.png") #000 no-repeat bottom center;*/
	}
	
	footer p {
		padding: 0 0 45px 0;
	}
	
	ul.form1 {
		list-style-type: none;
		padding: 0;
		margin: 2% 0 0 2%;
	}

	li.forms {
		background: url("forms/pdf_logo.png") no-repeat left top;
		height: 36px;
		padding: .75% 0 0 8%;
	}

}
 
 
 
 
 
 
 
 
 
 
 
 
