@charset "utf-8";

@font-face {
    font-family: 'stilulight';
    src: url('../images/stilu.light-webfont.eot');
    src: url('../images/stilu.light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../images/stilu.light-webfont.woff2') format('woff2'),
         url('../images/stilu.light-webfont.woff') format('woff'),
         url('../images/stilu.light-webfont.ttf') format('truetype'),
         url('../images/stilu.light-webfont.svg#stilulight') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
	background-image: url("../images/background-75.png");
	 background-repeat: no-repeat;
    background-size:cover; 
	background-position: center center;
	background-attachment: fixed;
	text-align: center;
	
}
.font-stilu{
	font-family: 'stilulight';
}
body h1{
    color: rgba(0,0,0,1.00);
    font-weight: bolder;
    font-size: 28pt;
	margin:100px 25px 25px;
	
}
body h2{
    color: rgba(0,0,0,1.00);
    font-weight: normal;
    font-size: 24pt;
}
body h3{
	color: rgba(0,0,0,1.00);
    font-weight: normal;
    font-size: 18pt;
}
body p {
	color: rgba(0,0,0,1.00);
    font-weight: lighter;
    font-size: 16pt;
	margin: 0px 30px;
}

@media only screen and (max-width: 880px) {
	
	body h1{
		font-size:24px;
	}
	body h2{
		font-size: 20px;
	}
	body h3{
		font-size: 14px;
	}
	
	body p{
		font-size: 12px;
	}
}


