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


section #app_info .text a {
	font-family: "Quicksand";
	font-size: 25px;
	color: ;
	font-weight: 300;
}

section #app_info span.tagline {
	font-family: "Quicksand";
	font-size: 19px;
	color: #1f1f1f;
	font-weight: 300;
}

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

h1 {
	font-family: "Quicksand";
	font-size: 28px;
	color: #aaaaaa;
	font-weight: 300;
}

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

h3 {
	font-family: "Philosopher";
	font-size: 18px;
	color: #353535;
	font-weight: regular;
}

a {
	color: #6B6B6B;
}
a:hover {
	color: #333333;
}

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

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

