

:root {
	--bggradient: 
		linear-gradient(
			to bottom right, 
			#25b9ca, 
			#6ee9b4,
			#f3d65e,
			#fda272
		);	
}

/* GENERAL LAYOUT  */

body {
	height: 400vh;
	padding-top: 0px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:15px;
	margin:-6; 
	padding-bottom: 0px;
	min-height: 0px;
	background: #25b9ca;
	background-image: var(--bggradient);
	background-size: 300%;
	background-position: 0% 0%;
	//animation: bgAnimation 5s infinite alternate;
}
ul	{
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 0px;
	list-style-type: none;
}

.tempButtn {
	position: absolute;
	top: 50px;
	left: 10px;
	opacity: 30%;
}
.tempButtn:hover {
	opacity: 60%;
	
}

/* ----- ANIMATION -------- */
//@keyframes bgAnimation {
//	0% {background-position: left;}
//	100% {background-position: right;}
//}


/* ----- GRID -------- */


#banner {
	position: fixed;
	z-index: 2;
	background-color: #035d63;
	width: 101%;
	height: 40px;
	top: 0px;
}

#container {
//	background-color: azure;
	margin-left: 5%;
	position: absolute;
	bottom: 2%;
	width: 92%;
}
#page2, #page3, #Page4 {
	border: 2.5px dashed #fff;
	min-height: 100px;
	width: 70vw;
	position: absolute;
}
#page2 {
	top: 90vh;
	left: 15vw;	
}

#page3 {
	top: 120vh;
	left: 15vw;
		
}
#page4 {
	top: 150vh;
	left: 15vw;
	
}

/* ----- NAVIGATION -------- */

#navbar {
	width: 100px;
	height: 12px;
	position: absolute;
	right: 0%;
	top: 14px;
}
.navbut {
	
height: 10px;
width: 10px;
position: relative;
float: left;
border-radius: 6px;
margin: 0px 4px 0px 4px;
border: 2.5px solid #63e2b7;
cursor: pointer;
	
}
.navbut:hover {
	background-color: #77e7ae47;
}
.navbutclicked {
	background-color: #448c74;
	height: 10px;
	width: 10px;
	position: relative;
	float: left;
	border-radius: 6px;
	margin: 0px 4px 0px 4px;
	border: 2.5px solid #ffffff;
	} 
/* ----- TYPE -------- */
#banner p {
	margin-left: 6%;
	color: #2f5a6b;
	font-size: 1.8em;
	margin-top: 3px;
}
#container p {
	font-size: 1.6em;
	margin-top: 0;
	margin-bottom: 3px;
	color: #67a988;
}

/* ----- FRONTPAGE -------- */

#cornwrapper {
	width: 50%;
	position: relative;
	margin-top: 7%;
	margin-left: 3%;
	float: right;
}	
#cornwrapper img, #dotwrapper img, #copybox img {
	width: 100%;
}
#dotwrapper {
	width: 36%;
	position: absolute;
	top: 42%;
	left: 31%;
}
#copybox {
	width: 60vw;
	max-width: 400px;
	height: 70vh;
	top: 12vh;
	position: absolute;
	left: 20vw;
}
#titlewrapper {
	margin: 0 0 3% 0;
	height: auto;
}

#graphic {
	width: 45%;
	position: relative;
	float: left;
	min-height: 8%;

}
#whitecopy {
//	background-color: blue;
	position: relative;
	float: right;
	width: 48%;
	min-height: 8%;
}

#whitecopy li {
	height: auto;
	margin: 0 0 4% 0;
}
#whitecopy img {
	width: 100%;	
}