@charset "utf-8";
/* CSS Document */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
	background-color: black;
	font-size: 14px;
	line-height: 17px;
	font-family: 'Cinzel Decorative', serif;
	text-align: center;
	background-image: url(bg6.png);
}
a {
	text-decoration: none;
	background: transparent;
	color: #ffffff;
	-webkit-transition: background 0.9s ease-out;
	transition: background 0.9s ease-out;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 1em;
	border: 2px solid #ffffff;
	padding: 1em 3em;
	line-height: 1em;
	text-transform: uppercase;
	-moz-box-shadow: 7px 7px 10px #000;
	-webkit-box-shadow: 7px 7px 10px #000;
	box-shadow: 7px 7px 10px #000;
	font-family: 'Trade Winds', serif;
}
.meantime {
	text-decoration: none;
	background: transparent;
	color: #999999;
	-webkit-transition: background 0.9s ease-out;
	transition: background 0.9s ease-out;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 1em;
	margin: 1em 3em;
	padding: 1em 3em;
	line-height: 1em;
	font-family: 'Trade Winds', serif;
}
img {
	width: auto;
	max-width: 100%;
	height: auto;
}
a:hover, a:focus {
	color: #000000;
	background: #ffffff;
	text-decoration: none;
}
.message {
	text-align: center;
	color: #ffffff;
	margin-top: 70px;
	margin-bottom: 90px;
	position: relative;
	text-shadow: 5px 5px 2px #000000;
	line-height: 1em;
}
.canvas {
	display: block;
	vertical-align: bottom;
}
#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
}
#main {
	position: absolute;
	width: 100%;
	height: 100%;
	/*background: url("bottom_2.png") repeat-x bottom;*/
}
#wabana {
	margin-top: 13%;
	width: 260px;
	height: 222px;
	margin-left: -29px;
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
#wabana {
	margin-top: 15%;
	width: 520px;
	height: 444px;
}
.message {
	margin-top: 100px;
	/*padding-bottom: 190px;*/
	margin-bottom: 150px;
	font-size: 5em;
}
a {
	font-size: 2.25em;
}
.meantime {
	font-size: 2.1em;
}
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
#wabana {
	margin-top: 15%;
	width: 520px;
	height: 444px;
}
.message {
	margin-top: 100px;
	/*padding-bottom: 190px;*/
	margin-bottom: 150px;
	font-size: 5em;
}
a {
	font-size: 2.25em;
}
.meantime {
	font-size: 2em;
}
}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
#wabana {
	margin-top: 15%;
	width: 520px;
	height: 444px;
}
.message {
	margin-top: 100px;
	margin-bottom: 150px;
	font-size: 5em;
}
a {
	font-size: 2.25em;
}
.meantime {
	font-size: 2em;
}
}

/* ----------- Google Pixel ----------- */

/* Portrait and Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
#wabana {
	margin-top: 15%;
	width: 520px;
	height: 444px;
}
.message {
	margin-top: 100px;
	margin-bottom: 150px;
	font-size: 5em;
}
a {
	font-size: 2.25em;
}
.meantime {
	font-size: 2em;
}
}

/* ----------- Google Pixel XL ----------- */

/* Portrait and Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
#wabana {
	margin-top: 15%;
	width: 520px;
	height: 444px;
}
.message {
	margin-top: 100px;
	margin-bottom: 150px;
	font-size: 5em;
}
a {
	font-size: 2.25em;
}
.meantime {
	font-size: 2em;
}
}

/* ----------- Galaxy S6 ----------- */

/* Portrait and Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
#wabana {
	margin-top: 15%;
	width: 520px;
	height: 444px;
}
.message {
	margin-top: 100px;
	margin-bottom: 150px;
	font-size: 5em;
}
a {
	font-size: 2.25em;
}
.meantime {
	font-size: 2em;
}
}
