/*
$background-color: #0A1D2C;
$heading-color: #fff;
$font-color: rgba(255,255,255,.8);
$link-color: rgba(255,255,255,.8);
$font-size-heading: 1rem;
$font-size: 1rem;

.site-footer{
	background: $background-color;
	font-size: $font-size;	

	h2,h3,h4{
		color: $heading-color;
	}
	h3{
		font-size: $font-size-heading;
		$heading-color: #fff;
		margin-bottom: 18px;
		font-weight: 600;
		border-bottom: 1px solid #fff;
		display: inline-block;
	}
	p, span, small{
		color: $font-color;
	}
	.footer-navigation a,
	.footer-navigation a:visited,
	.footer-navigation a:hover,
	a{
		color: $link-color;
		font-weight: 400;
	}
	ul{
		margin: 0;
	}
}

*/


