@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;
}
#git {
	font-family: 'Trochut';
	color: black;
	text-align: center;
	margin-top: 40px;
	font-size: 2.4em;
	font-weight: Bold;
}
#letusknow {
	text-align: center;
	font-size: 1.1em;
}
#formcont {
	background-color: white;
	width: 65%;
	height: 80vh;
	margin: auto;
	box-shadow: 0px 4px 6px 7px #C0BEB5;
	padding: 50px 80px 120px 80px;
}
.form-control {
	justify-content: center;
	width: 310px;
	height: 35px;
	background-color: #F5F5F5;
	border: none;
	border-bottom: solid 1.4px;
	border-radius: 0px;
	margin-bottom: 4vh;
}
.form-label {
	font-size: 1.1em;
	font-weight: bold;
}
.row {
	display: flex;
	flex-direction: row;
}
.form {
	width: 653px;
	height: 35px;
	background-color: #F5F5F5;
	border: none;
	border-bottom: solid 1.4px;
	border-radius: 0px;
	margin-bottom: 4vh;
}

.footer {
	height: 35vh;
	width: 100vw;
	background-color: #293C7F;
	padding-top: 4.5vh;
	font-size: 0.83em;
	line-height: 1.6;
	margin-top: 10vh;
	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;
	}
	#formcont {
		height: 80%;
		width: 90%;
		padding: 6px;
		text-align: center;
		align-items: center;
		float: none;
	}
	.form-control {
		width: 90%;
		margin:auto;
	}
	.form {
		width: 90%;
	}
	.row {
		flex-direction:column;
	}
}