h3 {
	margin: 0 auto;
	line-height: 35px;
}

#container {
	width: 100%;
	height: auto;
	margin: 0px auto;
	border: 0px #000 solid;
}

.project_header_back {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	clear: both;
	z-index: 1 !important;
}

#hero_image {
	width: 100%;
	height: 100%;
	background: url(images/two_mustangs.jpeg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	opacity: .5;
	position: relative;
	z-index: -100;
}

	@media screen and (max-device-width: 428px) {
		.project_header_back {
			z-index: -2000;
			background-color: transparent;
		}
	}

	@media screen and (max-device-width: 430px) {
		.project_header_back {
      		z-index: -2000;
			background-color: transparent;
   		 }
	}
	
#EG_crest {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

#EG_crest img {
	width: 20rem;
}

@media screen and (max-device-width: 430px) {		
	#EG_crest {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
	}
	
	#EG_crest img {
		width: 40rem;
	}
}

.update_section_block {
	width: 100%;
	height: calc(40vh + 40%);
	left: calc(-50vw + 50%);
	position: absolute;
	
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	/*
	border-color: red;
	border-style: solid;
	border-width: 1px;
	*/
}

.section_block {
	width: 100%;
	height: calc(20vh + 20%);
	left: calc(-50vw + 50%);
	position: absolute;
	
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	/*
	border-color: red;
	border-style: solid;
	border-width: 1px;
	*/
}

#update_block_image {
	position: relative;
	width: 100vw;
	height: calc(40vh + 40%);
	left: calc(-50vw + 50%);
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	background: url(images/911.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	opacity: .5;
	z-index: -1;
}

#section_block_image {
	position: relative;
	width: 100vw;
	height: calc(20vh + 20%);
	left: calc(-50vw + 50%);
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	background: url(images/foggy_wheel.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	opacity: .5;
	z-index: -1;
}

	@media screen and (max-device-width: 428px) {
		.project_header_back {
			z-index: -2000;
			background-color: transparent;
		}
	}

	@media screen and (max-device-width: 414px) {
		.project_header_back {
      		z-index: -2000;
			background-color: transparent;
   		 }
	}
	
.section_block_XL {
	width: 100%;
	height: calc(60vh + 60%);
	left: calc(-50vw + 50%);
	position: absolute;
	
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	/*
	border-color: red;
	border-style: solid;
	border-width: 1px;
	*/
}

#section_block_image_XL {
	position: relative;
	width: 100vw;
	height: calc(60vh + 60%);
	left: calc(-50vw + 50%);
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	background: url(images/CATM_event.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	opacity: .5;
	z-index: -1;
}


.tldr_section_header {
	width: 100vw;
	margin-left: calc(50% - 50vw);
}

.tldr_section_header h3 {
	text-align: center;
	width: 80%;
	margin-top: 8rem;
	margin-bottom: 6rem;
	font-size: 2.5rem;
	font-weight: 400;
	padding-bottom: 2rem;
	line-height: 3rem;
	
	border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: .1rem;
}

@media screen and (max-device-width: 430px) {
	.tldr_section_header h3 {
		font-size: 4rem;
		line-height: 4rem;
	}
}

.smaller_header h3{
	font-family: lato;
	font-size: 2rem;
	font-weight: 300;
	padding-top: 1.5rem;
	line-height: 3rem;
	padding-bottom: 1rem;
	text-align: center;
}

@media screen and (max-device-width: 430px) {
	.smaller_header h3{
		font-size: 4rem;
		font-weight: 300;
	}
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid black; /* Arrow color */
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10rem;
}

/*TEST*/
/* Main full-screen container with blue background */
.main-container {
	background-color: white;
    display: flex;
    justify-content: center; /* center horizontally */
    padding: 50px 0; /* space above and below child */
    width: 100vw;
    margin-left: calc(50% - 50vw);
    
}

/* Red child container with flexible height */
.child-container {
	background-color: red;
	border-radius: 1rem;
	padding: 20px 30px;
	background: #f0f0f0;
	padding-top: 1.5rem;
	margin-bottom: 1.5rem;
	padding-bottom: 2rem;
	border-radius: 8px;
	color: white;
	width: 64vw;
}

