$background-color: #EBF7FE;
$link-color: #fff;
$font-size: 1rem;

.site-footer{
	background: rgba(0,0,0,.1);
	
	font-size: $font-size;	

	h4{
		font-size: $font-size;
		font-family: Inter,sans-serif;
		color: #fff;
		font-weight: bolder;
		font-size: .9rem;
		text-decoration: underline;
	}
	
	a,div{
		font-size: .9rem;
		color: #fff;
	}

}

.footer-logo-wrapper img{
	max-height: 80px;
}
.site-footer-content{
	/* max-width: 1600px; */
	margin: 0 auto;

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#101010+0,222324+50,101010+100 */
	background: rgb(16,16,16); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(16,16,16,1) 0%, rgba(34,35,36,1) 50%, rgba(16,16,16,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(16,16,16,1) 0%,rgba(34,35,36,1) 50%,rgba(16,16,16,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(16,16,16,1) 0%,rgba(34,35,36,1) 50%,rgba(16,16,16,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#101010', endColorstr='#101010',GradientType=1 ); /* IE6-9 */

}

.footer-navigation,
.footer-socials{
	padding-top: 50px;
}

.footer-socials .fa{
	font-size: 24px;
}

.footer-navigation a,
.footer-navigation a:visited,
.footer-navigation a:hover{
	color: $link-color;
	font-weight: 400;
}


