/*	__      ___ _       _
	\ \    / (_) |__ __(_)
	 \ \/\/ /| | / /(_-< |
	  \_/\_/ |_|_\_\/__/_|

    Wiksi.biz
    https://wiksi.biz

    All rights reserved © 2022 Wikstrom Tech
	
    Coded, designed and produced by: Wiksi
    Lauri "Wiksi" Wikström        	 lauri(a)wikstrom.co
                                     lauri.wikstrom(a)gamespec.org      */

/* Html */
html {
	height: 100%;
	width: 100%;
}

/* Body */
body {
	z-index: 0;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: url('https://wiksi.biz/pic/bg_world_map.jpg') no-repeat center center fixed;
	/* background: url('https://wiksi.biz/pic/bg_world_map_dark.png') no-repeat center center fixed; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: Calibri, Verdana, Tahoma; /* Google Fonts API */
	font-size: 14px;
	color: #000000;
	text-align: center;
	text-align: -moz-center;
	text-align: -webkit-center;
	margin-left: auto;
	margin-right: auto;
}

img {
    max-width: 95%;
    height: auto;
}

/* Div: holder */
#holder {
	min-width: 100%;
	min-height: 100%;
}

/* Ordinary links */
a, a:visited {
  color: #525252;
  text-decoration: none;
}

a:hover, a:active {
  color: #ADADAD;
  text-decoration: none;
} 

/* Div: logo */
#logo {
	z-index: 10;
	padding-top: 200px;
	padding-bottom: 25px;
	width: auto;
	height: auto;
	color: #FFFFFF;
	font-family: Calibri, Verdana, Tahoma; /* Google Fonts API */
	font-size:  22px;
	color: #525252;
	text-transform: uppercase;
	text-align: center;
}

/* Tools */
#tools {
	z-index: 10;
	padding-bottom: 25px;
	width: auto;
	height: 20px;
	display: table;
}

#tools .content {
	font-family: Calibri, Verdana, Tahoma; /* Google Fonts API */
	font-size:  15px;
	height: auto;
	color: #525252;
	text-transform: uppercase;
	text-align: center;
	display: table-cell;
}

/* Footer */
#footer {
	z-index: 10;
	width: auto;
	height: 20px;
	display: table;
}

#footer .content {
	font-family: Calibri, Verdana, Tahoma; /* Google Fonts API */
	font-size:  15px;
	height: 30px;
	color: #525252;
	text-transform: uppercase;
	text-align: center;
	display: table-cell;
}
