/* FVG Studios */
/* All right Reserved */
/* Web Navigation */


/* Font Style */
*{	
	margin: 0;
	padding 0;
	font-family: verdana;
}

/* Fix navigation bar to top */


/* Containter form*/
@media (max-width: 475px) {
	#navbartop {
	position: fixed;
	top: 0px;
	font-size: 80%;
	width: 100%;

	}
	#current_web{
	/* background-color: #3399FF;	*/
	background-color: #3399FF;		
	font-size: 0%;
	}
	#other_web{
	font-size: 0%;
	}
	#menu_float{
	font-size: 80%;
	}
	#menu_float_current{
	background-color: #3399FF;
	font-size: 80%;
	}
	.menu_float_image{
	width: 40px;
	height: 40px;
	}		
	/* Font color*/
	nav ul li a{
	text-decoration: none;
	color: #fff;
	padding: 0px; /* 30px */ 
	}
	/* Text hover color */
	nav ul li:hover{
	padding: 0px; /* 30px */ 
	}
}

@media (min-width: 476px) {
	#navbartop {
	position: fixed;
	top: 0px;
	font-size: 100%;
	width: 100%;

	}
	#current_web{
	/* background-color: #3399FF;	*/
	background-color: #3399FF;		
	font-size: 0%;
	}
	#other_web{
	font-size: 0%;
	}
	#menu_float{
	font-size: 100%;
	}
	#menu_float_current{
	background-color: #3399FF;
	font-size: 100%;
	}
	.menu_float_image{
	width: 40px;
	height: 40px;
	}		
	/* Font color*/
	nav ul li a{
	text-decoration: none;
	color: #fff;
	padding: 0px; /* 30px */ 
	}
	/* Text hover color */
	nav ul li:hover{
	padding: 0px; /* 30px */ 
	}
}

@media (min-width: 790px) {
	#navbartop {
	position: fixed;
	top: 0px;
	font-size: 100%;
	width: 100%;
	}
	#current_web{
	/* background-color: #3399FF;	*/
	background-color: #3399FF;		
	font-size: 100%;
	}
	#other_web{
	font-size: 100%;
	}
	#menu_float{
	font-size: 0%;
	}
	.menu_float_image{
	width: 0px;
	height: 0px;
	}	
	/* Font color*/
	nav ul li a{
	text-decoration: none;
	color: #fff;
	padding: 20px; /* 30px */ 
	}
	/* Text hover color */
	nav ul li:hover{
	background-color: red;
	}
}

@media (min-width: 992px) {
	#navbartop {
	position: fixed;
	top: 0px;
	font-size: 100%;
	width: 100%;
	}
	#current_web{
	/* background-color: #3399FF;	*/
	background-color: #3399FF;		
	font-size: 100%;
	}
	#other_web{
	font-size: 100%;
	}
	#menu_float{
	font-size: 0%;
	}
	/* Font color*/
	nav ul li a{
	text-decoration: none;
	color: #fff;
	padding: 20px; /* 30px */ 
	}
	/* Text hover color */
	nav ul li:hover{
	background-color: red;
	}
}

@media (min-width: 1200px) {
	#navbartop {
	position: fixed;
	top: 0px;
	font-size: 100%;
	width: 100%;
	}
	#current_web{
	/* background-color: #3399FF;	*/
	background-color: #3399FF;		
	font-size: 100%;
	}
	#other_web{
	font-size: 100%;
	}
	#menu_float{
	font-size: 0%;
	}
	/* Font color*/
	nav ul li a{
	text-decoration: none;
	color: #fff;
	padding: 20px; /* 30px */ 
	}
	/* Text hover color */
	nav ul li:hover{
	background-color: red;
	}
}

/* Fix navigation bar to bottom */
#navbarbottom {
	height: 40px;
	font-size: 80%;
    position: fixed;
    bottom: 0px;
    width: 100%;
	height: 60px;
	color: #ffffff;
    vertical-align: top;
	text-align: center;	
	padding: 0px ;
}

/* Image Background */
#main{
	width: 100%;	
	/*height: 100vh;*/
	height: 80px;
}

#title{
	font-size: 110%;
	color: white;
	vertical-align: top; /* top*/
	text-align: center;	/* center*/
}

table.tablecenter {
  margin-left: auto; 
  margin-right: auto;
  border: 0px solid black;
}

#tableimage{
	style="width:10%";
	border="10px"
	text-align: center;	
}

/* Ensure the banner is fixed at the bottom and above all elements */
#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #333;
    color: white;
    padding: 15px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999; /* High value to be on top */
    width: 100%;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.2);
}

/* Ensure text and buttons do not overflow */
#cookie-banner p {
    flex: 1;
    margin: 0;
    padding: 0 10px;
    text-align: left;
}

#cookie-banner button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 15px;
    margin-left: 10px;
    cursor: pointer;
    font-size: 14px;
    flex-shrink: 0;
}

#cookie-banner button:hover {
    background-color: #45a049;
}

/* Close button style */
#close-banner {
    background-color: #f44336;
    border-radius: 50%;
    color: white;
    font-size: 16px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
    margin-left: 10px;
}




/* Navigation Transparent and Color */
nav{
	width: 100%;
	height: 80px;
	background-color: #0009;
	line-height: 80px;	
}

/* Text to right position and margin */
nav ul{
	float: right;
	margin-right: 30px;
}

/* Text animation effect delay */
nav ul li{
	list-style-type: none;
	display: inline-block;
	transition: 0.2s all;
}

/* Enlarge image*/
#rightImage  
{  
  height:275px;  
  float:left;  
  position:relative;  
}  
#rightImage:hover img  
{  
  height: 300px;  
}