﻿*, body, html {
	margin: 0;
	padding: 0;
}
a, body, html {
	color: #00b7c3;
}
h1, h2 {
	text-shadow: 0 0 25px rgba(254,254,255,.85);
	visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
body, html {
	font: 16px/1.4 Lato, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
body {
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: #fff;
}
#canvas, .container {
	width: 100%;
	height: 100%;
}

.container {
	display: table;
	position: absolute;
	z-index: 20;
	text-align: center;
	cursor: context-menu;
}
.container>div {
	display: table-cell;
	vertical-align: middle;
}
#canvas {
	top: 0;
	left: 0;
	cursor: none;
}
a:active, a:hover, a:link, a:visited {
	text-decoration: none;
}
.btn {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    font-size: 0;
}
.btn.btn1 {
	margin-bottom: 36px;
}
.url {
	padding-top: 15px;
	padding-bottom: 30px;
}

@media screen and (max-width:640px) { 
	img {
		max-width: 100%;
		width: 100%;
	}
	.logo {
		padding: 0 30px;
	}
	.url {
		padding: 15px 10px 25px;
	}
	.btns {
		padding: 0 45px;
	}
	.btns .btn1 {
		margin-bottom: 20px;
	}
}


.site-notice {
    max-width: 780px;
    margin: 12px auto 24px;
    padding: 18px 28px;
    border: 2px solid #d9a441;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.55);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    text-align: center;
}
.site-notice-title {
    color: #ffd98a;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 8px;
}
.site-notice-text {
    color: #fff3d1;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
}
@media screen and (max-width:640px) {
    .site-notice {
        margin: 10px 16px 20px;
        padding: 14px 16px;
        border-radius: 12px;
    }
    .site-notice-title {
        font-size: 22px;
    }
    .site-notice-text {
        font-size: 17px;
    }
}
