h1 {
	padding-top: var(--header-height);
	padding-bottom: 1.5rem;
}

footer {
	margin: 0;
}
main {
	opacity: 1 !important;
}

body canvas.contact-animation {
	width: 1100px;
	height: 1100px;
	left: -540px !important;
}

@media screen and (max-width: 1025px) {
	body canvas.contact-animation {
		width: 500px;
		height: 500px;
		left: -280px !important;
		top: 0;
	}
}

footer {
	padding-top: 5rem;
}

.samuraj-inner-section p.text--accent a {
	color: var(--accent);
}

.samuraj-inner-section p.text--accent {
	margin-top: var(--space-s);
}

.contact-hero-contacts a {
	color: var(--accent) !important;
	margin-top: 22px;
	display: inline-block;
	font-size: var(--text-l);
}
