/* BARRIOTHEME > CUSTOM CSS  */

@font-face {
    font-family: 'favoritlight';
    src: url('/font/favorit-light-webfont.woff2') format('woff2'),
         url('/font/favorit-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'favoritregular';
    src: url('/font/favorit-regular-webfont.woff2') format('woff2'),
         url('/font/favorit-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'favoritbold';
    src: url('/font/favorit-bold-webfont.woff2') format('woff2'),
         url('/font/favorit-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'lyon_text_regularregular';
    src: url('/font/lyon_text_regular-webfont.woff2') format('woff2'),
         url('/font/lyon_text_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
	margin: 0;
	padding: 0;
	font-family: 'lyon_text_regularregular';
	color: #4c4f57;
	font-size: 1.3vw;
}

header {
	margin-bottom: 20%;
}

header.fullscreen {
	height: 100vh;
	margin: 0;
}

header::after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(/img/marchietto.png);
	background-size: cover;
	opacity: 0.1;
	pointer-events: none;
	z-index: 1;
}

.swiper {
	position: fixed;
	top: 25px;
	right: 25px;
	width: calc(50% - 50px);
	height: calc(100vh - 50px);
	z-index: -1;
}

.object-fit-cover {
	width: 100%;
	height: 100%;
}

.content {
	position: relative;
    display: block;
    margin-top: 50px;
	z-index: 2;
}

.logo {
	width: 400px;
	min-width: 250px;
	margin-bottom: 30%;
}

.fullscreen .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
}

.lingua {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0 0 30px 0;
}

.lingua li {
	display: inline;
	padding: 5px 10px;
	margin: 0;
    font-family: 'favoritlight';
	font-weight: 700;
	text-align: center;
}

.lingua li.active {
	background-color: #4c4f57;
}

.lingua li a,
.lingua li a:visited,
.lingua li a:focus {
	color: #4c4f57;
	text-decoration: none;
}

.lingua li.active a,
.lingua li.active a:visited
.lingua li.active a:focus,
.lingua li.active a:hover {
	color: #fff;
}

h1 {
    font-family: 'favoritlight';
	font-size: 4vw;
	line-height: 0.9em;
	margin-bottom: 10%;
	letter-spacing: -1px;
	text-transform: uppercase;
}

p {
	margin-bottom: 10%;
}

p strong {
	font-family: 'favoritbold';
}

.button,
.button:visited,
.button:focus,
.button:hover {
	display: inline-block;
	text-transform: uppercase;
    font-family: 'favoritlight';
	padding: 10px 20px;
	border: 2px solid #4c4f57;
	color: #fff;
	text-decoration: none;
	background-color: #4c4f57;
	transition: all 0.3s ease-in-out;
}

.button:hover {
	background-color: transparent;
	color: #4c4f57;
}

.caption {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-family: 'favoritlight';
    font-size: 1vw;
    line-height: 0.9em;
	text-transform: uppercase;
	background-color: #fff;
	padding: 2px 5px;
	text-align: right;

}

footer {
	margin-bottom: 10%;
}

footer p {
    font-family: 'favoritlight';
}

footer p::before {
	content: "";
	display: block;
	width: 100px;
	height: 2px;
	background-color: #4c4f57;
	margin-bottom: 50px;
}

footer p a,
footer p a:visited,
footer p a:focus {
	color: #4c4f57;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: all 0.3s ease-in-out;
}

footer p a:hover {
	text-decoration: none;
	border-bottom: 1px solid #4c4f57;
}

footer .social a i {
	font-size: 2vw;
}

footer .social a,
footer .social a:visited,
footer .social a:focus {
	float: left;
	color: #4c4f57;
	transition: all 0.3s ease-in-out;
	margin-right: 20px;
}

footer .social a:hover {
	color: #000;
}

footer .social svg {
	width: 2vw;
	height: 2vw;
	margin-top: 10%;
}