html, body, #wrap{
	padding: 0px;
	margin: 0px;
	top:0px;
	right:0px;
	bottom:0px;
	left: 0px;
	
	background-color: #404055;
	color: white;
	font-size: 16px;
	font-family: 'Poppins', san-serif;
}

#wrap{
	display: inline-block;
	grid-template-rows: 5vh  5vh 85vh  5vh;
	background-color: #00ADB4;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

.centeredtext{
	text-align: center;
}

h1{
	text-align: center;
	font-size: 3vw;
	line-height: .8;
}
	#ignition{
		font-size: .75em;
	}

h2{
	//display: inline-block;
	margin: 0px;
	padding: 0px;
}
	.gridhack{
		padding: 0px;
	}
a{
	font-weight: 800;
	display: inline;
	color: inherit;
	text-decoration:none;
}

.section{
	box-sizing: border-box;
	display: inline-block;
	padding: 2rem;
	margin: 0px;
}

.content
{
	padding: 15vh 9vw;
	min-height : 65vh;
}

#uppercredit{
	margin:0px;
}

#topbar,
#infobar{
	display:block;
	padding: .5rem;
}


#footer{
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	background-color: #00ADB4;
	color: white;
}
#logo{
	display:inline-block;
	height: 4rem;
	width: auto;
	margin: .25rem;
	right: 4rem;
}

#splash{
	width:100%;
	padding: 5vh 0px;
	background-origin: content-box;
	background: url("bg4.jpg");
	background-size: cover;
	background-position: bottom left;
}


#extrainfo{
	background-color: white;
	color: #00ADB4;
	font-size: 1.5rem;
}

.hidden{
	display:none;
}
.button{
	
	display: inline-block !important;
	background-color: #00ADB4;
	
	border: 2px solid;
	padding: .5rem;
	margin: .5rem;
	width: 5rem;
	border-radius: 2rem;
	
	transition: color 0.7s ease;
	transition: border-radius 0.7s ease;
}
.button-smol{
	color: white;
	width:1rem;
}
.button:hover, input[type="submit"]:hover{
	background-color: white;
	color: #00ADB4;
	border-radius: 1px;
	transition: color 0.2s ease;
	transition: border-radius 0.5s ease;
}

#gamelogo{
	width: 50vh;
	min-width: 300px;
}

#st-join-web-form-5e7d6711ea831a3425123588{
	width: 30%;
	min-width: 500px;
	margin: 10vh auto;
}

input{
	font-family: "Poppins", sans-serif;
}

input[type="email"]::placeholder{
	color: #00ADB4;
	font-family: "Poppins", sans-serif;
}

#signup, input[type="text"], input[type="button"], input[type="submit"]{
	text-align:center;
	display:inline-block;
	background-color: white;
	
	color: #F15D70;
	outline: none;
	margin: .5em auto;
	width: 100%;
	box-sizing: border-box;
	border: 4px solid #00ADB4;
	border-radius: 2rem;
	padding: 1rem 1.55rem;
	letter-spacing: .2rem;
	font-size: 1.5rem;
	font-weight: bold;
	transition: background-color 0.7s ease;
	-webkit-appearance: none;	
}

input[type="text"],
input[type="email"]{
	color: #F15D70;
}

input[type="checkbox"]{
	padding : .5rem;
	background-color: #00ADB4;
}

input[type="submit"]{
	width: 100%;
	background-color: #00ADB4;
	color: white;
}

input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #white;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #white;
   opacity:  1;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #white;
   opacity:  1;
}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #white;
}
input::-ms-input-placeholder { /* Microsoft Edge */
   color:    #white;
}

li{
	display: inline-block;
}
.bio{
	display: inline-block;
}
.headshot{
	width: 100px;
	display: block;
	border-radius: 25%;
	float:left;
}
.bio p{

}
.bio h4{

}



.bios {
	font-size: 12px;
	max-width: 1200px;
	margin: 0 auto;
  	display: grid;
  	grid-gap: 1rem;
  	align: middle;
  	padding: 20px;


}

.bios .card {
  color: white;
  padding: 1rem;
  margin-left: auto;
  margin-right: auto;
  align: middle;
  text-align: center;
}

.bio_img {
	display: block;
	align: middle;
	margin-left: auto;
  	margin-right: auto;
  	padding-bottom: 10px;
}

.bios .card p {
	text-align: justify;
}


.bios .card b {
	font-size: 16px;
}


@media (min-width: 600px) {
  .bios { grid-template-columns: repeat(3, 1fr); }
}


#about{
	min-height : 0px;
	font-size: 1.25rem;
}


#signup:hover, input:hover{
	font-weight: 800;
	color: #white;
	background-color: white;
	
	transition: background-color 0.3s ease;
}

input[type="submit"]:hover{
	background-color : #F15D70;
	color: white;
	border-color : #F15D70;
	
	transition: background-color 0.3s ease;
}

#mc_embed_signup{
	display: inline-block;
	width: 50vh;
	max-width: 5
	12px;
}


@media screen and (max-width: 600px) {
  #formroot{
	  min-width: 300px;
  }
  
  h2{font-size: 1.6rem;}
  
	#topblurb{
		display:none;
	}
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #5a7c7c;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #ccc;
}

/* Style the collapsible content. Note: hidden by default */

.jobs {
	font-size: 12px;
	max-width: 1200px;
	margin: 0 auto;

  	grid-gap: 1rem;
  	align: middle;
  	padding: 20px;
	  display: none;
	  overflow: hidden;

}
