@media (max-width: 767.98px) {

	.navbar.fixed-top, .chrome.top, .chrome.bottom, .playr, .paintr {
		display: none !important;
	}
	
	.gui {
		display: block;
		padding: 0 !important;
		gap: 0 !important;
	}
	
	.navigatr .chrome.top, .navigatr .chrome.bottom {
		display: none;
	}
	
	.window.animated {
		animation-name: none !important;
		visibility: visible !important;
	}

}

@media (min-width: 768px) {

	body {
		background: url('../i/fm.png') center center no-repeat;
		background-size: cover;
		color: #121b1d;
		overflow: clip;
		cursor: default !important;
		height: 100vh;
	}
	
	@font-face {
	    font-family: 'emulogicregular';
	    src: url('../f/emulogic-zrew-webfont.woff2') format('woff2'),
	         url('../f/emulogic-zrew-webfont.woff') format('woff');
	    font-weight: normal;
	    font-style: normal;
	}
	
	.wow {
        animation-name: none !important;
        visibility: visible !important;
	}
	
	/* @group Header */
	
	.gui header {
		display: none !important;
	}
	
	.navbar.rdcl .navbar-toggler {
		display: none;
	}
	
	.navbar.fixed-top, .dropdown-menu a {
		background: #c5cae9;
		justify-content: flex-start !important;
		align-items: center !important;
		align-self: start !important;
		font-family: emulogicregular;
		font-size: .6rem;
	}
	
	.navbar.fixed-top {
		border-bottom: 1px solid #aaa;
		padding: 0 2.4rem;
		background: url('../i/d/chrome.png') no-repeat left top;
		background-size: cover;
		border-right: 2px solid #303f9f;
		cursor: default !important;
	}
	
	.navbar.fixed-top .container-fluid {
		margin: 0 !important;
		padding: 0 !important;
		height: 100% !important;
		align-items: center !important;
	}
	
	.navbar.fixed-top .navbar-brand {
		display: block;
		background: url('../i/d/strawberry.png') no-repeat left top;
		background-size: 100%;
		width: 18px;
		height: 19px;
		margin-right: 1.4rem;
		text-decoration: none;
		text-indent: -999rem;
	}
	
	.navbar-expand {
		flex-direction: row;
	}
	
	.navbar-nav {
		align-items: stretch;
		height: 100% !important;
	}
	
	#clock {
		display: flex;
		align-items: center !important;
		align-self: start !important;
		text-shadow: 1px 1px 0 #eee;
	}
	
	.desktop .navbar-expand a, .dropdown-menu a {
		margin-right: 1.4rem;
		color: #303f9f !important;
		text-shadow: 1px 1px 0 #eee;
		cursor: default !important;
	}
	
	.desktop .navbar-expand a.show {
		background: blue;
		color: #fff !important;
		height: 100% !important;
		text-shadow: 1px 1px 0 #000 !important;
	}
	
	.dropdown-menu {
		background: #c5cae9;
		border-radius: 0 !important;
		border-bottom: 2px solid #9fa8da;
		border-right: 2px solid #9fa8da;
		border-left: 1px solid #e8eaf6;
		border-top: 1px solid #bfbfbf !important;
		outline: 1px solid #303f9f;
	}
	
	.dropdown-menu[data-bs-popper] {
		margin-top: 0 !important;
	}
	
	.navbar-text {
		min-height: 100%;
		height: 100% !important;
		color: #303f9f !important;
	}
	
	a.dropdown-item:hover, a.dropdown-item:active {
		background-image: none !important;
		background-color: blue;
		color: #fff !important;
		text-shadow: 1px 1px 0 #000 !important;
	}
	
	a.dropdown-item.disabled {
		color: #9fa8da !important;
	}
	
	/* @end */
	
	/* @group Main */
	
	
	/* @end */
	
	/* @group Chrome */
	
	.gui {
		display: flex;
		flex-direction: row;
		padding: 0;
		gap: 4rem;
		height: 100%;
		justify-content: center;
		align-items: center;
	}
	
	.window  {
		background-color: #c5cae9;
		opacity: .7;
		position: relative;
		height: 80%;
	}
	
	.window.active {
		opacity: 1;
		position: relative;
		z-index: 999;
	}
	
	.chrome.top, .chrome.bottom {
		border-bottom: 1px solid #aaa;
		padding: 0 1.2rem;
		background: url('../i/d/chrome.png') no-repeat left top;
		background-size: cover;
		border-right: 2px solid #303f9f;
		width: 100%;
		height: 27px;
		margin: 0 auto;
		display: flex;
		font-family: emulogicregular;
		font-size: .6rem;
		justify-content: flex-start !important;
		align-items: center !important;
		align-self: start !important;
		color: #303f9f !important;
		text-shadow: 1px 1px 0 #d2d2d2;
	}
	
	.chrome.top {
		cursor: grabbing;
	}
	
	.chrome.middle {
		width: 100%;
		height: auto;
		overflow-y: scroll;
		overflow-x: clip;
		border-bottom: 0px solid #303f9f;
		border-right: 2px solid #303f9f;
		border-left: 1px solid #303f9f;
		border-top: 1px solid #bfbfbf !important;
	}
	
	.chrome.bottom {
		position: absolute;
		bottom: -27px;
		right: 0;
	}
	
	.chrome img {
		width: 18px;
		height: auto;
		margin-right: 1rem;
	}
	
	.navigatr {
		width: 40%;
		max-height: 80% !important;
		order: 2;
	}
	
	.navigatr .chrome.middle {
		overflow-y: scroll !important;
		overflow-x: clip !important;
		height: 573px;
		height: calc(100% - 27px) !important;
	}
	
	.playr {
		width: 20%;
		height: 140px;
		order: 3;
	}
	
	.paintr {
		width: 300px;
		height: 400px;
		max-height: 80% !important;
		order: 1;
	}
	
	.paintr .chrome.middle {
		background: fuchsia;
		cursor: crosshair;
	}
	
	.playr .chrome.middle {
		font-family: emulogicregular;
		font-size: .6rem;
		padding: 1rem 0;
		height: 100%;
	}
	
	.controls {
		display: flex;
		flex-direction: row;
		justify-content: center !important;
		align-items: center !important;
		align-self: start !important;
	}
	
	.controls div :last-of-type {
		flex-grow: 1;
	}
	
	.seeker {
		margin: 0 auto;
		text-align: center;
	}
	
	.modal-content {
		border: none !important;
		border-radius: 0 !important;
		background:  none !important;
	}
	
	.modal-header, .modal-footer {
		border-bottom: 1px solid #aaa;
		padding: 0 1.2rem;
		background: url('../i/d/chrome.png') no-repeat left top;
		background-size: cover;
		border-right: 2px solid #303f9f;
		width: 100%;
		height: 27px;
		margin: 0 auto;
		display: flex;
		font-family: emulogicregular;
		font-size: .6rem;
		justify-content: flex-start !important;
		align-items: center !important;
		align-self: start !important;
		color: #303f9f !important;
		text-shadow: 1px 1px 0 #d2d2d2;
	}
	
	.modal-header p {
		color: #303f9f !important;
	}
	
	.btn-close {
		background: url('../i/bt-close.png') center center no-repeat;
		background-size: 70%;
		opacity: 1 !important;
		text-indent: -999rem;
	}
	
	.modal-body {
		width: 100%;
		height: auto;
		overflow-y: scroll;
		overflow-x: clip;
		border-bottom: 0px solid #303f9f;
		border-right: 2px solid #303f9f;
		border-left: 1px solid #303f9f;
		border-top: 1px solid #bfbfbf !important;
		background-color: #c5cae9;
		font-family: emulogicregular;
		font-size: .6rem;
		color: #303f9f !important;
		align-items: center;
	}
	
	.modal-body .row {
		align-items: center;
	}
	
	.modal-body p {
		color: #303f9f !important;
		text-shadow: 1px 1px #eee;
	}
	
	.modal-body button {
		background: url('../i/bt-ok.png') no-repeat left top;
		background-size: contain;
		width: 84px;
		height: 50px;
		border: none !important;
		color: #303f9f !important;
		font-size: .7rem;
		text-shadow: 1px 1px #fff;
		text-align: center;
	}
	
	.modal-footer {
		position: absolute;
		bottom: -27px;
		right: 0;
	}
	
	/* @end */
	
	/* @group Player */
	
	.box {
	    height: 100%;
	    width: 100%;
	}
	
	/* style for play and pause images */
	#play-pause {
	    height: 48px;
	    width: 48px;
	    cursor: pointer;
	}
	
	.wave img {
		width: 48px;
		height: 48px;
	}
	
	.song-artist {
		opacity: .7;
		font-size: .5rem;
	}
	
	.timez {
		display: flex;
		flex-direction: row;
		justify-content: space-between !important;
		align-items: center !important;
		align-self: start !important;
		width: 84%;
		margin: 0 auto;
	}
	
	/* style for current time of the track */
	.currentTime {
	    height: auto;
	    cursor: pointer;
	    align-items: center;
	}
	
	/* style for the total length of the track */
	.durationTime {
	    height: auto;
	    cursor: pointer;
	    z-index: 4;
	    align-items: center;
	    color: #e65100;
	    text-align: right;
	}
	
	/* style for the progress bar */
	#progress-bar {
	    -webkit-appearance: none;
	    appearance: none;
	    height: 5px;
	    background: #000000;
	    width: 84%;
	    border-radius: 30px;
	}
	
	/* style for the progress bar's slider thumb */
	#progress-bar::-webkit-slider-thumb {
	    -webkit-appearance: none;
	    margin-top: -3px;
	    margin-left: 0px;
	    height: 10px;
	    width: 7px;
	    border: 0;
	    background: #e65100;
	    border-radius: 30px;
	    cursor: pointer;
	}
	
	/* style for the progress bar's runnable track */
	#progress-bar::-webkit-slider-runnable-track {
	    -webkit-appearance: none;
	    appearance: none;
	    cursor: pointer;
	    max-height: 5px;
	    border-radius: 30px;
	}
	
	/* style to remove blue shade of the progress bar when clicked on/selected */
	#progress-bar:focus {
	    outline: none;
	}
	
	/* @end */