/* Bulleted list styling */
.child-container ul {
	margin-top: 0;
	text-align: left;
}

.child-container li {
	margin-left: 2rem;
	font-size: 1.5rem;
	font-weight: 500;
	color: #3b3b3b;
	list-style: square;
	/*
	padding-bottom: 2rem;
	*/
	line-height: 2.5rem;
}

#child_sub_list li {
	font-weight: 200;
	list-style: circle;
}

.child-container p {
	margin-left: 2rem;
	font-size: 1.5rem;
	font-weight: 500;
	color: black;
	line-height: 2rem;
}

.child-container h3 {
	z-index: 3;
	text-align: center;
	width: 100%;
	font-weight: 400;
	line-height: 3.2rem;
	font-size: 2rem;
	color: black;
	margin-bottom: 1rem;
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: .1rem;
}

@media screen and (max-device-width: 430px) {
	.child-container {
		padding: 4rem 4rem;
	}
	
	.child-container li {
		font-size: 3rem;
		line-height: 3rem;
		margin-bottom: 4rem;
	}
	
	.child-container h3 {
		font-size: 4rem;
		line-height: 4rem;
		padding-bottom: 2rem;
	}
}

/*******/

.title_block {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: relative;
	/*
	border-color: blue;
	border-style: solid;
	border-width: 1px;
	*/
}

.title_block h2 {
	z-index: 3;
	text-align: center;
	width: 40rem;
	font-weight: 400;
	line-height: 4rem;
	font-size: 3rem;
}

.title_background {
	background-color: white;
	height: 10rem;
	width: 40rem;
	position: absolute;
	border-radius: 8px;
	z-index: 2;
}

.title_background_transparent {
	background-color: white;
	height: 12rem;
	width: 42rem;
	position: absolute;
	border-radius: 16px;
	z-index: 1;
	opacity: .5;
}

/*!!!! MOBILE CODE !!!!*/
	@media screen and (max-device-width: 430px) {		
		.title_background {
			height: 24rem;
			width: 54rem;
		}
		
		.title_background_transparent {
			height: 28rem;
			width: 58rem;
		}
		
		.title_block h2 {
			font-size:4rem;
		}
		
		.child-container p {
			font-size:3rem;
			line-height:4rem;
		}
	}

.project_content_spacer {
	width: 100%;
	height: 16rem;
}

	@media screen and (max-device-width: 428px) {
		.project_content_spacer_m {
			width: 100%;
			height: 25em;
		}
	}
	
.project_header_type h1 {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: 'Lato', sans-serif;
	position: relative;
	font-weight: 100;
	font-size: 8em;
	color: black;
	margin-top: 2em;
	margin-bottom: 40px;
	z-index: 10000;
}

	/*!!!! MOBILE CODE !!!!*/
	@media screen and (max-device-width: 428px) {
		.project_header_type h1  {
	   		margin-top: 3em;
		}
	}

.project_header_sub h2 {
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	line-height: 0px;
	font-size: 4em;
	color: grey;
	z-index: 10000;
}

.project_header_sub h2 {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	margin-top: 10px;
	z-index: 10000;
}

.project_header_sub h3 {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	padding-top: 1.8em;
	z-index: 10000;
	font-family: 'Lato', sans-serif;
	color: grey;
	text-align: center;
	font-weight: 300;
	font-size: 2.5em;
	letter-spacing: 8px;
}

@media screen and (max-width: 1350px) {
	.project_header_type h1{
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		font-family: 'Lato', sans-serif;
		position: relative;
		font-weight: 100;
		font-size: 6em;
		color: black;
		margin-top: 3em;
		margin-bottom: 40px;
		width: 100%;
	}
}

@media screen and (max-width: 1350px) {
	.project_header_sub h2 {
		font-size: 2em;
	}
}

#menu_system_text_m {
	visibility: hidden;
}

