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



/* FONTS + TYPE */

@font-face {
    font-family: "EuroStile"; 
    src: url("../fontz/GothamRnd-Light.woff") format('woff');
	font-weight: 200;
	font-style: normal;
	}

@font-face {
    font-family: "EuroStile";
    src: url("../fontz/GothamRnd-Book.woff") format('woff');
	font-weight: 400;
	font-style: normal;
	}

	@font-face {
		font-family: "Gotham";
		src: url("../fontz/GothamRnd-BookItal.woff") format('woff');
		font-weight: 400;
		font-style: italic;
		}

@font-face {
    font-family: "Gotham";
    src: url("../fontz/GothamRnd-Medium.woff") format('woff');
	font-weight: 600;
	font-style: normal;
	}

@font-face {
    font-family: "Gotham";
    src: url("../fontz/GothamRnd-Bold.woff") format('woff');
	font-weight: 800;
	font-style: normal;
	}

	@font-face {
		font-family: "Gotham";
		src: url("../fontz/GothamRnd-BoldItal.woff") format('woff');
		font-weight: 800;
		font-style: italic;
		}


h1 {
    font: normal 200 3rem "Gotham", "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: var(--cencePINK);
	opacity: .6;
	text-align: center;
	letter-spacing: normal;
	margin-bottom: 4rem;
	transition: all 1s;
}

h2 {
    font: normal 600 1.5rem "Gotham", "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-align: center;
	margin-top: 0rem;
	color: var(--spGREEN);
}
	
h3 {
    font: normal 800 1.2rem "Gotham", "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: white;
	opacity: .6;
	text-align: center;
}

/* COLORS */
:root {
	--spGREEN: rgba(52,103,79,1);
	--spORANGE: rgba(200,75,49,1);
	--spCREAM: rgba(236,219,186,1);
	}

/* ELEMENTS */

html {
	font-size: 100%;
 	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	min-height: 100%;
	margin: 0;
	position: relative;
	background-color: var(--spCREAM);
	background-image: url("../identity/HexBG.png");
	background-position: center;
	background-size: 10rem;
	background-repeat: repeat;
	background-attachment: fixed;
}

body {
	height: 100%;
	margin: 0;
	animation: SplashBAG 1s;
}	

header {
	margin: 0rem auto 0rem auto;
	text-align: center;
	width: auto;
	height: 8rem;
	position: sticky;
 	position: -webkit-sticky;
	top: 0rem;
	background-image: url("../identity/spLogo.svg");
	background-position: center center;
	background-size: 24rem;
	background-repeat: no-repeat;
	z-index: 100;
}

nav {
	
}

main {
	height: 100%;
}

#Mission {
	width: 80vw;
	margin: 5rem auto 5rem auto;
}

#ComingSoon {
	margin: 20vh auto 0 auto;
	width: 50vw;
	display: block;
}