/* @group Footer */

	.footer-content .row img {
		width: 32px !important;
		height: auto !important;
	}

/* @end */
}

/* @group Bosch */

.navigatr .chrome.middle {
	background: url('../i/bg-body.png') left top;
	color: #121b1d;
}

/* @group Navbar */

.navbar.rdcl {
	margin: 0 !important;
	padding: 0 !important;
}

.navbar .container-fluid {
	padding: 1.2rem !important;
	height: auto;
}

.navbar-brand {
	display: flex;
}

.navbar-brand a {
	background: url('../i/ra-neko.gif') center center no-repeat;
	background-size: contain;
	width: 4.4rem;
	height: 4.4rem;
	text-decoration: none;
	text-indent: -999rem;
}

.navbar-brand img {
	width: 48px;
	height: 36px;
	margin-left: .4rem;
}

.navbar-toggler {
	width: 4rem;
	height: 4rem;
	position: absolute;
	right: 1.2rem;
	padding: 0 !important;
}

.navbar-toggler-icon {
	background-image: url(../i/burger.png) !important;
	background-size: 100%;
	width: 84%;
	height: 84%;
}

.offcanvas.offcanvas-end {
	width: 100% !important;
}

@media (min-width: 768px) {
	
	.offcanvas.offcanvas-end {
		display: none !important;
	}
	
}

