@-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: #000;
	background: radial-gradient(#000,#000) 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/hm.jpg") 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: #56D5D2;
	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: #B68C6C;
	-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: #56D5D2;
	-webkit-transition: .16s;
	transition: .16s;
}

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

#video a span {
	display: block;
	font-size: 0.88em;
	color: #B68C6C;
	-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: #B68C6C;
	-webkit-transition: .16s;
	transition: .16s;
}

#tour-cal a span + span {
	/*display: block;*/
	font-size: 1em;
	color: #56D5D2;
	-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: #B68C6C;
}

#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: #B68C6C;
}

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

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

#face p:before {
	content: '';
	position: absolute;
	bottom: 5.2em;
	color: #51D5D2;
	left: -1.5rem;
	width: 3em;
	height: 2.4em;
	background: url("../img/facebook.svg") no-repeat;
	background-size: contain;
}

#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: #56D5D2;
	-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: #56D5D2;
	-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: #56D5D2;
	left: -1.5rem;
	width: 3em;
	height: 2.4em;
	background: url(../img/ig.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: #B68C6C;
	-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: #56D5D2;
	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:#56D5D2;
}

#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 1.2rem;
}

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

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

@media (min-device-width: 550px) {
	.wrapper {
		position: absolute;
		width: 100%;
		top: 80px;
		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%;
	}
}