@-webkit-keyframes animated {from{opacity: 0;}}
@-moz-keyframes animated {from{opacity: 0;}}
@keyframes animated {from{opacity: 0;}}

@font-face {
    font-family: 'alternate';
    src: url('fonts/alternate-gothic-ef-no-two-1361545141-webfont.eot');
    src: url('fonts/alternate-gothic-ef-no-two-1361545141-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/alternate-gothic-ef-no-two-1361545141-webfont.woff2') format('woff2'),
         url('fonts/alternate-gothic-ef-no-two-1361545141-webfont.woff') format('woff'),
         url('fonts/alternate-gothic-ef-no-two-1361545141-webfont.ttf') format('truetype');
}

html, body {
	min-height: 100%;
}

body {
	background: #555;
	background: radial-gradient(#b1b1b1,#2b2b2b) no-repeat;
	overflow: hidden;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

a, a:visited, a:link, a:active {
	text-decoration: none;
	color: #fff;
}

p {
	display: block;
	font: italic 0.6rem/1.4 arial;
	color: #fff;
	width: auto;
}

#container > * {
	-webkit-animation: animated 1s linear 1s;
	-moz-animation: animated 1s linear 1s;
	-ms-animation: animated 1s linear 1s;
	animation: animated 1s linear 1s;

	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
}

#container {
	width: 93vh;
	margin: 0 auto;
	height: 100vh;
	background: url(../img/aqua.png) no-repeat center / cover;
	position: relative;
	text-transform: uppercase;
	font: 500 3.2em/.72 'alternate', 'Helvetica Neue', Arial;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: .3s transform;
	-moz-transition: .3s transform;
	transition: .3s transform;
	height: 100vh !important;
  height: calc(var(--vh, 1vh) * 100)!important;
}

#music, #video, #shop, #tour-cal {
	left: 1.2rem;
}

#photos, #nyheder, #instagram, #face {
	right: 1.2rem;
}


/* MUSIC PLAYER */

#music {
	display: inline-block;
	position: absolute;
	top: 4.5em;
}

#music a:before {
	content: '*';
	font-size: 3.5em;
	position: absolute;
	left: -5px;
	line-height: 0;
	bottom: 1rem;
	color: #03adea;
	will-change: transform;
	-webkit-transform: rotate(0deg) translateZ(0);
	transform: rotate(0deg) translateZ(0);
	-webkit-transform-origin: 0.155em -0.269em;
	transform-origin: 0.155em -0.269em;
	-webkit-transition: .3s -webkit-transform, color 0.26s;
	transition: .3s transform, color 0.26s;
	pointer-events: none;
}

#music a:hover:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	color: #fff;
}

#music a {
	display: block;
	font-size: 1em;
	text-align: right;
}

#music a span {
	display: block;
	font-size: 0.73em;
	color: #ec5eac;
	-webkit-transition: .16s color;
	transition: .16s color;
}

#music a:hover span {
	color: #fff;
}

/* END MUSIC PLAYER */


/* VIDOES */

#video {
	display: inline-block;
	position: absolute;
	top: 6.5em;
	font-style: italic;
}

#video a:before {
	content: '+';
	font-size: 1.6em;
	left: 7px;
	font-family: 'Helvetica Neue';
	bottom: 0;
	color: #fff;
	font-weight: 100;
	line-height: 0;
	position: relative;
	pointer-events: none;
}

#video a {
	display: block;
	font-size: 1.5em;
	text-align: left;
	color: #03adea;
	-webkit-transition: .16s;
	transition: .16s;
}

#video a:hover {
	color: #fff;
}

#video a span {
	display: block;
	font-size: 0.88em;
	color: #ec5eac;
	-webkit-transition: .16s;
	transition: .16s;
}

#video a:hover span {
	color: #fff;
}

/* END VIDEOS */


/* TOUR CAL */

#tour-cal {
	display: inline-block;
	position: absolute;
	top: 9.3em;
}

#tour-cal a {
	display: block;
	font-size: 1em;
	text-align: left;
	color: #fff;
}

