body {
	font-family: 'freight-sans-pro', 'Helvetica', 'Arial', sans-serif;
	background-color: #fff;
	color: #000;
	position: relative;
}

a, a:visited, a:hover, a:link, a:active {
	text-decoration: none;
	color: #000;
}

section#pane_one {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	min-height: 500px;
	height: 800px;
}

section#pane_two {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	background-color: #000;
	color: #fff;
	padding-bottom: 180px;
}

section#pane_three {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	min-height: 500px;
	background-color: #fff;
	color: #000;
}

section#pane_four {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	min-height: 100px;
	background-color:  #EBEBEB;
	/*background-color:  #f73b29;*/
	float: left;
}

section#pane_five {
	display: block;
	position: relative;
	width: 50%;
	text-align: center;
	min-height: 100px;
	background-color: #397DFF;
	/*background-color: #38a4f7;*/
	float: right;
}

h1#logo {
	position: absolute;
	z-index: 0;
	width: 400px;
	height: 130px;
	background-color: #000;
	text-indent: -9999px;
	top: 40%;
	left: 38%;
	margin-top: -65px;
	margin-left: -33px;

	background: url(images/logo_black.png) center center no-repeat;
	background-size: 100%;
	filter: gray; /* IE6-9 */
  	filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
	-webkit-filter: grayscale(1);
}

h2#hello {
	position: relative;
	top: 70%;
	display: block;
	width: auto;
	font-weight: 300;
	font-size: 30px;

	padding-left: 20px;
	padding-right: 20px;

	text-align: center;
}

h2#hello span {
	font-weight: 700;
}

h3#future {
	position: relative;
	padding-top: 180px;
	text-align: center;
	width: 100%;
	font-weight: 300;
	font-size: 30px;
}

h3#future span {
	font-weight: 700;
}

section#pane_two a {
	color: #fff;
	font-size: 24px;
	width: 450px;
	text-align: left;
	display: block;
	margin: 0 auto;
	line-height: 35px;
}

section#pane_two a span {
	font-weight: 700;
	border-bottom: 3px solid #fff;
}

a#sayhi {
	position: relative;
	margin-top: 230px;
	left: auto;
	right: auto;
	padding: 0px;
	font-weight: 300;
	font-size: 30px;
	display: inline-block;
	text-align: center;

	line-height: 40px;

	border-bottom: 3px solid #ccc;
}

span#footermsg {
	position: relative;
	margin-top: 30px;
	left: auto;
	right: auto;
	color: black;
	padding: 0px;
	font-weight: 300;
	font-size: 15px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	/*border-bottom: 3px solid #ccc;*/
}



aside#lightlogo {
	position: absolute;
	z-index: 0;
	width: 32px;
	height: 64px;
	text-indent: -9999px;
	bottom: 15px;
	left: 50%;
	margin-left: -16px;
	z-index: 99;
	background: url(/images/neutral_logo_white.png) center center no-repeat;
	background-size: 100%;

}



@media only all and (max-width: 700px){
	section#pane_two a {
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* Funding logos section */
section#pane_funding {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 50px 20px;
  background-color: #fff;
}

.funding-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  max-width: 900px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.funding-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 350px;
}

.funding-item img {
  max-width: 120px;
  height: auto;
  margin-bottom: 15px;
}

.funding-item p {
  font-family: "freight-sans-pro", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #555;
  text-align: center;
  line-height: 1.4;
}

@media only all and (max-width: 700px) {
  .funding-logos {
    flex-direction: column;
    gap: 40px;
  }
  .funding-item img {
    max-width: 100px;
  }
}