.offcanvas-header .btn-close {
	color: #fff !important;
	margin: 0 auto;
	width: 1.4rem;
	height: 1.4rem;
	background-size: contain !important;
	background: url('../i/icon-close.png') no-repeat left top;
	filter: none !important;
	opacity: 1 !important;
	position: absolute;
	top: 3.2rem;
	right: 2rem;
}

.offcanvas-header .btn-close:hover, .offcanvas-header .btn-close:active {
	transform: rotate(45deg);
}

.offcanvas-header, .offcanvas-body, .offcanvas-footer {
	background: rgb(18, 27, 29, 0.7);
	background-blend-mode: overlay;	
}

.offcanvas-header p {
	font-size: .7rem;
	text-shadow: 0 0 2px #292929;
	margin-bottom: 0 !important;
}

.offcanvas-header p a {
	text-shadow: none;
	color: #fff !important;
}

.offcanvas-footer .d-flex {
	align-items: center;
	justify-content: center;
	font-family: 'emulogicregular', sans-serif;
	font-size: .6rem;
}

.cookies p {
	text-shadow: 0 0 2px #292929;
}

.offcanvas-end, .offcanvas {
	background: none !important;
	--bs-offcanvas-bg: none !important;
}

.offcanvas ul.navbar-nav {
	height: 100%;
	padding-right: 0 !important;
	justify-content: center !important;
	align-items: center;
}

