@charset "utf-8";

body {
	font-family: 'Tuffy', sans-serif;
	background-color:#FFFDF0;
	padding-top: 0px;
	margin: 0px;
}
.nav {
	justify-content: center;
	padding-top: 1vh;
	align-items: space-evenly;
	display: flex;
	gap: 27%;
	box-shadow: 0px 4px 10px #C6C8CA;
	height: 60px;
	font-size: 1.15em;
	align-content: center;
}
.navileft {
	align-items: center;
	justify-content: left;
	padding: 0px;
	list-style:none;
	display: flex;
	gap: 12%;
	float: left;
}
.navileft a:link {
	color: #293C7F;
	text-decoration: none;
}
.navileft a:visited {
	color: #293C7F;
	text-decoration: none;
}
.navileft a:hover {
	text-decoration: underline;
}
.navileft a:active {
	color: #87BAD9 !important;
	font-weight: 600;
	text-decoration: none;
}
.naviright {
	align-items:center;
	justify-content: right;
	padding: 0px;
	list-style:none;
	display: flex;
	gap: 8%;
	float: right;
}
.naviright a:link {
	color: #293C7F ;
	text-decoration: none;
}
.naviright a:visited {
	color: #293C7F ;
	text-decoration: none;
}
#lang {
	font-weight: bold;
}
#artfriend {
	height: 9vh;
	width: auto;
	padding: 5px;
	align-items: center;
}
.leftcol {
	display: flex;
	flex-direction: column;
	position: absolute;
}
#Categories {
	font-size: 1.3em;
	font-weight: 600;
	color: #293C7F;
	margin: 5.2vh 0vw 2vh 5.2vw;
}
.links {
	font-size: 1.13em;
	line-height: 5.8vh;
	list-style: none;
	margin-left: 2.8vw;
}
.links a:link {
	text-decoration: none; 
	color: #0F2A71;
}
.links a:visited {
	text-decoration: none;
	color: #0F2A71;
}
.links a:hover {
	text-decoration: underline; 
	color: #0F2A71;
}
.col {
	display: flex;
	flex-direction: row;
}
.colright {
	margin-left: 27vw;
	margin-right: 3vw;
}
.colright a {
	text-align: center!important;
}

.head {
	display: flex;
	flex-direction: row;
	margin-top: 30px;
	font-size: 1.4em;
	font-weight: 600;
	color: #293C7F;
	gap: 53vw;
	white-space: nowrap;
}
.container {
	display: inline-grid;
	grid-template-columns: auto auto auto;
	column-gap: 1.3vw;
	grid-row-gap: 1vh;
	border-radius: 0px;
	padding-left: 0px;
}
.container > div {
	height: 60vh;
	color: #346488;
	text-align: left;
}
.container > a {
	height: 60vh;
	color: #346488;
	text-decoration: none;
	text-align: left !important;
}
.card {
	background-color: #FFFDF0;
	border: none;
	position: relative;
}
.card:hover {
	box-shadow: 0px 0px 10px 0px gray;
	border-radius: 0;
}
.cardtext {
	line-height: 2.8vh;
	margin: 1.3vh 0vw 3vh 0vw;
	height: 10vh;
}
.card p {
	font-size: 1em;
	color: #346488;
	font-weight: 600;
}
.card span {
	color: #0F2A71;
	font-weight: 400;
	font-size: 1.2em;
}
.image-placeholder {
	box-shadow: 0px 0px 4px 0px lightgray;
  	height: 50vh;
  	background-color: #dcdcdc;
  	margin-bottom: 10px;
	overflow: hidden;
}
.image-placeholder img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#vm {
	color: #293C7F;
	margin: 20px 0px 20px 0px;
	justify-content: center;
	text-align: center !important;
}
#vm a:link {
	text-decoration: none; 
	color: #0F2A71;	
}
#vm a:visited {
	text-decoration: none;
	color: #0F2A71;
}
#vm a:hover {
	text-decoration: underline; 
	color: #0F2A71;
}
.footer {
	height: 35vh;
	width: 100vw;
	background-color: #293C7F;
	padding-top: 4.5vh;
	font-size: 0.83em;
	line-height: 1.6;
	margin-top: 5vh;
	position: absolute;
}
.footercon {
	display: flex;
}
#BnP {
	font-weight: 600;
}
.firstcol {
	list-style: none;
	margin-left: 3vw;
	color: #F4C400;
}
.firstcol a:link, a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
.firstcol a:hover, a:active {
	color:#87BAD9;
	text-decoration: underline;
}
#help {
	font-weight: 600;
}
.seccol {
	list-style: none; 
	margin-left: 7vw;
	color: #F4C400;
}
.seccol a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.seccol a:hover, a:active {
	color:#87BAD9;
	text-decoration: underline;
}
#ci {
	font-weight: 600;
}
.thirdcol {
	list-style: none;
	margin-left: 7vw;
	color: #F4C400;
}
.thirdcol a:link, a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
.thirdcol a:hover, a:active {
	color:#87BAD9;
	text-decoration: underline;
}
#centerfooter {
	padding-top: 3.5vh;
	font-size: 1.2em;
	color: #F4C400;
	text-align: center;
}
@media (max-width: 768px) {
  	body {
    	font-size: 14px;
  	}
	.footer {
		height: 40%;
		width: 100%;
		padding-left: 2px;
	}
	.firstcol {
		margin-left: 0px;
	}
	.col {
		flex-direction: column;
	}
	.leftcol {
		opacity: 0;
	}
	.colright {
		margin: 3px;
	}
	.container {
		grid-template-columns: auto auto;
		gap: 8px;
		margin: auto;
	}
	.image-placeholder {
		max-height: 70%;
	}
	.container > div,
  	.container > a {
    	height: auto; /* Remove fixed height */
    	margin-bottom: 15px; /* Add consistent spacing */
  	}
	 .image-placeholder {
    	height: 200px; /* Set a reasonable fixed height for images */
  	}
  	.card {
    	margin-top: 0;
    	height: auto; /* Remove fixed height */
  	}
  	.cardtext {
    	height: auto; /* Remove fixed height */
    	margin: 8px 0; /* Add consistent margin */
  	}
}