:root {
	--font-wght: 400;
	--font-wdth: 100;
	--font-ital: 0;
	--font-GRAD: 0;
}

*, *::before, *::after {
  font-variation-settings: 
    "wdth" var(--font-wdth), 
    "GRAD" var(--font-GRAD);
}

body {
    margin: 0;

	/* font-family: "Segoe UI", system-ui, -apple-system, Roboto, Helvetica Neue, Noto Sans, Liberation Sans, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; */

    /* font-family: "DM Sans"; */
	/* font-family: "Roboto Condensed", system-ui, -apple-system, Roboto, Helvetica Neue, Noto Sans, Liberation Sans, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; */
	/* font-family: "Montserrat"; */
	/* font-family: "Afacad Flux", system-ui, -apple-system, Roboto, Helvetica Neue, Noto Sans, Liberation Sans, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; */
	/* font-family: "Montserrat"; */
	
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #dbdfe2;
    text-align: left;
    background-color: #0b0c0e;

	/* font-family: "Google Sans Flex", sans-serif; */
	font-family: "Afacad Flux", sans-serif;
}


._full_bg {
	position:fixed;
	inset:0;
	z-index:-1;

	background-image: url(fin_bg_1800.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 64% 50%;

	@media(width < 620px) {
		background-position: 64% 50%;
	}	

}


main {
	min-height:100dvh;
	display:flex;
	flex-direction:column;
	justify-content: space-between;
}

._tagline_container {
	padding: 2rem 2rem 4rem 2rem;
    background: linear-gradient(0deg,rgba(11, 12, 14, 0) 23%, rgba(11, 12, 14, 1) 100%);
}

._tagline_text {
	text-align: center;
	margin:0;
    font-weight: 400;
	/* font-size: clamp(3.125rem, 3.464vw + 2.229rem, 5rem); */
	/* font-size: clamp(2.5rem, 2.887vw + 1.753rem, 4.063rem); */
	font-size: clamp(2.5rem, 1.848vw + 2.022rem, 3.5rem);
	line-height: 1.2;
	text-transform:uppercase;
    letter-spacing: 0.12em;

	/* font-family: "Instrument Sans", sans-serif;
	--font-wdth: 78; */
}

._o_replace {
    background-image: url(bashsea-icon.svg);
    background-size: 0.75em auto;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    color: transparent;
    filter: brightness(6.5) grayscale(1);
}


._coming_soon_container {
	padding: 4rem 2rem 2rem 2rem;
    background: linear-gradient(180deg,rgba(11, 12, 14, 0) 23%, rgba(11, 12, 14, 1) 100%);
}

._coming_soon_text {
	/* text-align: center; */
	margin:0;
    font-weight: 300;
	/* font-size: clamp(2.5rem, 2.887vw + 1.753rem, 4.063rem); */
	/* font-size: clamp(2.5rem, 1.848vw + 2.022rem, 3.5rem); */
	/* font-size: clamp(2rem, 1.848vw + 1.522rem, 3rem); */
	font-size: clamp(1.5rem, 1.848vw + 1.022rem, 2.5rem);
	line-height: 1;
	text-transform:uppercase;
	letter-spacing: 0.12em;
}