:root {
	--text-color: #222;
	--border-radius-20: 20px;
	--color-primary-transparent-10: hsla(216,63%,31%,.1);
	--color-background: #fefefe;
	}

html summary::-webkit-details-marker {
  display: none;
  }
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: 'Google Sans Flex', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-optical-sizing: auto;
	padding: 0;
	margin: 0;
	/* text-rendering: optimizeLegibility;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: subpixel-antialiased;
	font-smoothing: subpixel-antialiased;
	font-synthesis: none;
	-moz-font-feature-settings: 'kern';
	shape-rendering: geometricPrecision; */
	direction: ltr;
	line-height: 100%;
	font-weight: <weight>;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;		
	color: var(--text-color);
	}
	

	.google-sans-flex-<uniquifier> {
	  font-family: "Google Sans Flex", sans-serif;
	  font-optical-sizing: auto;
	  font-weight: <weight>;
	  font-style: normal;
	  font-variation-settings:
		"slnt" 0,
		"wdth" 100,
		"GRAD" 0,
		"ROND" 0;
	}

	
ul,ol,li {
	list-style: none;
	}
html {
	position: relative;
	}	
body,html {
	height: 100%;
	}
body {
	font-size: 13px;
	animation: bugfix infinite 1s;
	-webkit-animation: bugfix infinite 1s;
	min-width: 375px;
	overflow: auto;
	position: relative;
	width: 100%;
	line-height: 100%;
	-webkit-overflow-scrolling: touch;
	}	
svg {
	shape-rendering: geometricPrecision;
	}		
fieldset {
	outline: 0;
	border: 0;
	}	
.content {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	}	
.video_container {
	position: fixed;
	width: 100vw;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	z-index: -1;
	opacity: .6;
	}	
.video_container video {
	width: 100%;
	height: 100%;
	filter: grayscale(100%);
	}	
	
.logo {
	justify-content: flex-start;
	align-items: flex-start;
	display: flex;
	z-index: 1;
	padding: 60px 100px 60px 35px;
	width: 100%;
	position: sticky;
	top: 0;
	background: hsla(0,100%,100%,.5);
	backdrop-filter: blur(10px);
	transition: padding 0.3s ease-in-out;
	}
.logo img {
	width: 200px;
	}	
h1 {
	font-weight: 200;
	text-align: left;
	margin: 0 100px 15px 100px;
	font-size: 3.0rem;
	letter-spacing: -.005em;
	line-height: 150%;
	}
h2 {
	font-weight: 500;
	text-align: left;
	margin: 0 100px 30px 100px;
	font-size: 1.8rem;
	letter-spacing: -.01em;
	line-height: 150%;
	}	
.copy_container {
	margin: 0;
	width: 100%;
	}
.section-container p,
.copy_container p {
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 170%;	
	margin: 0 100px;
	}
.section-container.about p {
	padding-bottom: 15px;
	}	
.copy_container p {
	padding-bottom: 15px;
	}	
p strong {
	font-weight: 700;
	}	
p img {
	float: right;
	display: block;
	width: 70%;
	}	
.section-container ul,
.section-container.the-staer-seventeen ul {
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 170%;	
	margin: 15px 100px 0 100px;
	}	
.section-container.the-staer-seventeen li {
padding: 0 0 0 15px;
margin: 0 0 0 9px;
	line-height: 140%;
	display: inline-block;
	position: relative;
	font-weight: 600;
	list-style-type: disc;
	}	
.section-container li {
	list-style-type: disc;
	margin: 0 0 20px 15px;
	}	
.section-container li:last-child {
	margin-bottom: 0;
	}	
.section-container li strong,
.section-container.the-staer-seventeen li strong {
	display: block;
	padding: 0 0 10px 0;
	font-weight: 600;
	}	
.section-container.the-staer-seventeen li:before {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: black;
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	content: '';
	}	
.section-container.the-staer-seventeen li:first-child {
	margin-left: -15px;
	}
.section-container.the-staer-seventeen li:first-child:before {
	display: none;
	}
.staer_bio {
	padding: 40px 0;
	width: 100%;
	opacity: .75;
	}	
.staer_bio p {
	font-size: 1.1rem;
	font-weight: 300;
	line-height: 170%;	
	padding: 0 0 15px 0;
	margin: 0 100px;	
	}


/* TIMELINE */

.timeline-container {
	width: 100%;
	position: relative;
	padding-top: 30px;
	/* border-top: 1px dashed #ddd;
	margin-top: 30px; */
	overflow: hidden;
	}
.timeline-container iframe {
	border: 0;
	outline: 0;
	height: 600px;
	width: 100%;
	background: transparent;
	overflow: hidden;
	}


.section-container {
	padding: 50px 0;
	border-bottom: 1px solid #ccc;
	width: 100%;
	}
.footer {
	position: relative;
	bottom: 0;
	margin: 0 100px;
	padding: 20px 0;
	width: 100%;
	text-align: left;
	font-size: .75rem;
	background: var(--color-background); 
	opacity: .75;
	}	


@media (max-width: 800px) {
	
	.logo {
		padding: 40px 5%;
		}
	.logo img {
		width: 100px;
		/* min-width: auto; */
		}	
	h1 {
		margin: 0 65px 15px 65px;
		font-size: 2.2rem;
		}
	h2 {
		margin: 0 65px;
		}	
	.section-container p,
	.copy_container p {
		margin: 0 65px;
		font-size: 1.0rem;
		}
	.section-container ul,
	.section-container.the-staer-seventeen ul {
		margin: 25px 65px 0 65px;
		}			
	.section-container.the-staer-seventeen li {
		display: block;
		}			
	.section-container.the-staer-seventeen li:first-child {
		margin-left: 9px;
		}
	.section-container.the-staer-seventeen li:first-child:before {
		display: block;
		}					
	.staer_bio p {
		font-size: 1.0rem;
		line-height: 170%;	
		margin: 0 65px;	
		}	
	.section-container ul,
	.section-container.the-staer-seventeen ul {
		font-size: 1.0rem;	
		}			
	}

@media (max-width: 650px) {
		
	.timeline-container iframe {
		height: 900px;
		}
	}	

@media (max-width: 450px) {
	
	.logo {
		padding-top: 30px;
		padding-bottom: 20px;
		}
		
	h1 {
		margin: 0 35px 15px 35px;
		}	
	h2 {
		margin: 0 35px;
		}	
	.section-container {
		padding: 25px 0;
		}
	.section-container p,
	.copy_container p {
		margin: 0 35px;		
		}
	.timeline-container {
		margin-top: 0;
		padding-top: 0;	
		}
	.section-container ul,
	.section-container.the-staer-seventeen ul {
		margin: 15px 35px 0 35px;
		}		
	.staer_bio p {
		margin: 0 35px;	
		}		
	}
