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


h1 {
	font-family: "Montserrat";
	font-size: 37px;
	color: ;
}
h5 {
	font-family: "Montserrat";
	font-size: ;
	color: ;	
}

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

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

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

