@charset "UTF-8";
/* CSS Document */

/* custom font */

@font-face{
	
	font-family:larke;
	src:url(../fonts/LarkeNeueThin.ttf);
}
@font-face{
	font-family:larke2;
	src:url(../fonts/LarkeNeueBold.ttf);
}

@font-face{
	font-family:larke3;
	src:url(../fonts/Larke.ttf);
}


h1{
	font-family:larke;
	font-size: 24px;
	letter-spacing: 12px;
}

h2{
	font-family:larke;
	font-size:10px;
	letter-spacing:5px;
	
}

h3{
	font-family:larke;
	font-size:14px;
	letter-spacing:7px;
	font-weight:bolder;
	
}

h4{
	font-family:larke;
	font-size:13px;
	letter-spacing:6;
}

/*h5{
	font-family:larke;
	font-size:22px;
	letter-spacing:11px;
}
*/
h5{
	font-family:larke;
	font-size:10px;
	letter-spacing:3px;
	
}




.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

   .fade:hover {
      opacity: 0.7;
      }

