@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

html {
	height: 100%;
	background: #fff;
/* 	box-shadow: inset 0 0 0 14px #000; */
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Bebas Neue', cursive;
	font-size: 16px;
	letter-spacing: 2px;
	color: #000;
	-webkit-font-smoothing: antialiased !important;
	text-rendering: optimizeLegibility !important;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

::selection {
	background: #000;
	color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0 20px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 4px;
	color: #000;
}

section h2 {
	font-size: 2.75rem;
}

p {
	padding: 20px;
	font-size: 1.25rem;
	text-align: center;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.fade {
	animation: fade 1s;
}

@keyframes fade {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

nav {
	position: fixed;
	top: 0;
	padding: 6px;
	width: 100%;
	background: #000;
	text-align: center;
	z-index: 9999;
}

nav a {
	margin: 4px 10px;
	display: inline-block;
	color: #fff;
}

.health {
	position: relative;
	margin: -6px 0 8px -6px;
	padding: 10px 0;
	width: 100%;
	display: block;
	background: #f53c3c;
	text-align: center;
}

.health:hover {
	text-decoration: none;
	opacity: .9;
}

/*
.health:before {
    position: absolute;
    top: 6px;
    left: 6px;
    display: inline-block;
    content: '+';
    font-size: 60px;
    line-height: 34px;
    font-weight: bold;
}
*/

.health span {
    display: inline-block;
    font-size: 40px;
    line-height: 20px;
}

#health {
	color: #f53c3c;
}

#health span {
	display: inline-block;
	margin-bottom: 30px;
	font-size: 2rem;
	color: #000;
}

#countdown {
	margin: 0 0 20px;
	display: inline-flex;
	align-items: center;
	letter-spacing: 2px;
}

#countdown span {
	margin: 0 10px 0 6px;
	font-size: .9rem;
	letter-spacing: 2px;
/* 	text-decoration: underline; */
}

/*
#countdown {
	position: fixed;
	bottom: 0;
	padding: 10px;
	width: 100%;
	background: #000;
	color: #fff;
	text-align: center;
	z-index: 9999;
}
*/

header {
	width: 100vw;
	height: 100vh;
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
	/* padding: 120px 0 80px; */
	text-align: center;
}

header h1 {
	font-size: 2.75rem;
}

header p {
	margin: 0;
	padding: 0;
}

header .button {
	margin: 0 auto 10px;
}

#logo {
	position: relative;
	margin: 40px auto 0;
	display: inline-block;
	max-width: 100%;
}

#logo a {
	display: inline-block;
}

#logo img {
	max-width: 100%;
}

.sun {
	position: absolute;
    top: 0;
    left: calc(50% - 280px);
    width: 70px;
    height: 70px;
    background: url(../img/sun.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70px 70px;
    animation-name: spin;
    animation-duration: 8000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spin {
    from { transform:rotate(0deg); }
    to { transform:rotate(360deg); }
}

@media only screen and (max-width: 1600px) {
	.sun {
	    left: calc(50% - 240px);
	    width: 54px;
	    height: 54px;
	    background-size: 54px 54px;
	}
}

@media only screen and (max-width: 1400px) {
	.sun {
	    left: calc(50% - 180px);
	    width: 48px;
	    height: 48px;
	    background-size: 48px 48px;
	}
}

@media only screen and (max-width: 1024px) {
	.sun {
	    left: calc(50% - 140px);
	    width: 40px;
	    height: 40px;
	    background-size: 40px 40px;
	}
}

.home {
	display: block;
}

@media only screen and (max-width: 600px) {
	.home {
		display: none;
	}
}

.home-mobile {
	display: none;
}

@media only screen and (max-width: 600px) {
	.home-mobile {
		display: block;
	}
}

main {
}

section, footer {
	padding: 80px 0;
	text-align: center;	
}

#schedule, #stay, #details {
	background: #eee;
}

#schedule ul {
	margin: 0 auto;
	padding: 10px;
	max-width: 480px;
	text-align: left;
}

#schedule li {
	margin: 0;
	padding: 10px 0;
	width: 100%;
	background: url('../img/dot.png');
	background-position: center 26px;
	background-repeat: repeat-x;
	background-size: 4px auto;
	list-style-type: none;
	font-size: 1.25rem;
}

@media only screen and (max-width: 600px) {
	#schedule li {
		background-position: center 21px;
		font-size: .9rem;
	}
}

#schedule li span:first-child {
	float: left;
	padding-right: 4px;
	background: #eee;
}

#schedule li span:last-child {
	float: right;
	padding-left: 4px;
	background: #eee;
}

/*
#stay p {
	display: inline-block;
	padding: 30px 40px;
	border: 2px dashed #aaa;
	border-radius: 10px;
	color: #aaa;
}
*/

.button {
	margin: 20px auto;
	display: inline-block;
	background: #000;
	padding: 20px 40px;
	border-radius: 10px;
	border: 0;
	color: #fff;
	font-size: 1.5rem;
	transition: .25s ease;
}

.button:hover {
	transform: scale(1.5);
	text-decoration: none;
}

@media only screen and (max-width: 600px) {
	.button:hover {
		transform: none;
		text-decoration: none;
	}
}

/*
.map {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
*/

.map {
	display: inline-block;
	overflow: hidden;
	width: 400px;
	height: 400px;
	border-radius: 50%;
}

iframe {
	margin: -120px 0 0 -120px;
}

#parking {
	
}

#parking p, #location p, #stay p, #details p {
	margin: 0 auto;
	display: block;
	max-width: 560px;
}

footer img {
	width: 240px;
	border-radius: 50%;
/*
	border: 2px solid #fff;
    box-shadow: 0 0 0 4px #000;
*/
}
footer p {
	font-size: 2rem;
}