body {
	margin: 30px 0;
	background: #08103b url('background.jpg') no-repeat center center/cover;
}

a {
	text-decoration: none;
}

.header {
	padding: 20px 0;
}

.language-switcher a {
	text-decoration:none;
	margin-left: 15px;
}
.language-switcher a:hover, .language-switcher a.active {
	border-bottom: 2px solid #c59728;
}

.logo {
	max-height: 120px;
}

.image {
	max-width: 75% !important;
}

.f1 {
	font-family: "Playfair Display", serif;
	font-size: 50px;
	line-height: 55px;
	font-weight: 700;
}

.f2 {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	
	color: #c59728;
}

.f3 {
	font-family: "Playfair Display", serif;
	font-size: 40px;
	line-height: 45px;
	font-weight: 700;
}

@media (max-width: 767px) {
	.f1 {
		font-size: 35px;
		line-height: 40px;
	}

	.f2 {
		font-weight: 500;
	}
	
	.f3 {
		font-size: 25px;
		line-height: 30px;
	}
}