#menu_system_text {
	margin-bottom:10px;
	background: #f0f0f0;
	border-radius: 30px;
	padding: 3rem;
	width: 60vw;
	margin: 0 auto;
	margin-bottom: 80px;
	/*
	border-color: red;
	border-style: solid;
	border-width: 1px;
	*/
}

#menu_system_text h4 {
	display:inline-flex;
	align-items: flex-start;
	flex-wrap: initial;
	width: auto;
	padding-bottom: 1em;
	margin-top: 0;
	margin-bottom: 16px;
	padding-top: 0;
	width: 100%;
	font-size: 2em;
	font-weight: 400;
	border-bottom-color: grey;
	border-bottom-style: solid;
	border-bottom-width: .1rem;

}

#menu_system_text text {
	line-height: 2.5rem;
	/*
	border-color: blue;
	border-style: solid;
	border-width: 1px;
	*/
}


#menu_system_text text span {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:25px;
	height:25px;
	border-radius:50%;
	background-color:#E52CDE;
	color:#fff;
	/*
	border-color: green;
	border-style: solid;
	border-width: 1px;
	*/
}

@media screen and (max-device-width: 430px) {
	#menu_system_text_m {
		visibility: visible;
	}
	
	#menu_system_text {
		display: none;
	}
	
	#menu_system_text_m {
		margin-bottom:10px;
		background: #f0f0f0;
		border-radius: 30px;
		padding: 3em;
		width: 85%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 400px;
		margin-bottom: 80px;
		
		/*
		border-color: red;
		border-style: solid;
		border-width: 1px;
		*/
	}

	#menu_system_text_m h4 {
		display:inline-flex;
		align-items: flex-start;
		flex-wrap: initial;
		width: auto;
		padding-bottom: 1em;
		margin-top: 10px;
		margin-bottom: 16px;
		padding-top: 0;
		width: 100%;
		font-size: 3em;
		border-bottom-color: grey;
		border-bottom-style: solid;
		border-bottom-width: .1rem;
	}
	
	#menu_system_text_m text {
		font-size: 1.8em;
		/*
		border-color: blue;
		border-style: solid;
		border-width: 1px;
		*/
	}
	
	#menu_system_text_m text span {
		display:inline-flex;
		align-items:center;
		justify-content:center;
		width:45px;
		height:45px;
		border-radius:50%;
		background-color:#E52CDE;
		color:#fff;
		margin-bottom: 20px;
		/*
		border-color: green;
		border-style: solid;
		border-width: 1px;
		*/
	}
}
		
.bulletin_board {
	margin-left: auto;
	margin-right: auto;
	max-width: 40rem;
	height: auto;
	border-radius: 16px;
	background-color: #f0f0f0;
	margin-bottom: 1rem;
	padding-bottom: 2rem;
	padding-left: 3rem;
	padding-right: 3rem;
}

.bulletin_board h3 {
	font-family: lato;
	text-align: left;
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 3rem;
	padding-top: 4rem;
	border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: .1rem;
	padding-bottom: 1rem;
}

.bulletin_board p {
	font-size: 1.5rem;
	font-weight: 200;
	line-height: 2.5rem;
	color: #3b3b3b;
	list-style: circle;
	padding-bottom: .5rem;
}

@media screen and (max-device-width: 430px) {
	.bulletin_board h3 {
		font-size: 3.5rem;
		line-height: 3.5rem;
		padding-bottom: 2rem;
	}
	
	.bulletin_board p {
		font-size: 3rem;
		line-height: 3.5rem
	}
}


/*
.bulletin_board ul {
	padding-left: 1em;
	width: 100%;
	margin: 0 auto;
	line-height: 2rem;
	margin-top: 3rem;

	border-color: blue;
	border-style: solid;
	border-width: 1px;

}

/*
.bulletin_board li {
	font-size: 1.5rem;
	font-weight: 200;
	color: #3b3b3b;
	list-style: circle;
	padding-bottom: 2rem;
}
*/

/*!!!! MOBILE CODE !!!!*/
@media screen and (max-device-width: 430px) {
	.bulletin_board li {
		font-size: 2rem;
		line-height: 2.5rem;
	}
}

