html, body {
	padding: 0;
	margin: 0;
	overflow: hidden;
	background-color: #000000;
	background: url("images/background.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: white;
}

html, body, canvas {
	touch-action: none;
	touch-action-delay: none;
}

#notSupportedWrap {
	margin: 2em auto 1em auto;
	width: 75%;
	max-width: 45em;
	border: 2px solid #aaa;
	border-radius: 1em;
	padding: 2em;
	background-color: #f0f0f0;
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	color: black;
}

#notSupportedTitle {
	font-size: 1.8em;
}

.notSupportedMessage {
	font-size: 1.2em;
}

.notSupportedMessage em {
	color: #888;
}

/* bbcode styles */
.bbCodeH1 {
	font-size: 2em;
	font-weight: bold;
}

.bbCodeH2 {
	font-size: 1.5em;
	font-weight: bold;
}

.bbCodeH3 {
	font-size: 1.25em;
	font-weight: bold;
}

.bbCodeH4 {
	font-size: 1.1em;
	font-weight: bold;
}

.bbCodeItem::before {
	content: " • ";
}

/* For text icons converted to HTML: size the height to the line height
   preserving the aspect ratio. Also add position: relative as that allows
   just adding a 'top' style for the iconoffsety style. */
.c3-text-icon {
	height: 1em;
	width: auto;
	position: relative;
}

/* screen reader text */
.c3-screen-reader-text {
	position: absolute;
	width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}


/* mon code */
.logo {
	position: fixed;
	height: 70px;
	width: auto;
	top: 0;
	left: 0;
	z-index: 2100;
}

@media (max-width: 825px) {
	.logo {
		left: -185px;
	}
}


@media (max-width: 430px) {
	.logo {
		display: none;
	}
}



/*------------------------------------------------------------------

  Page Border from Godlike

 -------------------------------------------------------------------*/
 .nk-page-border .nk-page-border-t,
 .nk-page-border .nk-page-border-r,
 .nk-page-border .nk-page-border-b,
 .nk-page-border .nk-page-border-l {
     position: fixed;
     pointer-events: none;
     -webkit-user-select: none;
        -moz-user-select: none;
         -ms-user-select: none;
             user-select: none;
     background-size: 100% 100%;
     z-index: 2000;
 }
 
 .nk-page-border .nk-page-border-t,
 .nk-page-border .nk-page-border-b {
     left: 0;
     width: 100%;
     height: 100px;
 }
 
 .nk-page-border .nk-page-border-t {
     top: 0;
     background-image: url("https://tabletopy.b-cdn.net/assets/images/border-top.png");
 }
 
 .nk-page-border .nk-page-border-b {
     bottom: 0;
     background-image: url("https://tabletopy.b-cdn.net/assets/images/border-bottom.png");
 }
 
 .nk-page-border .nk-page-border-r,
 .nk-page-border .nk-page-border-l {
     top: 0;
     width: 100px;
     height: 100%;
 }
 
 .nk-page-border .nk-page-border-r {
     right: 0;
     background-image: url("https://tabletopy.b-cdn.net/assets/images/border-right.png");
 }
 
 .nk-page-border .nk-page-border-l {
     left: 0;
     background-image: url("https://tabletopy.b-cdn.net/assets/images/border-left.png");
 }
 
 @media (max-width: 575px) {
     .nk-page-border .nk-page-border-t,
     .nk-page-border .nk-page-border-b {
         height: 50px;
     }
     .nk-page-border .nk-page-border-r,
     .nk-page-border .nk-page-border-l {
         width: 50px;
     }

     footer {
      height: 65px;
    }
    .footer-menu {
      padding-bottom: 5px;
    }
    .footer-stop {
      padding-bottom: 5px;
    }

 }