

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;

}






body, div {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

h1, h2, h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

b, .bold {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

a { text-decoration: none; color: black}




body, div {
	font-size: 18px;
	line-height: 27px;
}


h2 {
	font-size: 18px;
	margin-top: 30px;
}

#logo {
	letter-spacing: 0.4px;
}


#footercopyright h1 {
	font-size: 18px;
}









@media only screen
and (max-width : 1280px)
{
	h1 {font-size: 26px; line-height: 38px;}

}







h1 {font-size: 32px; line-height: 42px;}
.h12 {font-size: 39px; letter-spacing: 1px;}
.h13 {font-size: 46px; position: relative; letter-spacing: 1px; top: 0px;}






@media only screen
and (max-width : 800px)
{
	h1 {font-size: 22px; line-height: 30px;}



	.h12 {font-size: 27px; letter-spacing: 0.4px;}
	.h13 {font-size: 33px; letter-spacing: 0.8px;}




}






@media only screen
and (max-width : 560px)  {

	 h1 {
		font-size: 18px;
		line-height: 25px;
	}


	.h12 {font-size: 21px;}
	.h13 {font-size: 25px; }




	body, div {
		font-size: 14px;
		line-height: 22px;
	}
}