#EG_compound_wrapper {
	position: relative;
	width: 100vw;
	padding-top: 4rem;
	/*
	padding-bottom: 8rem;
	margin-bottom: 8em;
	*/
	height: auto;
	left: calc(-50vw + 50%);
	margin-right: auto;
	margin-left: auto;
	background: #f0f0f0;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
}

#EG_compound_wrapper h2 {
	text-align: center;
	margin-top: 0;
	padding-top: 4rem;
	padding-bottom: 3rem;
	font-size: 4em;
	font-weight: 100;
	color: #000000;
	/*
	opacity: .7;
	*/
}

.compound_header {
	width: 80%;
	border-radius: 1rem 1rem 0 0;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: white;
	
	border-bottom-color: black;
	border-bottom-width: .1rem;
	border-bottom-style: solid;
}

.compound_header h3 {
	font-family: lato;
	font-size: 2rem;
	font-weight: 400;
	padding-top: 1.5rem;
	line-height: 3rem;
	padding-bottom: 1rem;
	max-width: 80% !important;
	text-align: left;
	margin-left: 4rem;
}

.compound_section {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	display: flex;
	flex-wrap:wrap;
	background: white;
	border-radius: 0 0 1rem 1rem;
	margin-bottom: 10rem;
	/*
	border-color: red;
	border-style: solid;
	border-width: 1px;
	*/
}

.cs_left {
	padding: 1rem;
	display: flex;
	width: 20vw;
	height: auto;
	/*
	margin-top: 2rem;
	margin-bottom: 2rem;
	*/
	
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
			
	/*
	border-color: green;
	border-style: solid;
	border-width: 1px;
	*/
}

.cs_left svg {
	width: 100%;
	
	/*
	border-color: blue;
	border-style: solid;
	border-width: 1px;
	*/
}

.cs_right {
	display: flex;
	width: auto;
	height: auto;
	border-left-color: black;
	border-left-style: solid;
	border-left-width: .1rem;
	max-width: 70%;
	flex-direction: column;
	margin-top: 1.2rem;
	margin-bottom: 1.5rem;
	
	/*
	border-color: blue;
	border-style: solid;
	border-width: 1px;
	*/
}

.cs_right h4 {
	margin-left: 2.5rem;
	margin-top: 1rem;
	margin-bottom: 0;
	font-size: 1.5rem;
	font-weight: 400;
	color: #3b3b3b;
	
	/*
	padding-bottom: 2rem;
	*/
	line-height: 2rem;
}

.cs_right ul {
	margin-top: .2rem;
}

.cs_right li {
	margin-left: 2rem;
	font-size: 1.5rem;
	font-weight: 200;
	color: #3b3b3b;
	list-style: circle;
	/*
	padding-bottom: 2rem;
	*/
	line-height: 2.5rem;
}

/*!!!! RESPONSIVE CODE !!!!*/
@media screen and (max-width: 1300px) {
	.compound_section {
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
	}
	
	.cs_left {
		align-items: center;
		z-index: 100;
		width: 100% !important;
	}
	
	.cs_left svg {
		width: 32vw;
	}

	.cs_right {
		border-left: 0;
		margin-top: 0;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: black;
		max-width: 90%;
		/*
		padding-left: 10px;
		padding-right: 10px;
		*/
	}
}

/*!!!! MOBILE CODE !!!!*/
@media screen and (max-device-width: 834px) {
	.compound_section {
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
	}
	
	.cs_left {
		/*
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: center;
		*/
		z-index: 100;
		width: 100%;
		height: 20vh;
	}
	
	.cs_right {
		border-left: 0;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: black;
		max-width: 90%;
		padding-left: 10px;
		padding-right: 10px;
	}
}
	
/*!!!! MOBILE CODE !!!!*/
@media screen and (max-device-width: 430px) {
	.compound_header h3 {
		font-size: 5rem;
		line-height: 6rem;
	}
	
	.cs_right h4 {
		font-size: 3.5rem;
		padding-top: 3rem;
	}
	
	.cs_right li {
		font-size: 3rem;
		line-height: 4rem;
		padding-top: 3rem;
	}
	
	.cs_left {
  		align-items: center;
	}
	
	.cs_left svg {
		width: 32vh;
	}
}
	
