.uligngnwm li {
	list-style: none;
}
.uligngnwm {
	padding-left:0px !important;
	margin-left:0px !important;
}
.logo_spanner {
	display: flex;
	justify-content: center;
}
.uligngnwm li {
	list-style-type: none;
	display: flex;
	align-items: center;
}
.height-aligner2::before,.height-aligner3::before {
	font-family: "Font Awesome 6 Free";
	font-size: 20px;
	font-weight: 900;
	padding-right: 0.5rem;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	text-align: center;
}
.height-aligner2::before {
	content: "\f15b";
	color: #8B4500;
}
.height-aligner3::before {
	content: "\f05a";
	color: #1E3A8A;
}
.welcomepopuop {
	font-size:1.6em;
	color:#000;
	text-align:center;
}
.height-aligner {
	min-height: 44px;
}
.height-aligner2 {
	min-height:44px;
	display:block;
	align-content:center;
}
.height-aligner3 {
	min-height:44px;
	display:block;
	align-content:baseline;
    
}
.coloardlink {
	color:#000 !important;
}
.coloardlink2 {
	color:#fff !important;
	min-height: 44px;
}
.coloardlink2:hover {
	color:#8b008b !important;
}
.modaldemo {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; /* Prevents scrolling of the modal itself */
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 20px;
    padding-left:1rem;
    padding-right:1rem;
    width: calc(100% - 32px)
  }

  @media (min-width: 768px) {
    .modaldemo {
        padding-top:60px;
    width: 100%;
  }
}
  .modal-contentdemo {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
    max-width: 600px;
    max-height: 80vh; /* Limits the height to 80% of the viewport height */
    overflow-y: auto; /* Allow vertical scrolling if content exceeds max height */
    border-radius: 25px;
    box-sizing: border-box; /* Ensures padding does not affect width/height */
    padding-bottom: 40px;
  }

.close {
	color: #000;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
.close:hover,.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
.button1 {
	background-color: #FFD700;
	border:solid 1px #FFD700;
	color: #000 !important;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: block;
	border-radius: 5px;
	font-size: 16px;
	margin-bottom:1rem;
	flex-grow:1;
}
.button1:hover {
	background-color: #fff;
	color:#000;
	border:solid 1px #FFD700;
}
a.button2 {
	color:#fff;
}
a.button2:hover {
	color:#fff;
}
.button2 {
	background-color: #8b008b;
	border:solid 1px #8b008b;
	color: #fff ;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: block;
	border-radius: 5px;
	font-size: 16px;
	flex-grow:1;
}
.button2:hover {
	background-color: #fff;
	color:#8b008b !important;
}

 