html, body, div, h1, h2, h3, h4, h5, h6, p, a, hr, img, ul, ol, li, form, table, tr, td, iframe {
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	list-style: none;
}

html {
	height: 100%;
	overflow-y: hidden;
}

body {
	height: 100%;

	background: #000000 url("/img/xmas.jpg") center center no-repeat;
	background-size: cover;

	/* background: #000000; */
	
	padding: 25px 10px;
	
	font-family: 'Playfair Display', sans-serif;
	
	text-align: center;

	text-transform: uppercase;

	overflow: hidden;
}

/* @media (orientation: landscape) {
	body {
		background-image: url("/img/hogwarts-landscape.jpg");
	}
} */

.skrillex-logo {
	position: absolute;

	display: none;
}

@media (orientation: portrait) {
	.skrillex-logo {
		top: 50%;
		left: 50%;

		transform: translateX(-50%) translateY(-50%);
	}
}

@media (orientation: landscape) {
	.skrillex-logo {
		top: 5rem;
		bottom: 5rem;
		right: 5rem;

		width: auto;
		height: calc(100% - 10rem);
	}
}

h1 {
	margin-bottom: 20px;
}

h1 span {
	display: inline-block;

	width: 320px;
	max-width: 90%;
	
	padding: 1rem 1.5rem;
	
	background: rgba(0, 0, 0, 0.75);
	/* -webkit-border-radius:	5px; */
	/* -moz-border-radius:		5px; */
	/* border-radius:			5px; */
	
	border: 3px #eddc94 solid;
	/* border-bottom-width: 6px; */
	
	margin: 0;
	
    font-size: 32px;
	line-height: 32px;
	font-weight: 400;
	font-style: italic;
	color: #eddc94;
	
	/* box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px; */
}

h1 small {
	font-size: 18px;
}

canvas {
	display: block;
	
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;

	pointer-events: none;
}

.wrapper {
	position: relative;
	z-index: 9999;

	text-align: center;
}

.countdown span {
	display: inline-block;

	width: 240px;
	max-width: 90%;
	
	padding: 1rem 1.5rem;
	
	background: rgba(0, 0, 0, 0.75);
	/* -webkit-border-radius:	5px;
	-moz-border-radius:		5px;
	border-radius:			5px; */
	
	border: 3px #eddc94 solid;
	/* border-bottom-width: 6px; */
	
	/* margin: 0 5px 10px; */
	margin: -3px 0 0 0;
	
    font-size: 24px;
	line-height: 24px;
	font-style: italic;
	color: #eddc94;
	
	/* box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px; */
}

@media screen AND (max-width: 768px) {
	h1 span {
		font-size: 24px;
		line-height: 24px;
	}

	.countdown span {
		font-size: 18px;
		line-height: 18px;
	}
}
