@charset "utf-8";
/* CSS Document */

#intro-banner {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #333;
	text-align: center;
	z-index: 10000;
	padding: 10vh 0 0 0;
	box-sizing: border-box;
}
#intro-banner.hidden {
	display: none;
}

#intro-banner button:hover {
	background-color: #7F4FFF;
}


/* PORTRAIT MOBILE (up to 1099px wide) */
@media only screen and (orientation: portrait) and (max-width: 1099px) {       
	
#intro-top-border {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 10vh;
	padding: 5vh 7vw;
	background-color: black;
}
	
#intro-btm-border {
	position: fixed;
	bottom: 6.5vh;
	left: 0;
	right: 0;
	padding: 1vh 10vw;
	background-color: black;
	font-family: "Imprima", sans-serif;
	font-weight: 200;
	font-size: 1.1rem;
	color: #E1E1E1;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 15vh;
}
	
#intro-cookie-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 7vh;
	padding: 1vh 5vw;
	background-color: black;
	border-top: medium solid #333;
	font-family: "Imprima", sans-serif;
	font-weight: 200;
	font-size: 1rem;
	color: #D8D8D8;
	display: flex;
	align-items: center;
	justify-content: center;
}
	
#cookie-btn {
	position: fixed;
	bottom: auto;
	left: auto;
	height: auto;
	padding: 1vh 2vh;
	background-color: rgba(33,33,33,1.00);
	border-radius: 8px;
	font-family: "Imprima", sans-serif;
	font-weight: 200;
	font-size: 1rem;
	color: #D8D8D8;
	display: flex;
	align-items: center;
	justify-content: center;
}
	
#intro-logo {
	position: fixed;
	top: 35%;
	width: 20vh;
	height: 20vh;
}

#intro-title {
	position: fixed;
	bottom: 20vh;
	left: 0;
	height: 10vh;
	width: 100vw;
	background: black;
	font-family: "Imprima", sans-serif;
	font-weight: 600;
	font-size: 2.5em;
    color: #D5FF4F;
	display: flex;
	align-items: center;
	justify-content: center;

}


#intro-banner button {
	position: fixed;
	bottom: 1vh;
	right: 3vw;
	height: 5vh;
	width: 6vh;
	border-radius: 5px;
	font-family: "Imprima", sans-serif;
	font-weight: 600;
	font-size: 1.5rem;
	cursor: pointer;
 	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.8);
	white-space: nowrap;
	background-color: #D5FF4F;
	border: 1px solid black;
	color: black;
}
	
}


/* LANDSCAPE MOBILE/TABLET (480px to 1099px wide) */
@media only screen and (min-width: 480px) and (orientation: landscape) and (max-width: 1099px) {

#intro-top-border {
	position: fixed;
	bottom: 34vh;
	left: 0;
	width: 100vw;
	height: 30vh;
	background-color: black;
}
	
#intro-btm-border {
	position: fixed;
	bottom: 14.5vh;
	left: 0;
	width: 100vw;
	height: 20vh;
	padding: 5vh 15vw;
	background-color: black;
	font-family: "Imprima", sans-serif;
	font-weight: 300;
	font-size: 1.2rem;
	color: #E1E1E1;
}
	
#intro-cookie-banner {
	position: fixed;
	bottom: 0vh;
	left: 0;
	width: 100vw;
	height: 15vh;
	padding: 1vh 5vw;
	background-color: black;
	border-top: medium solid #333;
	font-family: "Imprima", sans-serif;
	font-weight: 300;
	font-size: 1rem;
	color: #D8D8D8;
	display: flex;
	align-items: center;
	justify-content: center;
}
	
#cookie-btn {
	position: fixed;
	left: auto;
	height: auto;
	padding: 1vh 2vh;
	background-color: rgba(33,33,33,1.00);
	border-radius: 8px;
	font-family: "Imprima", sans-serif;
	font-weight: 200;
	font-size: 1rem;
	color: #D8D8D8;
	display: flex;
	align-items: center;
	justify-content: center;
}
	
#intro-logo {
	position: fixed;
	top: 5%;
	left: auto;
	right: auto;
	width: 10vw;
	height: 10vw;
}

#intro-title {
	position: fixed;
	bottom: 34vh;
	left: 0;
	width: 100vw;
	height: 30vh;
	background-color: black;
	font-family: "Imprima", sans-serif;
	font-weight: 600;
	font-size: 3.5rem;
	text-align: center;
    color: #D5FF4F;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
	
#intro-banner button {
	position: fixed;
	bottom: 2.5vh;
	right: 15vw;
	height: 10vh;
	width: 12vh;
	border-radius: 5px;
	font-family: "Imprima", sans-serif;
	font-weight: 600;
	font-size: 1.5rem;
	cursor: pointer;
 	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.8);
	white-space: nowrap;
	background-color: #D5FF4F;
	border: 1px solid black;
	color: black;
}	

}	

	
/* DESKTOP (1100px and wider) */
@media only screen and (min-width: 1100px) {
	
#intro-top-border {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 20vh;
	background-color: black;
}
	
#intro-btm-border {
	position: fixed;
	bottom: 9.5vh;
	left: 0;
	width: 100vw;
	height: 15.5vh;
	padding: 5vh 5vw;
	background-color: black;
	font-family: "Imprima", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	color: #E1E1E1;
	display: flex;
	align-items: center;
	justify-content: center;
}
	
#intro-cookie-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 10vh;
	padding: 1vh 5vw;
	background-color: #000000;
	border-top: medium solid #333;
	font-family: "Imprima", sans-serif;
	font-weight: 300;
	font-size: 1.3rem;
	color: #D8D8D8;
	display: flex;
	align-items: center;
	justify-content: center;
}
	
#cookie-btn {
	position: fixed;
	bottom: auto;
	left: auto;
	height: auto;
	padding: 1vh 2vh;
	background-color: rgba(33,33,33,1.00);
	border-radius: 8px;
	font-family: "Imprima", sans-serif;
	font-weight: 200;
	font-size: 1.3rem;
	color: #D8D8D8;
	display: flex;
	align-items: center;
	justify-content: center;
}
	
#intro-logo {
	position: fixed;
	top: 39vh;
	width: 18vh;
	height: 18vh;
}

#intro-title {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 20vh;
	font-family: "Imprima", sans-serif;
	font-weight: 600;
	font-size: 3.8em;
    color: #D5FF4F;
	display: flex;
	align-items: center;
	justify-content: center;
}


#intro-banner button {
	position: fixed;
	bottom: 1.5vh;
	right: 2.5vw;
	height: 7vh;
	width: 10vh;
	border-radius: 10px;
	font-family: "Imprima", sans-serif;
	font-weight: 600;
	font-size: 2rem;
	cursor: pointer;
 	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.8);
	white-space: nowrap;
	background-color: #D5FF4F;
	border: 1px solid black;
	color: black;
}

}	