#tour-cal a:hover span, #tour-cal a:hover span:first-of-type {
	color: #fff;
}

#tour-cal a span:not(:last-of-type) {
	color: #ec5eac;
	-webkit-transition: .16s;
	transition: .16s;
}

#tour-cal a span + span {
	/*display: block;*/
	font-size: 1em;
	color: #03adea;
	-webkit-transition: .16s;
	transition: .16s;
}

#tour-cal p {
	width: 100%;
}

/* END WEBSHOP */


/* SHOP */

#shop {
	display: inline-block;
	position: absolute;
	top: 10.9em;
}

#shop a {
	display: block;
	font-size: 1em;
	text-align: left;
	color: #ec5eac;
}

#shop a:hover {
	color: #fff;
}

#shop a span:not(:last-of-type) {
	color: #fff;
	-webkit-transition: .16s;
	transition: .16s;
}

#shop a span + span {
	/*display: block;*/
	font-size: 1em;
	color: #fff;
	-webkit-transition: .16s;
	transition: .16s;
}

#shop p {
	width: 100%;
}

/* END WEBSHOP */


/* FACEBOOK */

#face {
	display: inline-block;
	position: absolute;
	top: 10.8em;
}

#face a {
	display: block;
	font-size: 1em;
	text-align: left;
	color: #ffffff;
	
}

#face a:hover {
	color: #ec5eac;
}

#face a span:not(:last-of-type) {
	color: #03adea;
	-webkit-transition: .16s;
	transition: .16s;
}

#face a span + span {
	/*display: block;*/
	font-size: 1em;
	color: #03adea;
	-webkit-transition: .16s;
	transition: .16s;
}


#face p {
	width: 100%;
}

/* END FACEBOOK */


/* PHOTOS */

#photos {
	display: inline-block;
	position: absolute;
	top: 4em;
}

#photos a {
	display: block;
	font-size: 2em;
	text-align: right;
	color: #03adea;
	-webkit-transition: .16s;
	transition: .16s;
}

#photos a:hover {
	color: #fff;
}

#photos a span {
	display: block;
	font-size: .374em;
	color: #fff;
}

#photos p {
	text-align: right;
}

/* END PHOTOS */

/* INSTAGRAM */

#instagram {
	display: inline-block;
	position: absolute;
	top: 9em;
}

#instagram a {
	display: block;
	font-size: 1em;
	text-align: right;
	color: #03adea;
	-webkit-transition: .16s;
	transition: .16s;
}

#instagram a:hover {
	color: #fff;
}

#instagram p {
	width: 100%;
	text-align: right;
}

#instagram p:before {
	content: '';
	position: absolute;
	bottom: 5.2em;
	color: #03adea;
	left: -1.5rem;
	width: 3em;
	height: 3em;
	background: url(../img/tik.svg) no-repeat;
	background-size: contain;
}

/* END INSTAGRAM */


/* NYHEDER */

#nyheder {
	display: inline-block;
	position: absolute;
	top: 7em;
}

#nyheder a {
	display: block;
	font-size: 1em;
	text-align: right;
	color: #ec5eac;
	-webkit-transition: .16s;
	transition: .16s;
}

#nyheder a:hover {
	color: #fff;
}

#nyheder p {
	width: 100%;
	text-align: right;
}

#nyheder p:before {
	content: '';
	position: absolute;
	bottom: 4.3em;
	color: #03adea;
	left: -1.5rem;
	width: 3em;
	height: 2.4em;
	background: url(../img/twitter.svg) no-repeat;
	background-size: contain;
}

/* END NYHEDER */



#tweets {
	display: inline-block;
	position: absolute;
	top: 8.2em;
	width: 5em;
	padding: 0.6rem 1.2rem;
	border-radius: 10% 0 0 10%;
	background: rgba(0,0,0,.3);
	right: 0;
	padding-right: 1.2rem;
}
#tweets a {
  color:#3d3d3d;
}
#tweets a, #tweets a:visited {
  color:#03adea;
}

#tweets p {
	font: 300 normal 0.7rem/1.4 "Helvetica Neue", sans-serif;
	color: #d9d9d9; 
}

