/* RESET RULES & HELPER CLASSES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
:root {
	--lightblue: #f6f9fc;
	--red: #d64041;
}

body p {
	font-size: 1.2rem;
}


a {color: #d64041;}
a:hover {color: #660000;}

.navbar .mail a{
	color: #f6f9fc;
}
.navbar .mail a:hover {color: #660000;}

a:hover {
	text-decoration: none;
}

.bg-lightblue {
	background: var(--lightblue);
}

.bg-red {
	background: var(--red);
}

.text-red {
	color: var(--red);
}

.container-fluid-max {
	max-width: 1440px;
}

.cover {
	background: no-repeat center/cover;
}

.p-10 {
	padding: 10px;
}

/* SCROLL ANIMATIONS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.scroll .page-header {
	background: var(--red);
}

.scroll .hero {
	transform: scale(0.98);
}

/* HEADER
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-header {
	transition: background 0.5s ease-in-out;
}

.page-header .navbar {
	padding: 1rem 0;
}

.page-header .navbar-toggler {
	/* the variable is inherited from BS4 built-in variables */
	border-color: var(--white);
}

/* BANNER SECTION
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.hero {
	background-attachment: fixed;
	transition: transform 0.5s ease-in-out;
}

.hero::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(rgba(0, 0, 0, 0.4) 0,
			rgba(0, 0, 0, 0.3) 50%,
			rgba(0, 0, 0, 0.1) 100%);
}

.hero .container-fluid {
	z-index: 10;
}

#carne-colturale ul li{
	font-size: 1.2rem;
}
/*#carne-colturale img.colturale{
	border: solid 2px #999;
}*/

/*
 POPULAR DESTINATIONS SECTION
–––––––––––––––––––––––––––––––––––––––––––––––––– 
.popular-destinations figure {
	margin-bottom: 30px;
}

.popular-destinations figcaption {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
}

.popular-destinations img {
	filter: grayscale(100%) blur(3px);
	transition: transform 0.5s, filter 0.75s;
}

.popular-destinations a:hover img {
	transform: scale(1.25);
	filter: none;
}
*/

/* PAGE FOOTER
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-footer .footer-links {
	text-align: right;
}

/* MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* MEDIUM SCREENS */
@media screen and (max-width: 991px) {
	.page-header {
		background: var(--red);
	}

	.logoHero {
		display: none;
	}
}

/* SMALL SCREENS */
@media screen and (max-width: 767px) {
	.page-footer .footer-child {
		text-align: center;
	}

	.logoHero {
		display: none;
	}
}

.vh-50 {
	height: auto !important;
	width: auto;
}

/* logo hero */