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



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: 30px;
	color: #003551;
	font-weight: regular;
}

h2 {
	font-family: "Philosopher";
	font-size: 26px;
	color: #004c75;
	font-weight: regular;
}
	h2 .icon{
		font-size: 26px;
	}

h3 {
	font-family: "Philosopher";
	font-size: 20px;
	color: #004c75;
	font-weight: regular;
}

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

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

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

