/***************************Application********************************/



button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  color: black;
  font: inherit;
  margin: 0;
  
}

input {
  line-height: normal;
  
}

textarea {
  overflow: auto;
}


form {
  width: 80%;
  padding: 40px;
  margin: 0 auto;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}



input[type='text'], [type='email'], select, textarea {
	background: none;
	border: none;
	border-bottom: solid 2px white;
	color: white;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0 0 22px 0;
	padding: 0 0 18px 0;
	text-transform: uppercase;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

input[type='text']:focus, [type='email']:focus, textarea:focus {
	outline: none;
	padding: 0 0 10px 0;
}



.left {
	float: left;
	width: 45%;
}
.right {
	float: right;
	width: 45%;
}
.long {
	float: none;
}

.subject {
  width: 100%;
}

.long {
  width: 100%;
}
.sub{
	color: black;
}
.sub:hover{
	background-color: ffffe6;
}

select {
  outline: none;
}

textarea {
	line-height: 150%;
	height: 150px;
	width: 100%;
}

::-webkit-input-placeholder {
	color: white;
	
}

.clearfix {
    overflow: auto;
}

#form_button {
   background: none;
   border: solid 2px white;
   color: white;
   cursor: pointer;
   display: inline-block;
   font-family: "Trebuchet MS", Helvetica, sans-serif;
   font-size: 22px;
   padding: 20px 35px;
   text-transform: uppercase;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -ms-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
}

#form_button:hover{
   background: white;
   color: black;
}


/***************************Application********************************/