.offcanvas ul.navbar-nav li {
	font-size: 2rem;
	text-align: center;
	padding: 1rem 0;
}

.offcanvas .nav-link {
	color: #fff !important;
	display: block;
	font-family: 'dela_gothic_oneregular';
	text-transform: uppercase;
	box-shadow: inset 0 0 0 0 #f21a74;
	margin: 0 -.25rem;
	padding: 0 0;
	transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}

.offcanvas .nav-link:active, .offcanvas .nav-link:hover {
	color: #ffd700 !important;
	box-shadow: inset 24rem 0 0 0 #f21a74;
	color: white;
}

.offcanvas .nav-link span {
	
}

.offcanvas .nav-link:active span, .offcanvas .nav-link:hover span {
	border-bottom: 1.2rem solid #f21a74;
	display: inline-block;
	line-height: .4rem !important;
}

.offcanvas.show {
	background: url('../i/ricordo.jpg') center top no-repeat !important;
	background-size: cover !important;
	background-blend-mode: overlay;	
}

.offcanvas-header, .offcanvas-body, .offcanvas-footer {
	background: none !important;
}

/* @end */

/* @group Containers */

.main, footer {
	position: relative;
	box-sizing: border-box;
	z-index: 12;
}

.main {
	z-index: 14;
}

.column {
	position: relative;
}

.grid {
	background: url('../i/bg-grid.png') center top repeat-y;
}

.pray {
	position: relative;
	display: flex;
	height: 34rem;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.candle {
	font-family: 'emulogicregular', sans-serif;
	font-size: .7rem;
	z-index: 14;
	text-align: center;
	display: none;
}

.candle img {
	width: 72px;
	height: auto;
}

.candle p {
	color: #121b1d;
}

.preamble {
/*	background: url('../i/not-ai.jpg') no-repeat left top;*/
	background: url('../i/paper-mary.png') center bottom no-repeat;
	background-size: cover;
	display: flex;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 19;
	overflow-x: clip;
}

.story {
	background: #121b1d url('../i/bg-story-s.jpg') no-repeat left top;
	background-size: contain;
	overflow: clip;
}

.moo {
	background: lime url('../i/bg-items.gif') left top;
	background-size: contain;
	padding-bottom: 2rem;
}

.moo .content-box {
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	margin: 0 auto;
	background: #ffd700 url('../i/bg-speed-lines.gif') center center no-repeat;
	background-size: cover;
	border: .7rem solid #fff;
	transform: rotate(-4deg);
}

.scratch-that {
	background: url('../i/bg-scratches.png') left top no-repeat #f21a74;
	background-size: contain;
}

.hello {
	background: #0db5bc;
	position: relative;
	z-index: 12;
}

.hello .col {
	position: relative;
	z-index: 12;
}

.hello .content-box {
	background: url('../i/bg-contacts.png') center top no-repeat;
	background-size: 100%;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.mail {
	width: 100%;
	height: 20rem;
	padding: 0 2.4rem;
	align-items: stretch;
}

.alpha, .st-flower, .s-eye, .s-paper, .s-cross, .s-wonder-boy, .m-torn, .m-code, .m-splash, .m-flower, .h-paper, .h-rip, .h-faces, .h-flower, .lucky-mary, .h-splash, .h-lost {
	position: absolute;
	top: -2rem;
	z-index: 101;
	height: 7rem;
	background-size: 100% !important;
}

.alpha {
	background: url('../i/bg-alpha.png') no-repeat left top;
	width: 10rem;
	height: 10rem;
	top: -2rem;
	right: 0;
}

.st-flower {
	background: url('../i/bg-st-flower.png') no-repeat left top;
	width: 9rem;
	height: 9rem;
	top: 2rem;
	left: -1rem;
	z-index: 103;
}

.s-eye {
	background: url('../i/bg-s-eye.png') no-repeat left top;
	width: 9rem;
	left: 0rem;
	z-index: 103;
}

.s-paper {
	background: url('../i/bg-s-paper.png') no-repeat left top;
	width: 16rem;
	height: 16rem;
	left: 0rem;
	z-index: 102;
}

.s-cross {
	background: url('../i/bg-s-cross.png') no-repeat left top;
	right: 0 !important;
	width: 4rem;
	height: 4rem;
}

.s-wonder-boy {
	background: url('../i/s-wonder-boy.gif') no-repeat left top;
	background-size: 100%;
	right: 11rem !important;
	width: 4rem;
	height: 6rem;
	z-index: 124;
}

.m-torn {
	background: url('../i/bg-m-torn.png') no-repeat left top;
	top: -4rem;
	right: 0 !important;
	width: 8rem;
	height: 8rem;
	left: 0;
	z-index: 12;
}

.m-code {
	background: url('../i/bg-m-code.png') no-repeat left top;
	top: -4rem;
	right: 0 !important;
	width: 8rem;
	height: 8rem;
	left: 4rem;
	z-index: 11;
}

.m-splash {
	background: url('../i/bg-m-splash.png') no-repeat left top;
	top: -6rem;
	right: 0;
	width: 12rem;
	height: 12rem;
}

.m-flower {
	background: url('../i/bg-m-flower.png') no-repeat left top;
	right: 0 !important;
	top: -4rem;
	width: 7rem;
	height: 7rem;
}

.h-rip {
	background: url('../i/bg-black-paper.png') no-repeat left top;
	left: -1rem !important;
	top: -7rem;
	width: 14rem;
	height: 14rem;
}

.h-faces {
	background: url('../i/bg-paint.png') right top no-repeat;
	right: 0 !important;
	top: -5rem !important;
	width: 14rem;
	height: 14rem;
}

.h-paper {
	background: url('../i/bg-diesel.png') no-repeat left top;
	top: -2rem !important;
	width: 12rem;
	height: 12rem;
	right: 0;
}

.h-flower {
	background: url('../i/bg-car.png') no-repeat left top;
	left: -2rem !important;
	top: -2rem !important;
	width: 12rem;
	height: 12rem;
	z-index: 12;
}

.lucky-mary {
	background: url('../i/bg-lucky-mary.png') no-repeat left top;
	top: -12rem !important;
	left: 2rem;
	width: 16rem;
	height: 16rem;
	z-index: 20;
}

.h-splash {
	background: url('../i/bg-h-splash.png') no-repeat left top;
	top: -4rem !important;
	right: 0;
	width: 12rem;
	height: 12rem;
	z-index: 20;
}

.h-lost {
	background: url('../i/bg-lost.png') right top no-repeat;
	top: -4rem !important;
	right: 0;
	width: 14rem;
	height: 14rem;
	z-index: 102;
}

.grid, .no-grid {
	padding: 4rem 1rem;
}

/* @end */

/* @group Contents */

.preamble h1 {
	position: absolute;
	text-decoration: none !important;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	overflow-x: clip;
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.2) 30%, rgba(255,255,255,0) 100%);
}

