/* Theme */

main {
	background: #485564;
	color: #FAFAFA;
}

footer {
	background: #485564;
	color: #FAFAFA;
}

.icons-social a {
	color: #FAFAFA;
}

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

a:link {
	color: #FAFAFA;
	text-decoration: none;
  }
  
  /* visited link */
  a:visited {
	color: #FAFAFA;
	text-decoration: none;
  }
  
  /* mouse over link */
  a:hover {
	color: gray;
  }
  
  /* selected link */
  a:active {
	color: #FAFAFA;
  }