* {
	font-family: "Capriola", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #2f1f1f;
}

a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: underline;
}

.gradient-custom {
	background: rgb(255,255,255);
	background: -webkit-linear-gradient(to right, rgba(255,255,255), rgba(245, 245, 220, 1));
	background: linear-gradient(to right, rgb(255, 255, 255), rgba(245, 245, 220, 1));
}

#logo {
	width: 150px;
}

.subpage-logo {
	width: auto;
}
.subpage-header-text {
	width: auto;
	padding-top: 35px;
}

.language-flag {
	width: 50px;
	height: 35px;
}

.flag-card {
	max-width: fit-content;
	text-align: center;
	border:none;
}

.card-flag-left {
	text-align: -moz-right;
	text-align: -webkit-right; 
}

@media(max-width: 768px) {
	.language-flag {
		width: 100px;
		height: 50px;
	}
	
}

.menu {
	background-color: beige;
	border: none;
	text-align: center;
}

.menu-card-width {
	max-width: 200px;
}

.row.justify-content-center {
	padding:15px;
}

footer {
	padding: 10px;
	text-align: center;
}

.btn.btn-primary:hover {
	text-decoration: none;
}