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


section #app_info .text a {
	font-family: "Racing Sans One";
	font-size: 24px;
	color: ;
	font-weight: regular;
}

section #app_info span.tagline {
	font-family: "Quicksand";
	font-size: ;
	color: ;
	font-weight: regular;
}

section #app_info .price p {
	font-family: "Nothing You Could Do";
	font-size: ;
	color: ;
	font-weight: regular;
}

h1 {
	font-family: "Quicksand";
	font-size: ;
	color: ;
	font-weight: regular;
}

h2 {
	font-family: "Philosopher";
	font-size: ;
	color: ;
	font-weight: regular;
}
	h2 .icon{
		font-size: ;
	}

h3 {
	font-family: "Philosopher";
	font-size: ;
	color: ;
	font-weight: regular;
}

a {
	color: #3eba32;
}
a:hover {
	color: #545354;
}

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

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

