body {
	background-color: white;
	color: white;
	font-size: 2vw;
	font-family: FondamentoRegular;
}

a {
	text-decoration: none;
	color: white;
}

ul {
	margin-bottom: -35px;
}

a:hover {
	text-decoration: underline;
}

@font-face {
	font-family: FondamentoRegular;
	src: url(media/Fondamento-Regular.ttf);
}

#sdleft {
	margin-left: -33px;
	margin-top: -1.2%;
}

#sdright {
	margin-right: -33px;
	margin-top: -1.2%;
}

.stickydesign {
	margin-top: -2%
}

.bggrad {
	background: hsla(128, 27%, 6%, 1);
	background: linear-gradient(90deg, hsla(128, 27%, 6%, 1) 0%, hsla(136, 15%, 20%, 1) 100%);
	background: -moz-linear-gradient(90deg, hsla(128, 27%, 6%, 1) 0%, hsla(136, 15%, 20%, 1) 100%);
	background: -webkit-linear-gradient(90deg, hsla(128, 27%, 6%, 1) 0%, hsla(136, 15%, 20%, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#0B130C", endColorstr="#2B3A2F", GradientType=1 );
}

/* Image Border */
#borderimg {
	border: 150px solid transparent;
	border-image: url(images/border.png);
	border-image-slice: 46%;
}

/* Space between words via Span */
.spanspace {
	margin-left: 12px;
	margin-right: 12px;
}

/* STICKY HEADER GROUP */
.stickyhp {
	font-size: 3.7vw;
}

.stickyh {
	position: sticky;
	top: 0px;
	z-index: 1;
	margin-top: -42px;
	background-color: #0b130c;
}