/*
Theme Name: Responsive Web Site

Description:  Tema realizzato in Html5, Responsive. 
Version: 1.0
Author: Andrea Marchetti
Site: http://www.marchettidesign.net
*/

/* Reset.css */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;vertical-align: baseline;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display: block;}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
/*html {overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }*/


/*** General ***/



body {
/*	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;*/
    font-family: "Inter", sans-serif;
	font-weight: 300;
    font-optical-sizing: auto;
    font-style: normal;
	color:#E3E3E3;
	font-size: 20px;
	  }

strong {
	font-weight:bold;
    }

h2{
	font-size: 35px;
	font-weight: 900;
	text-align: center;
	padding-bottom: 15px;
    }

a{
	text-decoration: none;
	color: #FFF;
}
article {
	margin: 0px;
	padding-top: 10px;
	padding-right: 20%;
	padding-left: 20%;
	text-align: justify;
}
	figure {
	margin: 0px;
	padding-top: 0px;
	padding-right: 25%;
	padding-left: 25%;
}
	
	/* Structure */
	#header 		{
	width: 100%;
	float: left;
/*	background-color: #999999; opacity:0.8;*/
} 
	#mainmenu		{
	width: 100%;
	float: left
}
	#main 			{
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 30px;
}
	
/*** Menu ***/
#mainmenu ul 		{
	margin: 0px 0 0px 0px;
	float: right;
	width: 100%;
	list-style: none;
}
#mainmenu ul li 	{
	float: right;
	margin: 0 0px 0 0;
	position: relative;
}
#mainmenu a 		{
	color:#E3E3E3;
	display: block;
	padding: 14px 20px;
/*	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;*/
	font-size: 20px;
	font-weight: bold;
}
#mainmenu a:hover {
	text-decoration: underline;
}
	
	
	/* Button Responsive Menu*/
	.btn-responsive-menu{display: none;float: right;padding:5px;cursor:pointer;margin:  0px 20px 0 0;color: #ffffff;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);background:#333;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
	.icon-bar 			{display: block;width: 18px;height: 2px;margin:5px;background-color: #f5f5f5;-webkit-border-radius: 1px;-moz-border-radius: 1px;border-radius: 1px;-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);}

	.show{display:block!important}	
		
h1 {
	font-size: 24px;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}
footer {
	font-size: 16px;
	text-align: center;
	padding-top: 10px;
}

