@charset "UTF-8";
/* CSS Document */

body,
html {
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

.home-hero {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.home-hero img.img-fluid {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	object-fit: cover;
	z-index: 1;
}

.home-hero h1 {
	position: absolute;
	top: 10vh;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	z-index: 2;
	text-align: center;
	width: 100%;
	font-size: 2.4rem;
	text-transform: none;
	padding: 0 20px;
	font-weight: 200;
	font-family: Arial, sans-serif;
}

.footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background: #000; /* You can adjust based on your color scheme */
	color: #999;
	margin: 0;
	padding: 10px 0;
	font-size: 0.7rem;
}

.footer a {
	color: #ccc;
	text-decoration: none;
}

.navbar-brand {
}
.navbar-brand img {
}

.navbar-custom {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 1rem;
	letter-spacing: 1px;
	border-bottom: 1px solid rgba(109, 90, 65, 0.3);
	-moz-box-shadow: 5px 5px 10px #000;
	-webkit-box-shadow: 5px 5px 10px #000;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.navbar-custom li a {
	color: #999;
}

.navbar-custom li.active a,
.navbar-custom li a:hover,
a:hover,
.navbar-custom li a.focus {
	color: #000;
}

.navbar-toggler {
	border-color: #000;
}

.dropdown-menu {
	margin-top: 10px;
	background: #fff;
	border-top: none;
	border-color: rgba(109, 90, 65, 0.2);
}
.dropdown-menu li a:hover,
.dropdown-menu li.active a {
	background: #000;
	color: #fff;
}

.dropdown-menu[data-bs-popper] {
	margin-top: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 0 0 5px 5px;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-custom li.active a,
.navbar-custom li a:hover,
a,
.btn:focus {
	outline: none;
	box-shadow: none;
}

.btn-site {
}

.btn-site:hover {
}

h1,
h2,
h3,
h4,
h5,
h6 {
}

a {
}

.flex {
	display: flex;
	align-items: center;
	justify-content: center;
}

.myIframe {
	position: relative;
	padding-bottom: 20%;
	padding-top: 30px;
	height: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	/*pointer-events: none;*/
	border: none;
}
.myIframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

iframe {
	border: 0;
	background: none;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
}

@media (min-width: 62em) {
}

@media (max-width: 768px) {
}

@media (max-width: 992px) {
}

@media (max-width: 1200px) {
}
