
/*--------------------------------------------
Sets the link colors of the theme
---------------------------------------------*/



section #app_info span.tagline {
	font-family: "Signika Negative";
	font-size: 18px;
	color: ;
	font-weight: 300;
}

section #app_info .price p {
	font-family: "Clicker Script";
	font-size: ;
	color: ;
	font-weight: regular;
}

h1 {
	font-family: "Signika Negative";
	font-size: 50px;
	color: #757575;
	font-weight: 300;
}

h2 {
	font-family: "Signika Negative";
	font-size: ;
	color: ;
	font-weight: 300;
}
	h2 .icon{
		font-size: ;
	}

h3 {
	font-family: "Signika Negative";
	font-size: ;
	color: ;
	font-weight: 300;
}

a {
	color: #319ebc;
}
a:hover {
	color: #333333;
}

::selection { background: #333333; color: #fff; }

::-moz-selection { background: #333333; color: #fff; }

