.container {
	background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)), url(background.jpg); 
	width: 100%;
}


buttons {
	width: 75%;
	height: 5vh;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30vw;
}


.ob a {
	text-decoration: none;
	display: inline-block;
	color: #D8CF82;
	border: 1px solid #D8CF82;
	border-radius: 3px;
	padding: 6px 17px;
	font-size: 18px;
	background-color: transparent;
	position: relative;
	cursor: pointer;
}
.memory a {
	text-decoration: none;
	display: inline-block;
	color: #D8CF82;
	border: 1px solid #D8CF82;
	border-radius: 3px;
	padding: 6px 17px;
	font-size: 18px;
	background-color: transparent;
	position: relative;
	cursor: pointer;
}
.donate a {
	text-decoration: none;
	display: inline-block;
	color: #D8CF82;
	border: 1px solid #D8CF82;
	border-radius: 3px;
	padding: 6px 17px;
	font-size: 18px;
	background-color: transparent;
	position: relative;
	cursor: pointer;
	transition: 0.5s;
}
.ob a:hover {
	border: 1px solid #384E2D;
	background-color: #384E2D;
	transition: 1s;
}
.memory a:hover {
	border: 1px solid #384E2D;
	background-color: #384E2D;
	transition: 1s;
}
.donate a:hover{
	border: 1px solid #384E2D;
	background-color: #384E2D;
	transition: 1s;
}

.mem_page, .mem_page_international {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	
	width: 70%;
	min-height: 380px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


.nav-tabs {
	width: 69%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	list-style-type: none; /* Remove bullets from the list */
}

.nav-tabs a {
	color: #C5B358;
	display: inline-block;
	padding: 0.3vh 10px;
	border-radius: 3px;
	position: relative;
	background-color: #384E2D;
	margin: 7px 5px;
	text-decoration: none;
	font-size: 20px;
}
.---tab-pane .active {
	border: 3px solid blue;
}

.memory_person {
	width: 16vw;
	height: 37vh;
	background-color: rgba(0, 0, 0, 0.3);
	margin-bottom: 1.2vh; 
    margin-right: 2vh;
	box-sizing: border-box;
	transition: 0.5s;
	border: 1px solid #384E2D;
	border-radius: 4px;
	padding: 5px 0;
}


.portrait {
	height: 26.5vh;
	height: 75%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.portrait img {
	width: 85%;
	height: 95%;
	display: block;
	border-radius: 3px;
}
.particulars {
	display: flex;
	height: 7vh;
	height: 25%;
	flex-direction: column;
	justify-content: center;
	-background: rgba(0, 0, 0, 0.3);
	font-size: 12px;
}
.info {
	height: 70%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}


names {
	font-size: 16px;
	font-size: 1.7vh;
}

anniversaries, theLate {
	font-size: 0.7vw;
	color: gray;
}
.links {
	height: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}


page a, publisher a {
	padding: 4px 15px;
	-margin: 0px 10px;
	text-decoration: none; 
	color:white; 
	background-color:#384E2D;
	font-size: 1.2vh;
	border-radius: 3px;
}


.pagination {
	width: 60%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.page-item   {
   -display: inline-block;
   -margin: auto;
   border: none;
   outline: none; 
   text-decoration: none;
   list-style-type: none; /* Remove bullets from the list */
}
#prevButtonMemory, #nextButtonMemory {
  background-color: #384E2D; /* Green like*/
  border: none;
  color: white;
  padding: 5px 22px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 3px;
  font-size: 16px;
  cursor: pointer;
}

h3 {
	font-style: italic;
	color: #D8CF82;
	text-align: center;
	margin-bottom: 15px;
	font-size: 22px;
}
.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}
.country.active {
    display: block;
}



/* MOBILE VERSION */
@media only screen and (max-width: 600px) {
	.container {
		background: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)),
                url('background.jpg');
		background-position: center center; /* Center the background image both horizontally and vertically */
		background-repeat: no-repeat;
		background-size: cover;
	}
	nav_band, nav_messages {
		display: none;
	}

	buttons {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 10px;
		width: 100%;
	
	}
	
	.ob a, .memory a {
		font-size: 3.2vw;
		padding: 0.5vh 2vh;
		white-space: nowrap; /* Prevent text wrapping */
		
	}


	h3 {
		font-size: 3.7vw;
		margin-bottom: 0.5vh;
	}

	.nav-tabs {
		width: 100%;
		justify-content: center;
	}
	
	.nav-tabs a {
		font-size: 3.5vw;
	}

	.mem_page, .mem_page_international {
		width: 90%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.memory_person {
		width: 90%;
		height: 38vh;
		padding: 5px 0;
		margin-left: auto;
		margin-right: auto;
		
	}


	anniversaries, theLate {
		font-size: 1.2vh;
	}

	page a, publisher a {
		font-size: 1.3vh;
		
	}

	.pagination {
		width: 70%;
	}
		
	#prevButtonMemory, #nextButtonMemory {
	 
	  font-size: 0.8rem;
	 
	}
	
	
}