@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;
}

.colright {
	margin: 0vh 10vw 8vh 10vw;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.colright img {
	height: 70vh;
	width: 30vw;
	box-shadow: 0px 0px 4px 0px lightgray
}
.descriptions {
	display: flex;
	flex-direction: column;
	margin: 0px 0px 0px 50px;
}
.descriptions h3 {
	color: #0F2A71;
	font-weight: 600;
	font-size: 2.3em;
}
.descriptions h4 {
	margin: 3vh 0vw 3vh 0vw;
	color: #293C7F;
	font-size: 1.5em;
	font-weight: 600;
}
#des {
	margin-top: -30px;
	margin-bottom: 6vh;
	color: black;
	font-weight: 400;
	font-size: 1em;
}
#chart {
	margin-top: 5vh;
	color: #F5C400;
	line-height: 0.5;
	text-decoration: underline;
	font-size: 1em;
}
.descriptions button {
	margin-top: 1vh;
	text-align: center;
	width: 15vw;
	height: 50px;
	border: none;
	border-radius: 12px;
	background-color: #0F2A71;
	color: #FFFDF0;
}
.descriptions button:hover {
	box-shadow: 0px 0px 10px 2px gray;
}
.cat {
	display: flex;
	flex-direction: row;
	margin: 7vh 0vw 3vh 5vw;
	font-size: 1em;
}
.cat a {
	display: flex;
	flex-direction: row;
	font-size: 1em;
}
.cat a:link {
	color: #293C7F;
	margin-right: 0.8vw;
	font-weight: 600;
	text-decoration: none;
}
.cat a:visited {
	color: #293C7F;
	margin-right: 0.8vw;
	font-weight: 600;
	text-decoration: none;
}
.cat a:active {
	color: #293C7F;
	margin-right: 0.8vw;
	font-weight: 600;
	text-decoration: none;
}
.cat1 {
	color: #293C7F;
	margin-right: 0.8vw;
	font-weight: 600;
	text-decoration: none;
}
#cat3 {
	color: #193C7F;
}
.descriptioncol {
	justify-content: center;
	background-color: #86BBD8;
	padding: 4vh;
	height: 50vh;
	box-shadow: 0pc 0.2pc 5px 1px slategray;
}
.dsr {
	display: flex; 
	flex-direction: row;
	justify-content: center;
	gap: 4%;
}
.dsr h4 {
	font-size: 1.1em;
	color: #FFFDF0;
}
.dsr h4:hover {
	color: #293C7F;
	opacity: 70%;
}
#shping {
	font-weight: bold;
	color: #293C7F;
}
.content {
	color: #293C7F;
	margin: 6vh 3vw 0vh 8vw;
	font-size: 1.05em;
	list-style: inherit;
	line-height: 1.7;
}
.otherproducts {
	display: inline-grid;
	grid-template-columns: auto auto auto auto;
	column-gap: 1.3vw;
	grid-row-gap: 1vh;
	border-radius: 0px;
	padding-left: 0px;
}
.otherproducts > div {
	height: 60vh;
	color: #346488;
	text-align: left;
}
.card {
  	text-align: center;
	background-color: #FFFDF0;
	border: none;
	position: relative;
}
.card:hover {
	box-shadow: 0px 0px 10px 0px gray;
	border-radius: 0;
}
.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;
}
.more {
	text-align: center;
	align-items: center;
	margin: 5vh 4vw 0vh 4vw;
}
.more h4 {
	padding: 3vh;
	font-weight:600;
	font-size: 1.8em;
	text-transform: uppercase;
	color: #0F2A71;
	text-align: center;
}
.footer {
	height: 35vh;
	width: 100vw;
	background-color: #293C7F;
	padding-top: 4.5vh;
	font-size: 0.83em;
	line-height: 1.6;
	margin-top: 15vh;
	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;
}
.sendmsg {
	border-radius: 25px;
	border: none;
	background-color: black;
	color: white;
	height: 8vh;
	width: 160px;
}
#hlp {
	color: #346488;
}

@media (max-width: 768px) {
  	body {
    	font-size: 14px;
  	}
	.footer {
		height: 40%;
		width: 100%;
		padding-left: 2px;
	}
	.firstcol {
		margin-left: 0px;
	}
	.colright {
		flex-direction: column;
	}
	.colright img {
		width: 90%;
		height: 50%
	}
	.descriptions {
		max-width: 90%;
		align-items: center;
		margin: 0%;
	}
	.descriptions h3 {
		font-size: 2em;
		line-height: 1;
		margin-top: 5%;
	}
	.descriptions h4 {
		margin-top: -4%;
	}
	#des {
		margin-top: -2%;;
	}
	.descriptions button {
		width: 60%;
	}
	.content {
		text-align: left;
		margin: 0;
	}
	.descriptioncol {
	 	height: 40%;
	}
	.image-placeholder {
		height: 200px;
	}
	.otherproducts {
		grid-template-columns: auto auto;
		gap: 8px;
		margin: auto;
	}
	.otherproducts > div {
		height: auto; /* Remove fixed height */
    	margin-bottom: 15px; /* Add consistent spacing */
	}
	 .card {
    	margin-top: 0;
    	height: auto; /* Remove fixed height */
  	}
  	.cardtext {
    	height: auto; /* Remove fixed height */
    	margin: 8px 0; /* Add consistent margin */
  	}
	
}