/* Init Syles */
html {
  scroll-behavior: smooth;
}

/*
:target {
	scroll-margin-top: 120px;
}
*/


/* Visual Signature */
footer #visualSignature div:last-child{
	background-color: #c1d72e;
	height: 9px;
}

footer #visualSignature img {
	display: inline-block;
	margin-bottom: 1rem
}
footer #visualSignature{
	background-color: rgba(0,0,0,.8);
	padding-top: 1em;
}

footer .subFooter{
	margin-top: 2rem;
	margin-bottom: .3em;
	float: left;
	color: #fff;
}

/* Utilty Class */
.customContainer{
	width: clamp( 320px , 100% , 1320px );
	padding: 0 15px;
	margin: 0 auto;
}

.customContainerFull{
	padding: 0 15px;
}

.hSpacer,
.s{
	margin-top: 2em;
	margin-bottom: 2em;
}
