/* Hide Framer floated buttons: "new free template" / "made in framer" */
#__framer-badge-container {
	display: none !important;
}

/* Scrollbar: black thumb, white track */
html {
	scrollbar-color: #000 #fff;
	scrollbar-width: thin;
}
::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
::-webkit-scrollbar-track {
	background: #fff;
}
::-webkit-scrollbar-thumb {
	background: #000;
	border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
	background: #333;
}
.framer-w9jw1w.framer-lux5qc{
	display: none !important;
}

/* Mobile: center Framer text preset */
@media (max-width: 809.98px) {
	.framer-text.framer-styles-preset-1ofbdlo {
		text-align: center !important;
	}
}

/* Mobile: center "Studio" nav text and place it at center of line (class added by custom-links.js) */
@media (max-width: 809.98px) {
	.dorra-studio-nav-row {
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
		text-align: center !important;
	}
	.dorra-studio-nav {
		text-align: center !important;
		display: block !important;
		width: 100% !important;
		justify-content: center !important;
	}
	a.dorra-studio-nav {
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
	}
}

/* Social/contact link icons (injected by custom-links.js) */
.dorra-social-icon {
	display: inline-block;
	vertical-align: middle;
	width: 1.5em;
	height: 1.5em;
	margin-right: 0.4em;
	color: #fff;
}
.dorra-social-icon svg {
	width: 100%;
	height: 100%;
	fill: currentColor;
}

/* Contact page / Contacts section: bigger black icons */
section[data-framer-name="Contacts"] .dorra-social-icon {
	width: 2.25em;
	height: 2.25em;
	margin-right: 0.5em;
	color: #000;
}