/* -------------------- MAIN -------------------- */

main {
	margin: 12vw 0 6vw 12vw;
	width: 55vw;
}

main p {
	font-family: 'Outfit', sans-serif;
	font-weight: 300;
	font-size: 1.4vw;
	line-height: 1.5;
	color: #222222;
}

main p a {
	font-weight: 700;
	color: transparent;
/* */
	background: linear-gradient(135deg, #00FFD0 0%, #FF00FF 100%);
	text-fill-color: transparent;
	background-clip: text;
}

main p a:hover {
	background: linear-gradient(135deg, #FFCC00 0%, #FF00FF 100%);
	text-fill-color: transparent;
	background-clip: text;
}

.intro {
	font-family: 'Outfit', sans-serif;
	font-weight: 100;
	font-size: 2vw;
	line-height: 1.2;
	color: #222222;
}

.divider {
	margin: 2vw 0 -1vw 0;
/* */
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.2vw;
	line-height: 1;
}

.statement {
	font-family: 'Outfit', sans-serif;
	font-weight: 500;
	font-size: 2vw;
	line-height: 1.2;
	color: #222222;
}

#signature {
	display: block;
	height: 6vw;
	width: 19vw;
/* */
	background: url(../img/signature.svg) center left no-repeat;
	background-size: contain;
}

#advocate {
	display: inline-block;
	margin: 2vw 0 -1vw 0;
/* */
	text-transform: uppercase;
	font-weight: 700;
	font-size: 2vw;
	line-height: 1;
	color: transparent;
/* */
	background: linear-gradient(135deg, #0000FF 0%, #00FFD0 100%);
	text-fill-color: transparent;
	background-clip: text;
}

#champion {
	display: inline-block;
	margin: 2vw 0 -1vw 0;
/* */
	text-transform: uppercase;
	font-weight: 700;
	font-size: 2vw;
	line-height: 1;
	color: transparent;
/* */
	background: linear-gradient(135deg, #00FFD0 0%, #FFCC00 100%);
	text-fill-color: transparent;
	background-clip: text;
}

#visionary {
	display: inline-block;
	margin: 2vw 0 -1vw 0;
/* */
	text-transform: uppercase;
	font-weight: 700;
	font-size: 2vw;
	line-height: 1;
	color: transparent;
/* */
	background: linear-gradient(135deg, #FFCC00 0%, #FF00FF 100%);
	text-fill-color: transparent;
	background-clip: text;
}

#tribal {
	display: inline-block;
	margin: 4vw 0 0 0;
/* */
	font-weight: 700;
	font-size: 3vw;
	line-height: 1.2;
	color: transparent;
/* */
	background: linear-gradient(135deg, #00FFD0 0%, #FFCC00 100%);
	text-fill-color: transparent;
	background-clip: text;
}

.subtitle {
	margin: 0.5vw 0 -1vw 0;
/* */
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.8vw;
	line-height: 1;
	color: #777777;
}

.break {
	display: block;
	height: 1vw;
}

/* -------------------- TEAM -------------------- */

.team {
	width: 100%;
/* */
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: stretch;
	align-content: stretch;
}

#ethan {
	min-height: 20vw;
	width: 30%;
/* */
	background: url(../img/ethan.webp) center top no-repeat #333333;
	background-size: cover;
	border-radius: 0.5vw;
}

#jessica {
	min-height: 20vw;
	width: 30%;
/* */
	background: url(../img/jessica.webp) center top no-repeat #333333;
	background-size: cover;
	border-radius: 0.5vw;
}

.about {
	padding-left: 3vw;
	width: 70%;
/* */
	font-weight: 300;
	font-size: 1.3vw;
	line-height: 1.5;
	color: #000000;
}

.name {
	display: block;
/* */
	font-weight: 500;
	font-size: 3vw;
	line-height: 1;
	color: #000000;
}

.title {
	display: block;
	padding: 0.3vw 0 2vw 0.15vw;
/* */
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1vw;
	line-height: 1;
	color: #777777;
}

.email {
	display: inline-block;
	margin: 1vw 0 0 0;
}

/* -------------------- SIGNUP -------------------- */

iframe {
	height: 520px;
	width: 50%;
	margin: 0;
	border: none;
	overflow: hidden;
}

/* -------------------- MEDIA -------------------- */

@media only screen and (max-width: 1032px) {

	main {
		width: 70vw;
	}
	
	main p {
		font-size: 2vw;
	}
	
	.intro {
		font-size: 3vw;
	}
	
	.divider {
		margin: 3vw 0 -1.5vw 0;
	/* */
		font-size: 2vw;
	}
	
	.statement {
		font-size: 2.5vw;
	}
	
	#signature {
		height: 7vw;
		width: 22vw;
	}
	
	#advocate, #champion, #visionary {
		font-size: 2.5vw;
	}
	
	#ethan, #jessica {
		min-height: 30vw;
	}
	
	#tribal {
		font-size: 3.5vw;
	}
	
	.about {
		font-size: 1.8vw;
	}
	
	.name {
		font-size: 5vw;
	}
	
	.title {
		font-size: 1.5vw;
	}
	
	.subtitle {
		font-size: 1.2vw;
	}
	
	iframe {
		height: 520px;
		width: 70%;
	}

}

@media only screen and (max-width: 744px) and (orientation: portrait) {
	
	/* -------------------- MOBILE MAIN -------------------- */
	
	main {
		margin: 20vw 0 0 5vw;
		width: 90vw;
	}
	
	main p {
		font-size: 3.5vw;
	}
	
	.intro {
		font-size: 5vw;
	}
	
	.divider {
		margin: 4vw 0 -3vw 0;
	/* */
		font-size: 4vw;
	}
	
	.statement {
		font-size: 4vw;
	}
	
	#signature {
		height: 12vw;
		width: 38vw;
	}
	
	#advocate, #champion, #visionary {
		font-size: 4.5vw;
	}
	
	#ethan, #jessica, .email {
		display: none;
	}
	
	#tribal {
		margin: 4vw 0 4vw 0;
		font-size: 5vw;
	}
	
	.about {
		padding: 0;
		width: 100%;
	/* */
		font-size: 3.5vw;
	}
	
	.name {
		font-size: 7vw;
	}
	
	.title {
		font-size: 2.5vw;
	}
	
	.subtitle {
		font-size: 2vw;
	}
	
	iframe {
		height: 520px;
		width: 100%;
	}

}

/* -------------------- PRINT -------------------- */

@media print {

	* {
		display: none;
	}

}