#eg_hero_logo {
	width: 40%;
	margin: 0 auto;
	margin-top: 200px;
	margin-bottom: 2vw;
}

#cs_eg_logo svg {
	height: 4vw;
	display: block;
	margin: auto;
}

#cs_tm {
	position: relative;
	display: block;
	right: 0;
	font-size: 1vw;
	text-align: right;
	margin-top: -1vw;
	margin-right: -1.2vw;
}

#tm {
	position: relative;
	display: block;
	right: 0;
	font-size: 1.5vw;
	text-align: right;
	margin-top: -2.4vw;
	margin-right: -2vw;
	/*
	border-color: blue;
	border-style: solid;
	border-width: 1px;
	*/
}

#cs_car_logo {
	display: flex;
	align-items: center;
}

#cs_car_logo svg {
	width: 10vw;
	margin: 0 auto;
}

#cs_car_tm {
	position: relative;
	display: block;
	right: 1vw;
	font-size: 1vw;
	text-align: right;
	top: 3.3vw;
	
}

#EG_secondary_pane {
	margin: 0 auto;
	margin-top: 14rem;
	margin-bottom: 6rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
	width: 100%;
	height: auto;
	border-radius: 4em;
	border-radius: 30px;
	background-color: #779E00;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
}

#EG_secondary_pane h3{
	text-align: center;
	margin-top: 0;
	font-size: 5rem;
	line-height: 5rem;
	font-weight: 100;
	color: #000000;
	max-width: 100%;
}

#eg_slogan {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 100px;
	/*
	border-color: blue;
	border-style: solid;
	border-width: 1px;
	*/
}

#eg_slogan h3 {
	font-weight: 100;
	letter-spacing: .9vw;
	word-spacing: .5vw;
	font-size: 2vw;
	padding-left: 3vw;
}

#eg_slogan text {
	font-size: .9vw;
}

#eg_logo {
	width: 40%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 2vw;
}
#content_1	{
	z-index: 1;
	width: 85%;
	/*
	background-color: white;
	*/
	margin-left: auto;
	margin-right: auto;
}

.project_h2 {
	text-align: center;
	font-weight: 500;
	font-size: 2em;
}

/* STICKY FOOTER */
.footer {
	position: sticky;
	bottom: 0;
	background-color: #333;
	color: white;
	width: 100vw;
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-left: calc(-50vw + 50%);
	z-index: 100;
}

.footer form {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	max-width: 40%;
	min-width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

.footer input[type="email"] {
  flex: 1;
  padding: 10px;
  border: none;
  border-radius: 4px;
}

.footer button {
  padding: 10px 20px;
  border: none;
  background-color: #779E00;
  color: #000;
  border-radius: 4px;
  cursor: pointer;
}

@media screen and (max-device-width: 430px) {
	.footer {
		position: sticky;
		bottom: 0;
		background-color: #333;
		color: white;
		width: 100vw;
		padding-top: 2rem;
		padding-bottom: 2rem;
		margin-left: calc(-50vw + 50%);
		z-index: 100;
	}
	
	.footer form {
		display: flex;
		flex-wrap: wrap;
		gap: 2rem;
		align-items: center;
		max-width: 40%;
		min-width: 60rem;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0;
		font-size: 2rem;
	}
	
	.footer input[type="email"] {
	  flex: 1;
	  padding: 2rem;
	  border: none;
	  border-radius: 4px;
	}
	
	.footer button {
	  padding: 2rem 4rem;
	  border: none;
	  background-color: #779E00;
	  color: #000;
	  border-radius: .5rem;
	  cursor: pointer;
	}
}


/*
.footer button:hover {
  background-color: #779E00;
}
*/

#site_logo_container {
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10rem;
}

@media screen and (max-device-width: 834px) {
	#site_logo_container {
		width: 40%;
	}
}

@media screen and (max-device-width: 430px) {
	#site_logo_container {
		width: 60%;
		margin-top: 2rem;
	}
}