@font-face {
	font-family: 'jeanluc';
	src: url('assets/font/jeanlucweb-bold.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.font-jeanluc {
	font-family: 'jeanluc', sans-serif;
}

.font-handwriting {
	font-family: adobe-handwriting-ernie, sans-serif;
}

.oswald-400 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.text-chloe-orange {
	color: #ff8f36;
}

a {
	color: #fff;
}

a:hover {
	color: #ffff00;
}

html, body {
  height: 100dvh;
  margin: 0;
  overflow-x: hidden;
  background: #120e0c;
}

svg text{
	fill: #fff;
}


body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('assets/chloe-french-bg-mobile-v2.webp');
  background-size: cover;
  background-position: top;
  z-index: -1; /* Ensures it stays behind content */
  background-repeat: no-repeat;
}


body {
/*	background: url('assets/chloe-french-bg-mobile-v2.webp'), #120e0c;
	background-size: auto 100dvh, contain;
	background-repeat: no-repeat, no-repeat;
	background-attachment: fixed, fixed;*/
}

.chloe-bg {
	background: url('assets/chloe-french-bg-mobile-v2.webp');
	background-size: auto 100%, cover;
	background-position: bottom left, bottom;
	background-repeat: no-repeat;
}

.homelogo {
	font-size: calc(1.625rem + 11vw);
}

.main-logo {
	width:100%;
	top:44%;
}

.text-shadow-subtle {
	text-shadow:0 0 2px rgba(31, 31, 31,0.33), 0 0 4px rgba(31, 31, 31,0.25);
}

.text-shadow-strong {
	text-shadow:0 0 2px rgba(31, 31, 31,0.66), 0 0 4px rgba(31, 31, 31,0.75), 0 0 8px rgba(31, 31, 31,0.75), 0 0 16px rgba(31, 31, 31,0.75);
}

.title-box {
	height: 100vw;
}

.laylo-embed {
	background: rgba(0,0,0,.5);
}


@media screen and (min-width: 481px) { 
	.title-box {
	height: 65dvh;
	}

 }

@media (min-width: 768px) {
	.chloe-bg {
		background: url('assets/chloe-french.webp');
		background-size: auto 95%;
		background-position: bottom left -40px;
		background-repeat: no-repeat;
	}


}


@media (min-width: 992px) {
	
	body {
		background: url('assets/chloe-french-bg-v2.webp');
		background-size: cover;
		background-repeat: no-repeat;
	}
	
	.title-box {
	height: 58dvh;
	}
	
	.laylo-embed {
		background: transparent;
	}
	
	body::before {
		display: none;
	}

	.homelogo {
		font-size: calc(1.625rem + 6.8vw);
	}
	
	.main-logo {
		width:60%;top:30%;right:20px;
	}
	
	.bio-text {
		position:absolute;
		width:50%;
		top:10%;
		right:50px;
	}
	
	.iframes {
		position:absolute;
		width: 55%;
		bottom: 20px;
		right: 20px;
	}

}

@media (min-width: 1200px) { 
	.chloe-bg {
		background: url('assets/chloe-french.webp');
		background-size: auto 95%, cover;
		background-position: bottom left -40px;
		background-repeat: no-repeat;
	}
}


@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) { 
	
	
}