.preamble h1 span {
	color: #f21a74;
	display: inline-flex;
	mix-blend-mode: hard-light;
	font-family: 'dela_gothic_oneregular';
	font-size: 3.7rem;
	padding: 0 1rem;
	text-transform: uppercase;
	white-space: break-spaces;
	overflow-x: clip;
}

.preamble h1 strong {
	font-weight: normal !important;
}

/*.preamble h1 span:nth-of-type(1) {
	color: #ffd700;
}

.preamble h1 span:nth-of-type(2) {
	color: #f21a74;
}

.preamble h1 span:nth-of-type(3) {
	color: cyan;
}

.preamble h1 span:nth-of-type(4) {
	color: lime;
}*/

.story h1 {
	margin: 13.1rem 0 0 0;
	font-size: 3rem;
	text-decoration: underline blue !important;
	text-decoration-thickness: .4rem;
}

.story p, .scratch-that p {
	font-size: 1.2rem;
	padding: 0 1rem;
}

.fella {
	width: 40%;
	position: absolute;
	bottom: -4rem;
	z-index: 1;
}

.assistant img {
	width: 100%;
	height: auto;
}

.story blockquote {
	font-family: dela_gothic_oneregular;
	text-transform: uppercase;
}

.story blockquote:before {
	content: "“";
	font-size: 4rem;
}

.scratch-that h1 {
	margin: 7.3rem 0 0 0;
	font-size: 3rem;
}

.moo h1 {
	color: #ff0000;
	text-decoration: underline cyan !important;
	text-decoration-thickness: .4rem;
	margin: 0 0 2rem 0;
	font-size: 3rem;
	margin-bottom: 4rem;
	text-align: center;
}