#tweets ul { width: 100%; }
#tweets ul li {
  list-style:none;
  overflow:hidden;
  margin:0;
  padding:5px 0;
}
#tweets ul li:not(:last-child) {
	border-bottom:1px solid #777;
}
.tweet {
  width:100%;
  padding: 0.4rem 0;
}
.interact {
    display: none;
}

#tweets img[src*=emoji] {
	width: 1em;
	vertical-align: text-bottom;
}

footer {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	padding: 1rem 2rem;
	z-index: 3;
}

footer a {
	font-size: 1rem;
	font-style: italic;
	color: #fff;
}

footer a:hover {
	text-decoration: underline;
}

footer a {
	transition: color .18s ease;
}

footer a:hover,
footer a:focus-visible {
	color: #03adea;
}

@media (min-device-width: 550px) {
	.wrapper {
		position: absolute;
		width: 100%;
		top: 90px;
		height: 100%;
	}
}

@media (min-height: 865px) {
	#container {
		font-size: 3.9em;
	}
}

@media (max-height: 770px) {
	#container {
		font-size: 2.5em;
	}
	#tweets {
		width: 7em;
	}
}

@media (min-device-width: 550px) and (max-height: 610px) {
	.wrapper {
		top: 50px;
	}
}

@media (min-device-width: 550px) and (max-height: 565px) {
	.wrapper {
		top: 0px;
	}
}

@media (min-device-width: 550px) and (max-height: 530px) {
	.wrapper {
		top: -30px;
	}

	footer {
		display: none;
	}

	p {
		display: none;
	}
}

@media (max-width: 768px) {
	#container {
		width: 100%;
	}
}

@media (max-device-width: 550px) {
	#container {
		font-size: 2.5em;
	}
	#tweets {
		width: 55%;
	}
	#scenes p {
		width: 40%;
	}
	#nyheder p:before {
		height:0;
	}
}


@media (max-device-width: 550px) {
	p {
		display: none;
	}
	#music, #video, #shop, #tour-cal {
		left: 1rem;
	}
	#photos, #nyheder, #instagram, #face {
		right: 1rem;
	}
	#music {
		top: 8.2em;
		line-height: 0.8;
	}
	#video {
		top: 10.2em;
		line-height: 0.9;
	}
	#video a:before {
		font-size: 1.2em;
		left: 1px;
	}
	#video a {
		font-size: 1.2em;
	}

	#tour-cal {
		top: 12.7em;
		width: 50px;
		line-height: 0.95;
	}

	#tour-cal a {
		font-size: 1.2em;
	}

	#shop {
		top: 15.7em;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		display: none;
	}

	#shop a {
		font-size: 1.3em;
	}

	#face {
		top: 13.9em;
	}

	#photos {
		top: 8em;
	}

	#instagram {
		top: 12.3em;
	}

	#instagram a {
		font-size: 0.9em;
	}

	#nyheder {
		top: 10.7em;
	}

	.wrapper {
		position: absolute;
		width: 100%;
		bottom: 50px;
		height: 100%;
	}
}

@media (max-device-height: 760px) and (max-device-width: 550px) {
	.wrapper {
		bottom: 90px;
	}
}

@media (max-device-height: 680px) and (max-device-width: 550px) {
	.wrapper {
		bottom: 150px;
	}
}

@media (max-device-height: 610px) and (max-device-width: 550px) {
	.wrapper {
		bottom: 190px;
	}
}

@media (max-device-width: 350px) {
	#music, #video, #shop, #tour-cal {
		left: 0.5rem;
	}
	#photos, #nyheder, #instagram, #face {
		right: 0.5rem;
	}
	#shop {
		left: 50%;
	}
}

/* Stable responsive layout and separate Aqua mobile artwork. */
html {
	background: #252525;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body {
	min-width: 280px;
	min-height: 100vh;
	min-height: 100svh;
	height: var(--app-height, 100dvh);
	overflow: hidden;
	padding-top: env(safe-area-inset-top, 0px);
	padding-right: env(safe-area-inset-right, 0px);
	padding-bottom: env(safe-area-inset-bottom, 0px);
	padding-left: env(safe-area-inset-left, 0px);
}

