/*
 * Globals
 */


/* Custom default button */
.btn-light,
.btn-light:hover,
.btn-light:focus {
	color: #333;
	text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

body {
	text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
	box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);

	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.cover-container {
	max-width: 42em;
	max-width: 960px;
}


/*
 * Header
 */

.nav-masthead .nav-link {
	color: rgba(255, 255, 255, .5);
	border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
	border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
	margin-left: 1rem;
}

.nav-masthead .active {
	color: #fff;
	border-bottom-color: #fff;
}







.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
}

.b-example-divider {
	width: 100%;
	height: 3rem;
	background-color: #0000001a;
	border: solid rgba(0, 0, 0, .15);
	border-width: 1px 0;
	box-shadow: inset 0 .5em 1.5em #0000001a, inset 0 .125em .5em #00000026;
}

.b-example-vr {
	flex-shrink: 0;
	width: 1.5rem;
	height: 100vh;
}

.bi {
	vertical-align: -.125em;
	fill: currentColor;
}

.nav-scroller {
	position: relative;
	z-index: 2;
	height: 2.75rem;
	overflow-y: hidden;
}

.nav-scroller .nav {
	display: flex;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: -1px;
	overflow-x: auto;
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
	--bd-violet-bg: #712cf9;
	--bd-violet-rgb: 112.520718, 44.062154, 249.437846;
	--bs-btn-font-weight: 600;
	--bs-btn-color: var(--bs-white);
	--bs-btn-bg: var(--bd-violet-bg);
	--bs-btn-border-color: var(--bd-violet-bg);
	--bs-btn-hover-color: var(--bs-white);
	--bs-btn-hover-bg: #6528e0;
	--bs-btn-hover-border-color: #6528e0;
	--bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
	--bs-btn-active-color: var(--bs-btn-hover-color);
	--bs-btn-active-bg: #5a23c8;
	--bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
	z-index: 1500;
}

.bd-mode-toggle .bi {
	width: 1em;
	height: 1em;
}

.bd-mode-toggle .dropdown-menu .active .bi {
	display: block !important;
}










body {
	position: relative;
	background-attachment: fixed;
}
body:before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	background: rgba(0, 0, 0, 0.25);
}
.cover-container {
	position: relative;
}
img {
	max-width: 100%;
}
svg {
	vertical-align: middle;
}

.btn-pink, .btn-pink:active, .btn-pink:focus, .btn-pink:visited {
	background-color: #ff0096 !important;
	border: 1px solid #ff0096 !important;
	color: #fff !important;
}
.btn-pink:hover {
	background-color: #ff32aa !important;
	border: 1px solid #ff32aa !important;
	color: #fff !important;
}



.store-links {
	padding: 60px 0 0 0;
}
.store-links h2 {
	margin: 0 0 16px 0;
}
.store-links h2 a {
	text-decoration: none !important;
	color: #fff !important;
}
.store-links .col {
	--bs-gutter-x: 1rem;
}
.store-links__link {
	display: block;
	padding: 10px;
	width: 100%;
	text-align: center;
	font-weight: 700;
	font-size: 21px;
	line-height: 1.2;
	position: relative;
	color: #fff !important;
	text-decoration: none !important;
	transition: all 0.5s;
	background: #262423;
	border-image: radial-gradient(100% 100% at 50% 100%, #000, #464545) 2 / 2px;
}
a.store-links__link:hover {
	color: #ffbd38 !important;
}
.store-links__link img {
	display: block;
	margin: 0 auto;
}
.store-links__link span {
	display: block;
	margin: 13px 0 6px 0;
}



.suon {
	font-size: 48px;
	font-size: 32px;
	font-weight: 600;
}

.ip-address {
	background: #000;
	border: 2px solid #a0a0a0;
	padding: 6px 32px 12px 32px;
	border-radius: 5px;
	text-shadow: none;
	letter-spacing: 1.5px;
	border: 2px solid #a0a0a0;
	border: 2px solid #55ff55;
	color: #55ff55;
}

@keyframes rainbow_effect {
	0% { /*color: #55ff55;*/ border-color: #55ff55; }
	33% { /*color: #ffff85;*/ border-color: #ffff85; }
	66% { /*color: #55ffff;*/ border-color: #55ffff; }
	100% { /*color: #55ff55;*/ border-color: #55ff55; }
}
.rainbow-effect {
	-webkit-animation: rainbow_effect 3s infinite;
	animation: rainbow_effect 3s infinite;
}
.rainbow-effect:not(:hover) .zoom-effect {
	-webkit-animation: zooming 3s infinite;
	animation: zooming 3s infinite;
}

@keyframes zooming {
	0% { transform: scale(1.0); }
	50% { transform: scale(1.1); }
	100% { transform: scale(1.0); }
}
.zoom-effect {
	display: inline-block;
	transition: transform 0.2s;
}
.zoom-effect:hover { transform: scale(1.1); }



@media (max-width: 799.98px) {
	.store-links .col {
		--bs-gutter-x: 0.65rem;
	}
}
@media (max-width: 767.98px) {
	.cover-container {
		max-width: 650px;
	}
	h1 {
		padding-top: 118px;
	}
	.store-links {
		padding-bottom: 10px;
	}
	.store-links h2 {
		margin: 0 0 4px 0;
	}
	.store-links .col {
		--bs-gutter-y: 0.65rem;
	}
	.suon {
		margin: 30px 0;
	}
}
@media (max-width: 599.98px) {
	.store-links__link {
		font-size: 20px;
	}
}
@media (max-width: 575.98px) {
	.store-links h2 {
		margin: 0;
	}
	.store-links__link {
		max-width: 290px;
		margin: 0 auto;
	}
}
@media (max-width: 374.98px) {
	.store-links__link {
		font-size: 19px;
	}
}



@media (max-width: 439.98px) {
	.suon {
		font-size: 26px;
	}
}
@media (max-width: 419.98px) {
	.ip-address {
		padding-left: 18px;
		padding-right: 18px;
	}
}
@media (max-width: 399.98px) {
	.ip-address {
		font-size: 25px;
	}
}
@media (max-width: 379.98px) {
	.suon {
		font-size: 24px;
	}
}
@media (max-width: 359.98px) {
	.ip-address {
		font-size: 21px;
	}
	.suon {
		font-size: 21px;
	}
}