
/* links */
a:link {
	color: #006D54;
	text-decoration: none;
	font-family:'Roboto',Helvetica,Arial,sans-serif
}

a:visited {
	color: #006D54;
	text-decoration: none;
	font-family:'Roboto',Helvetica,Arial,sans-serif
}

a:hover {
	color: #009d62;
	text-decoration: underline;
	font-family:'Roboto',Helvetica,Arial,sans-serif
}

a.litelink:link {
	color: #c0fee0 ;
	text-decoration: underline;
	font-family:'Roboto',Helvetica,Arial,sans-serif
}

a.litelink:visited {
	color: #c0fee0 ;
	text-decoration: underline;
	font-family:'Roboto',Helvetica,Arial,sans-serif
}

a.litelink:hover {
	color: #d9feec;
	text-decoration: none;
	font-family:'Roboto',Helvetica,Arial,sans-serif
}

/*
h1,h2,h3,h4,h5,h6
{font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;text-transform:none;font-weight:700;olor: #D3570C;
}
*/

/* HEADINGS and PARAGRAPH font and weight and sizing specs */


h1 {
	font-family: 'Droid Serif',Times,Times New-Roman; font-weight:700;font-size:2em;color: #d87e48;margin-bottom:6px;
}

h2 {
	font-family: 'Droid Serif',Times,Times New-Roman; font-weight:700;font-size:1.8em;color: #d87e48; margin-bottom:6px;
}  

h3 {
	font-family: 'Droid Serif',Times,Times New-Roman; font-weight:700;font-size:1.6em;color: #d87e48; margin-bottom:6px;
} 

h4 {
	font-family: 'Droid Serif',Times,Times New-Roman; font-weight:700;font-size:1.4em;color: #d87e48; margin-bottom:6px;
}

h5 {
	font-family: 'Droid Serif',Times,Times New-Roman; font-weight:700;font-size:1.2em;color: #d87e48; margin-bottom:6px;
}

p,ul,ol,li	{
	font-family:color:#333;font-family:'Roboto',Helvetica,Arial,sans-serif
}

.rounded5 {	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px; 
}

.linkscroll {
	font-family: 'Roboto', arial, helvetica, sans-serif !important;
	font-weight:700 !important;
}

.justi	{
	text-align: justify;
	text-justify: inter-word;
}

.portfolio-caption	{
background-color:#e6edf4 !important;
}

