@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;
}
#title {
	font-family: 'Trochut';
	color: black;
	text-align: center;
	font-size: 2.4em;
	font-weight: Bold;
}
.container p {
	text-align: center;
	font-size: 1.1em;
	padding-bottom: 2vh;
}
.container {
	margin-top: 7vh;
	text-align: center;
	display: flex;
	flex-direction: column;
}
.blocks {
	display: inline-grid;
	grid-template-columns: auto auto auto;
	column-gap: 1.6vw;
	grid-row-gap: 5vh;
}
.card {
	border: none;
	box-shadow: 0px 1px 8px 0px lightgray;
	color: #293C7F;
	border-radius: 10px;
	background-color: white;
}
.card-body {
	padding: 4vh 3vw 4vh 3vw;
	font-size: 1em;
}
.card-body p {
	padding: 0;
	line-height: 3.8vh;
}
.card-title {
	font-weight: bold;
	padding: 2px;
	font-size: 1.2em;
}
.card-text {
	margin-bottom: 3vh;
}
.opening {
	padding: 0;
	margin: 0;
}
.card a{
	width: 12vw;
	height: 7vh;
	background-color: #0F2A71;
	color: #FFFDF0;
}
.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;
	}
	.blocks {
		grid-template-columns: auto;
		margin: auto;
	}
	.btn-primary {
		width: 40% !important;
		height: 12% !important;
	}
	.card {
		max-height: 100%;
	}
	.card-body p {
		line-height: 3.1vh;
	}
}