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



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

section #app_info .price p {
	font-family: "Handlee";
	font-size: 24px;
	color: #003694;
	font-weight: regular;
}

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

h2 {
	font-family: "Quicksand";
	font-size: 18px;
	color: #aaaaaa;
	font-weight: 300;
}
	h2 .icon{
		font-size: 18px;
	}

h3 {
	font-family: "Quicksand";
	font-size: 14px;
	color: #aaaaaa;
	font-weight: 700;
}

a {
	color: #8bafd6;
}
a:hover {
	color: #003694;
}

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

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

