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


h1 {
	font-family: "Amatic SC";
	font-size: 45px;
	color: #ed5f21;
}
h5 {
	font-family: "Unica One";
	font-size: 16px;
	color: #717171;	
}

div#content_wrap a,
div.widget a {
	color: #6fc2c5;
}
div#content_wrap a:hover,
div.widget a:hover {
	color: #444444;
}

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

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

