html {
	box-sizing: border-box;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
img {
	width: 100%;
	height: auto;
	max-width: 100%;
}
.navLogo {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
	font-family: "Niconne";
	padding: 0 0.5rem;
	font-size: 26px;
	font-weight: 400;
	line-height: 50px;
}

@media (min-width: 768px) {
	.navLogo {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		display: block;
		width: 230px;
	}
}

.navLogo:hover {
	color: rgba(255, 255, 255, 0.75);
}

.hero {
	height: 20rem;
	background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/img/home/bg-site-small.webp);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

@media (min-width: 540px) {
	.hero {
		height: 25rem;
		background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/img/home/bg-site.webp);
	}
}
.imgBox {
	display: inline-block;
	overflow: hidden;
}
.imgBox img {
	display: block;
	transition: transform 1s ease-in-out;
}
.imgBox:hover img {
	transform: scale(1.1);
}
#map {
	position: relative;
	height: 25rem;
}
#map h2 {
	color: rgb(214, 208, 208);
}
.mapData {
	position: absolute;
	z-index: 999;
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
	height: 100%;
	width: 100%;
	margin: 0;
}
@media (min-width: 768px) {
	.mapData {
		max-width: 30rem;
		top: 0;
		right: 0;
	}
}
.parallax {
	height: 15rem;
	background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/img/home/home-parallax-re.webp);
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

@font-face {
	font-family: "icomoon";
	src: url("/css/vendor/fonts/icomoon/home/icomoon.eot?hmwf1b");
	src: url("/css/vendor/fonts/icomoon/home/icomoon.eot?hmwf1b#iefix") format("embedded-opentype"),
		url("/css/vendor/fonts/icomoon/home/icomoon.ttf?hmwf1b") format("truetype"),
		url("/css/vendor/fonts/icomoon/home/icomoon.woff?hmwf1b") format("woff"),
		url("/css/vendor/fonts/icomoon/home/icomoon.svg?hmwf1b#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-clock-o:before {
	content: "\f017";
}
.icon-map-marker:before {
	content: "\f041";
}
.icon-phone:before {
	content: "\f095";
}
.icon-envelope:before {
	content: "\f0e0";
}
