

/*Contact Form Only*/


@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400);



input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {

  color: #000;
  font-size: 0.875em;

}



input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {

  color: #000;

}



input::-moz-placeholder, textarea::-moz-placeholder {

  color: #000;
  font-size: 0.875em;

}



input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {

  color: #000;

}



input::placeholder, textarea::placeholder {

  color: #000;
  font-size: 0.875em;

}



input:focus::placeholder, textarea::focus:placeholder {

  color: #000;

}



input::-ms-placeholder, textarea::-ms-placeholder {

  color: #000;
  font-size: 0.875em;

}



input:focus::-ms-placeholder, textarea:focus::-ms-placeholder {

  color: #ffffff;

}



/* on hover placeholder */



input:hover::-webkit-input-placeholder, textarea:hover::-webkit-input-placeholder {

  color: #000;
  font-size: 0.875em;

}



input:hover:focus::-webkit-input-placeholder, textarea:hover:focus::-webkit-input-placeholder {

  color: #000;

}



input:hover::-moz-placeholder, textarea:hover::-moz-placeholder {

  color: #000;
  font-size: 0.875em;

}



input:hover:focus::-moz-placeholder, textarea:hover:focus::-moz-placeholder {

  color: #000;

}



input:hover::placeholder, textarea:hover::placeholder {

  color: #000
  font-size: 0.875em;

}



input:hover:focus::placeholder, textarea:hover:focus::placeholder {

  color: #fff

}



input:hover::placeholder, textarea:hover::placeholder {

  color: #fff;
  font-size: 0.875em;

}



input:hover:focus::-ms-placeholder, textarea:hover::focus:-ms-placeholder {

  color: #fff;

}



body {

  font-family: 'Roboto', sans-serif;
  background: #fff;
  color: #000;

}



header {

  position: relative;
  margin: 100px 0 25px 0;
  font-size: 2.3em;
  text-align: center;
  letter-spacing: 7px;

}



#form {

  position: relative;
  width: 400px;
  margin: 50px auto 100px auto;

}



input {

  font-family: 'Roboto', sans-serif;
  font-size: 0.875em;
  width: 400px;
  height: 50px;
  padding: 0px 15px 0px 15px;
  margin: -3px 0px 0px 0px;
  background: transparent;
  outline: none;
  color: #000;
  border: solid 1px #000;
  border-bottom: none;
  transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;

}



input:hover {

  background: #fff;
  color: #000;

}



textarea {

  width: 400px;
  max-width: 400px;
  height: 250px;
  max-height: 800px;
  padding: 15px;
  margin: -3px 0px 0px 0px;
  background: transparent;
  outline: none;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 0.875em;
  border: solid 1px #000;
  transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;

}



textarea:hover {

  background: #fff;
  color: #000;

}



#submit {

  width: 400px;
  padding: 0;
  margin: -3px 0px 0px 0px;
  font-family: 'Roboto', sans-serif;
  font-size: 0.875em;
  color: #000;
  outline:none;
  cursor: pointer;
  border: solid 1px #000;

}



#submit:hover {

  background: #000;
  color: #fff;

}
