html
{
	font-size:20px;
}

html, body
{
	height:100%;
	width:100%;
	overflow: hidden;
}

.bg-dark
{
	background-color: #000 !important;
}	

*
{
	line-height: 1;

}

a
{
	text-decoration: none;
	color: inherit;
}

input, button
{
	border-radius: 0 !important;
}

body[hash='information'] #ajax_container
{

}

body[hash='legal'] #ajax_container
{
	text-align: right;
	margin-left:auto;
}


body[hash='partners'] #ajax_container
{
	margin-top:auto;
}


body[hash='landpraise'] #ajax_container
{
	margin-top:auto;
	margin-bottom:auto;
}

body[hash='credits'] #ajax_container
{
	text-align: right;
	margin-top:auto;
	margin-left:auto;
	margin-bottom:auto;
}



body[hash='home'] #ajax_container, body[hash=''] #ajax_container
{
	opacity: 0 !important;
}


body[hash='participate'] #ajax_container
{
	text-align: right;
	margin-left:auto;
	margin-top:auto;
}

body[hash='intro'] #map
{
/*	position:fixed;*/
/*	left:0;*/
/*	top:0;*/
	opacity: 1 !important;
}
	
body[hash=''] .mainmenu, body[hash=''] #map, body[hash='intro'] .mainmenu
/*, body[hash='intro'] #map*/
{
	display:none !important;
}

body[hash='intro'] #ajax_fingerprint
{
	display:block !important;
}

@media screen and (max-width: 991px) {

	body[hash='intro'] #ajax_fingerprint
	{
		height:25% !important;
		width:100% !important;
	}

	body[hash='intro'] #ajax_container
	{
		width:100% !important;
	}

	#ajax_container
	{
		width:100% !important;
	}

	p.avoid a
	{
/*		word-break:break-all !important;*/
	}

}



p:last-child
{
	margin:0;
}

input::placeholder {
	color: white !important;
	opacity:0.5 !important;
}

#ajax_container
{
/*	max-height:50%;*/
	max-height:100%;

}

#map
{
	opacity:0.20;
	transition: all 0.25s ease;
}

#map:hover, body[hash='home'] #map
{
	opacity:1 !important;
}


* {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
*::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

body
{
	font-family: 'Sunflower';
/*	font-family: 'Montserrat', sans-serif;*/
/*	font-family: 'VT323', monospace;*/
}

.menu_link
{
	color: #000;
	text-decoration: none;
	z-index: 100;
	pointer-events: all;
}

.dropdown-item.active,
.dropdown-item:hover,
.dropdown-item:active {
    background-color: #ccff33 !important;
    color: #000 !important
}



.bg-black
{
	background-color:rgba(0,0,0,0.75) !important;
}

.bg-offwhite
{
	background-color: #FCFBFB !important;
}

.bg-offwhite-translucent
{
	background-color: rgba(252, 251, 251, 0.75) !important;

}

