body{
	color: white;
}
#wrapper {
	max-width: 975px;
	margin: calc(50vh - 180px) auto 0 auto;
  }
.bgColorGeneral{
	/*background-image: url(../bg/wavy3.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #2F723B;*/
	background-color: rgba(32,33,36,1);
}
.bgColorGimmicks{
	background-color: #F24236;
}
.mainInput{
	border: 1px solid white; 
	padding: 0px 10px 0px 40px; 
	margin: 0px auto; 
	height: 35px; 
	width: 500px;
	background: white;
	font-weight: bold;
	border-radius: 20px;
}
input:focus{
	outline: none;
}
.mainInput_small{
	border: 1px solid white; 
	padding: 0px 10px; 
	margin: 0px; 
	height: 35px; 
	width: 250px;
	background: transparent;
	color: white;
	font-weight: bold;
	font-size: 12px;
}

.formWrapper{
	margin: 30px 0px;
	text-align: center;
}

.logo{
	max-height: 100px;
	margin: 25px;
}

/*Google*/
.gsc-search-button, .g_search_results{
	display: none;
}
.jhp svg{
	height: 30px;
	margin: 0px 0px 0px 7px;
	position: fixed;
	padding: 3px 0px 0px 0px;
}

.linkCarrier {
    width: 200px;
    height: 100px;
    border: 5px solid white;
    border-radius: 10px;
    background-color: black;
	padding: 5px;
	margin: 10px;
	float: left;
	line-height: 100px;
}
.linkLogo {
    width: 100%;
	max-height: 100px;
	vertical-align: middle;
}
.linkWrapper{
	position: fixed;
	bottom: 5em;
}