#container {
	width: min(93vh, 100%);
	width: min(93svh, 100%);
	height: 100% !important;
	min-height: 0;
	font-size: clamp(2rem, 5.7vh, 3.9rem);
	font-size: clamp(2rem, 5.7svh, 3.9rem);
	overflow: hidden;
}

.wrapper {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	transform: none;
	z-index: 2;
}

.mobile-art { display: none; }

#music, #video, #shop, #tour-cal,
#photos, #nyheder, #instagram, #face {
	position: absolute;
	top: auto;
	max-width: 44%;
}

#music { top: 35%; }
#video { top: 48%; }
#tour-cal { top: 68%; }
#shop { top: 79%; }
#photos { top: 34%; }
#nyheder { top: 53%; }
#instagram { top: 66%; }
#face { top: 79%; }

a { -webkit-tap-highlight-color: transparent; }

.wrapper a:focus-visible,
footer a:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 4px;
}

.wrapper a,
.wrapper p,
footer a {
	-webkit-text-stroke: 0 transparent;
	text-shadow: 0 2px 3px rgba(0, 0, 0, .52);
}

@media (hover: none) {
	.wrapper a { min-height: 44px; }
}

@media (max-width: 549px) {
	body { overflow-y: auto; }

	.wrapper a,
	.wrapper p,
	footer a {
		-webkit-text-stroke: 0 transparent;
		text-shadow: 0 1px 2px rgba(0, 0, 0, .48);
	}

	#container {
		width: 100%;
		min-height: 540px;
		font-size: clamp(1.8rem, 9.5vw, 2.6rem);
		background-image: none;
		isolation: isolate;
	}

	.mobile-art {
		display: block;
		position: absolute;
		inset: 0;
		overflow: hidden;
		z-index: 0;
		pointer-events: none;
	}

	.mobile-logo,
	.mobile-aqua {
		position: absolute;
		display: block;
		max-width: none;
		user-select: none;
	}

	.mobile-logo {
		top: 2.5%;
		left: 50%;
		width: 90%;
		height: auto;
		transform: translateX(-50%);
		z-index: 0;
	}

	.mobile-aqua {
		bottom: 0;
		left: 50%;
		width: 112%;
		height: auto;
		transform: translateX(-50%);
		z-index: 1;
	}

	#music, #video, #shop, #tour-cal { left: clamp(.65rem, 4vw, 1.25rem); }
	#photos, #nyheder, #instagram, #face { right: clamp(.65rem, 4vw, 1.25rem); }

	#music { top: 29%; }
	#video { top: 43%; }
	#tour-cal { top: 63%; width: auto; }
	#shop { top: 80%; left: clamp(.65rem, 4vw, 1.25rem); transform: none; display: inline-block; }
	#photos { top: 28%; }
	#nyheder { top: 46%; }
	#instagram { top: 62%; }
	#face { top: 78%; }

	#video a { font-size: 1.2em; }
	#tour-cal a { font-size: 1.1em; }
	#instagram a { font-size: .9em; }

	#instagram p:before,
	#nyheder p:before { display: none; }

	footer {
		padding: .75rem max(1rem, env(safe-area-inset-left));
		z-index: 3;
	}
}

@media (max-height: 599px) and (orientation: landscape) {
	#container {
		width: min(100%, 112vh);
		font-size: clamp(1.65rem, 7.5vh, 2.35rem);
	}

	.mobile-logo { top: 0; width: 56%; }
	.mobile-aqua { width: 68%; left: 50%; }
	#music { top: 22%; }
	#video { top: 42%; }
	#tour-cal { top: 67%; }
	#shop { top: 80%; }
	#photos { top: 21%; }
	#nyheder { top: 43%; }
	#instagram { top: 62%; }
	#face { top: 79%; }
	p { display: block; }
	footer { display: block; padding: .45rem 1rem; }
}

@media (prefers-reduced-motion: reduce) {
	#container > * { animation: none; }
	#container, #music a:before { transition: none; }
}
