/* Theme */

main {
	background: rgba(244, 244, 244, 1);;
	color: rgba(80, 80, 80, 1);
}

.icons-social a {
	color: rgba(80, 80, 80, 1);
}

.icons-social a svg path{
	fill: rgba(80, 80, 80, 1);
}

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: underline; }
