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

body {
	margin: 0;
	padding: 0px;
	background-color: rgba(255,204,51,1);
	height: 100%;
}
html {
	height: 100%;
}
#wrap {
	position: relative;
	height: 100%;
	height: 100vh;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
.navtable {
	display: table;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
.navtable>div {
	position: relative;
	display: table-cell;
	font-size: 4vw;
	-webkit-text-size-adjust: none;
}
.navtable div a {
	color: #ed5434;
	text-decoration: none;
	font-family: Questrial, Helvetica, Arial;
}
.navtable div a:hover {
	text-decoration: underline;
}
.big-logo {
	margin-right: auto;
	margin-left: auto;
	/* [disabled]height: 100%;
*/
}
.big-logo img {
	width: 75%;
	position: relative;
}
@font-face {
	font-family: "Bebit";
	src: url("/res/font/Bebit.ttf");
}
footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: rgba(51,51,51,1);
}
/* Portrait */
@media only screen and (orientation: portrait) {
.navtable {
	display: block;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
.navtable>div {
	display: block;
	font-size: 10vw;
	padding-top: 5%;
	padding-bottom: 5%;
	}
footer {
	font-size: 2vh;
}
}