.moo h1 span {
	background-color: cyan;
}

.story .content-box, .scratch-that .content-box, .hello .content-box {
	margin: 2rem 0;
}

.hello .content-box {
	margin: 2rem 0 0 0 !important;
	aspect-ratio: 4 / 3;
}

.hello h1 {
	margin: 5.9rem 0 0 0;
	font-size: 3.4rem;
	text-decoration: underline lime !important;
	text-decoration-thickness: .4rem;
}

.mail div {
	vertical-align: middle;
}

.mail img {
	width: 100%;
}

.mail-hello {
	position: relative;
	top: -0.7rem;
	left: 2rem;
	mix-blend-mode: screen;
}

.mail-rdcl {
	position: relative;
	top: 0.7rem;
	right: 2rem;
	mix-blend-mode: screen;
}

/* @end */

/* @group Typography */

@font-face {
    font-family: 'emulogicregular';
    src: url('../f/emulogic-zrew-webfont.woff2') format('woff2'),
         url('../f/emulogic-zrew-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dela_gothic_oneregular';
    src: url('../f/delagothicone-regular-webfont.woff2') format('woff2'),
         url('../f/delagothicone-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

p, ol, ul, blockquote {
	color: #fff;
}

.story strong, .scratch-that strong {
	text-decoration: underline blue;
	text-decoration-thickness: .2rem !important;
	font-weight: normal !important;
}

.scratch-that strong {
	text-decoration: underline #ffd700 !important;
	text-decoration-thickness: .2rem !important;
}

.story span {
	display: inline-block;
}

.site-footer blockquote {
	font-size: .4rem;
	font-style: italic;
}

/* @end */

/* @group Headings */

h1, h2, h3, h4 {
	color: #121b1d;
    font-family: 'dela_gothic_oneregular';
    text-transform: uppercase;
}

h6 {
	font-size: .7rem !important;
	font-weight: bold !important;
	text-shadow: 1px 1px 0 #eee;
}

.main h1 {
	text-decoration: underline #ffd700;
	text-decoration-thickness: .4rem;
}

.ura {
	color: #fff;
}

/* @end */

/* @group Misc. */

.guide {
	width: 1px;
	height: 100vh;
	background: url('../i/bg-guide.png') repeat left top;
	position: fixed;
	z-index: 110;
	top: 0;
	bottom: 0;
}

@media (min-width: 768px) {

	.guide {
		display: none !important;
	}

}

.one {
	left: 1rem;
}

.two {
	right: 1rem;
}

.mobile-only {
	display: none;
}

@media (min-width: 768px) {

	.mobile-only {
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	
}

.bump {
	background: #121b1d;
	position: absolute;
	z-index: 24;
	width: 7rem;
	height: 1rem;
	border: 1px solid red;
}

.bump.one {
	right: 0;
	left: 24px;
}

.bump.two {
	right: 0;
	top: 4rem;
}

/*.scribble {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	pointer-events: none;
	z-index: 998;
}

#canvas {
	position: absolute;
	z-index: 999;
}*/

#canvas {
	overflow: hidden;
}

.ona-pika {
	width: 7rem !important;
	height: auto !important;
	position: absolute;
	right: 1rem;
	bottom: 1rem;
}

.carousel, .carousel-inner {
	aspect-ratio: 4 / 3;
}

.carousel-item {
	width: 100%;
	height: 100%;
	text-align: center;
	align-items: center;
}

img.d-block {
	margin: 0 auto;
	max-width: 16rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.moo figure {
	margin: 0 !important;
}

.scroller {
	width: 7rem;
	height: 4rem;
	border-radius: 2rem;
	background-color: lime;
}

.bonkers {
	text-align: center;
	padding: 50px 0;
}

@property --p{
  syntax: '<number>';
  inherits: true;
  initial-value: 0;
}

.pie {
  --p:20;
  --b:22px;
  --c:darkred;
  --w:12rem;
  
  width:var(--w);
  aspect-ratio:1;
  position:relative;
  display:inline-grid;
  margin:1rem;
  place-content:center;
  font-size:15px;
  font-weight:bold;
  font-family:sans-serif;
  color: #fff;
}
.pie:before,
.pie:after {
  content:"";
  position:absolute;
  border-radius:50%;
}
.pie:before {
  inset:0;
  background:
    radial-gradient(farthest-side,var(--c) 98%,#0000) top/var(--b) var(--b) no-repeat,
    conic-gradient(var(--c) calc(var(--p)*1%),#0000 0);
  -webkit-mask:radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
          mask:radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
}
.pie:after {
  inset:calc(50% - var(--b)/2);
  background:var(--c);
  transform:rotate(calc(var(--p)*3.6deg)) translateY(calc(50% - var(--w)/2));
}
.animate {
  animation:p 1s .5s both;
}
.no-round:before {
  background-size:0 0,auto;
}
.no-round:after {
  content:none;
}
@keyframes p {
  from{--p:0}
}

/* @end */

/* @group Footer */

img.bub {
	width: 32px !important;
	height: 32px !important;
}

.site-footer {
	position: relative;
	background: #121b1d;
	padding: 2rem 0 0 0;
	font-family: 'emulogicregular', sans-serif;
	font-size: .6rem;
	overflow: clip;
	box-sizing: border-box;
	text-shadow: 1px 1px 0px #121b1d;
	z-index: 20;
	overflow-y: visible;
}

.site-footer a {
	color: #fff !important;
	text-decoration: none !important;
}

.footer-content {
	background: #121b1d url('../i/bg-footer.png') repeat-x left top;
	padding-top: 50px;
}

.arcade {
	padding-bottom: 4rem;
	overflow: hidden;
}

.site-footer .row {
	padding: 1rem 2rem 0 2rem;
}

.site-footer .row:first-of-type {
	padding-top: 4.4rem;
}

.site-footer .d-flex {
	display: flex !important;
}

.site-footer .d-flex img:last-of-type {
	margin-top: auto;
}

.site-footer a {
	color: #ffd700;
	text-decoration: none;
}

.netscape {
    border-radius: 4px;
}

.it-it, .pl-pl, .the-strokes {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('../i/icon-it.png') no-repeat left top;
	text-decoration: none;
	text-indent: -999rem;
}

.pl-pl {
	background: url('../i/icon-pl.png') no-repeat left top;
}

.bubbles {
	width: 100%;
	height: 0;
}

.green-bubble {
	width: 24px;
	height: 27px;
	position: relative;
	background: url('../i/green-bubble.gif') no-repeat left top;
	background-size: contain;
	animation: bubble 4s ease 0s infinite normal forwards;
}

.pon {
	width: 24px;
	height: 27px;
	position: relative;
	background: url('../i/pon.gif') no-repeat left top;
	background-size: contain;
	animation: bubble 4s ease 0s infinite normal forwards;
}

.blue-bubble {
	width: 24px;
	height: 27px;
	position: relative;
	background: url('../i/blue-bubble.gif') no-repeat left top;
	background-size: contain;
	animation: bubble 4s ease 0s infinite normal forwards;
}

.bubbles > div:first-child {
}

.bubbles > div:nth-child(2) {
	left: 4rem;
	animation: bubble 4s ease 0s infinite normal forwards;
}

.bubbles > div:nth-child(3) {
	left: 12rem;
	animation: bubble 5s ease 0s infinite normal forwards;
}

.bubbles > div:nth-child(4) {
	left: 20rem;
	animation: bubble 3s ease 0s infinite normal forwards;
}

.bubbles > div:nth-child(5) {
	left: 24rem;
	animation: bubble 6s ease 0s infinite normal forwards;
}

.bubbles > div:nth-child(6) {
	left: 22rem;
	animation: bubble 2s ease 0s infinite normal forwards;
}

.bubbles > div:nth-child(7) {
	left: 16rem;
}

.bubbles > div:nth-child(8) {
	left: 7rem;
}

.bubbles > div:nth-child(9) {
	left: 18rem;
}

.bubbles > div:nth-child(10) {
	left: 10rem;
}

.bubbles > div:nth-child(11) {
	left: 8rem;
}

.bubbles > div:nth-child(12) {
	left: 20rem;
}

.bubbles > div:nth-child(13) {
	left: 4rem;
}

.bubbles > div:nth-child(14) {
	left: 2rem;
}

@keyframes bubble {
	0% {
		opacity: 0;
		transform: translateY(0);
	}
	
	4% {
		opacity: 1;
	}

	100% {
		opacity: 1;
		transform: translateY(-45rem);
	}
}
/* @end */

/* @end */