@charset "UTF-8";
/* CSS Document */
html {
	font-size : 80%;
	line-height :1.5
	}
body {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	-webkit-font-feature-settings: "palt";
	font-feature-settings : "palt";
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
	}
a	{ 
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	}
a:link		{ color: #000; }
a:visited	{ color: #000; }
a:hover		{ color:#666; }
a:active	{ color: #000; }


a img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

h1,h2,h3,h4,h5 {
	text-transform:capitalize;
	font-weight:bold;
	}

h1 {
	font-size : 1.5em; 
	line-height : 1.3; 
	margin-bottom : 0em;
	} 
h2 {
	font-size :1em; 
	line-height : 1.4; 
	margin-bottom : 0.25em
	} 
h3 {
	font-size : 1em; 
	line-height : 1.8; 
	font-weight:normal;
	margin-bottom :0.5em;
	} 
h4 {
	font-size : 1em; 
	line-height : 1.5; 
	margin-bottom :0.5em;
	}
h5 {
	font-size : 1em;
	line-height : 1.5;
	margin-bottom :0.5em;
	}	

/*-------------------------------------------------------------------------
  768px
---------------------------------------------------------------------------*/
@media screen and (min-width : 768px){
html{ font-size : 85% } 
}

/*-------------------------------------------------------------------------
  1024px
---------------------------------------------------------------------------*/
@media screen and (min-width : 1024px) {
html{ font-size : 100% } 
}