/* Theme */

main {
	background: #E8EAF6;
	color: #303F9F;
}

.icons-social a {
	color: #303F9F;
}

.icons-social a svg path{
	fill: #303F9F;
}

a:link {
	color: #303F9F;
}

a:visited {
	color: #303F9F;
}

a:hover {
	color: #303F9F;
}

a:active {
	color: #303F9F;
}