/*Navigation*/
.Horizontal-row{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	align-items: left;
	width: 100%;
	height: 40px;
	text-align: center;
	border-block: 2px solid red;
	margin: 0;
}
.link-container{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
}
.link-container a{
	font-size: 24px;
	margin: 25px;
	color: black;
}
/*Seconder Meeting Schedule P1*/
.Alink-container{
	display: none;
	justify-content: center;
	align-items: center;
	height: 40px;
}
.Alink-container a{
	font-size: 24px;
	color: black;
}
select,
::picker(select){
	appearance:base-select;
}
select{
	width: 125px;
	margin: 5px;
	background-color: white;
}
selectedcontent,
option{
	display: flex;
	gap: 0.5rem;
	align-items: 0.25rem;
}
.Selection{
	font-size: 18px;
	color: black;
}
option::checkmark{
	display: none;
}
option:checked{
	background: red;
}
/*Registration Form*/
.Events img{
	display: block;
	width: 100%;
	margin: 0 auto;
}
/*Seconder Meeting Schedule P2*/
.Bottom{
	display: none;
	flex-direction: column;
}
@media (max-width: 1147px) {
	.BottomL{
		width: 25%;
	}
	.BottomR{
		width: 75%;
	}
}
@media (max-width: 840px) {
	.link-container a{
		display: none;
	}
	.Alink-container{
		display: flex;
	}
	.BottomL{
		display: none;
	}
	.BottomR{
		display: none;
	}
	.Bottom{
		display: flex;
	}
}
@media (max-width: 420px) {
}
