
.menuButton:hover{
     background: white;
     color: #000000;
}

/*
.menuButton a:hover {
	color: #000000;
}
*/

.menuButton {
 /*
 width: 300px; 
 height: 80px;
 */
 width: 100%; 
 
 /* min-width: 100px; */
 min-height: 60px;
 height:auto;
 border: 0;
 /* padding: 0; */
 padding: 0 2px 0 2px;
 
 background-color: #dfd78e;
 
 font-size: 16px;
 font-weight: 700;
  
 /* @J 03/02/2023  border: 5px solid #D9B866; */
 /* border: 10px solid #dfd78e; */
 border: 5px solid #D9B866;
 
 border-radius: 10px;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.menuContainer {
	display: flex;
	flex-direction: row;
	/* gap: 1em; */ 
	margin-bottom: 10px;
}

.menuLeft {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	text-align: center;
	align-items: center;	
	vertical-align: middle;
	padding-bottom: 10px;
	
	/*
	background-color: #dfd78e;
	border-radius: 10px;
	border:3px solid #D9B866;
	*/
	
}

.menuLeft a {
	text-decoration: none;
	align-items: center;
	vertical-align: middle;
}

.menuRightContent {
	flex-grow:1;
	border: 3px solid #D9B866;
 	border-radius: 10px;
 	padding: 10px;
 	/* margin-bottom: 10px; */
 	
}

.infoHeader{
	/*color: rgb(0,100,21); */
	color: #806210;
	/* padding-left: 15px; */
	font-size: 2.5rem;
	font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    position: relative;
    text-align: left;
}

.infoP_Header {
	/* color: #D9B866; */
	/* color: #998200; */
	color: #B38D2D;
	font-size: 1.5rem;	
	font-weight: 700;
	line-height: 1.5rem;
	margin-top: 20px;
	margin-bottom: 20px;
}

.infoP_Header_Main {
	color: #806210;
	font-size: 1.5rem;	
	font-weight: 700;
	line-height: 1.7rem;
	margin-top: 20px;
	margin-bottom: 20px;
}

.infoComingSoon_Header {
	color: #806210;
	font-size: 1.5rem;	
	font-weight: 700;
	line-height: 1.7rem;
	margin-top: 20px;
	margin-bottom: 20px;
}


.infoPage p{
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 400;
	line-height: 30.6px;
	margin-block-end: 30px;
	/* margin-block-start: -15px; */
}

.infoPage li{
	margin-bottom:15px;	
	/* line-height: 1.6rem; */

	font-size: 18px;
	font-weight: 400;
	line-height: 30.6px;	
}

.p_Justify{
	text-align: justify;
}

.importNotics_Header {
	text-align : center;
	text-decoration : underline;
	color: #806210;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 20px;
}
