#global-footer {
	color: rgb(116,122,133);
	background-color: rgb(33,37,42);
	text-align:center;
}
#global-footer section content,
#global-footer section nav{
	width:90%;
	max-width:1280px;
	margin:0 auto;
}

#global-footer nav 
div {
	margin:0 auto;
	padding:1rem 0;
	border-width:0 0 1px 0;
	border-style:solid;
	border-color:rgb(116,122,133);
}
#global-footer h4 {
	margin:2rem 0;
}
#global-footer nav div a {
	margin:1.5rem 0;
	display:block;
	color: rgb(116,122,133);

}
#global-footer nav div:first-of-type a{
	display:inline-block;
	margin:1rem;
}
#global-footer nav div:last-of-type h4{
	display:none;
}
#global-footer nav div a svg{
	height:3rem;
}
#global-footer img{
	height:auto;
	width:80%;
}
#global-footer .copyright{
	background-color: rgb(26, 30, 34);

}

@media (min-width: 800px) {
	#global-footer {
		text-align:left;
	}
	#global-footer h4,
	#global-footer a,
	#global-footer p
	 {
		font-size:.87rem;
	}
	#global-footer section {
		padding:3rem 0;
	}
	#global-footer nav{
		display:flex;
		justify-content:space-between;
		align-items:stretch;

	}
	#global-footer nav div {
		width:20%;
		padding:1rem 0 1rem 1rem;
		border-width:0 0 0 1px;

	}
	#global-footer nav div:last-of-type h4{
		display:block;
	}

	#global-footer nav div:first-of-type {
		width:30%;
		padding:1rem 0;
		border-width:0;
	}
	#global-footer nav div:first-of-type img{
		width:90%;
	}
	#global-footer nav div:first-of-type svg{
		height:2rem;
	}
	#global-footer .disclaimer{
		padding:4rem 0;
	}
	#global-footer .disclaimer p{
		font-size: .8rem;
	}
	#global-footer .disclaimer img{
		width:auto;
		height:4rem;
	}

}