body{
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

textarea:focus::-webkit-input-placeholder, input:focus::-webkit-input-placeholder {color: transparent}
textarea:focus::-moz-placeholder ,input:focus::-moz-placeholder          {color: transparent}
textarea:focus:-moz-placeholder ,input:focus:-moz-placeholder           {color: transparent}
textarea:focus:-ms-input-placeholder,input:focus:-ms-input-placeholder      {color: transparent}

h2 {
	  font-family: 'Marvel', sans-serif;
	  text-align: center;
	  
	  font-size: 1.5em;
	  font-weight: 300;
	  background: #F2F2F2;
	  padding: 15px;
	  border-bottom: none;
	  margin-bottom: 0px;
}

.form-info {
	  margin: 2em 2em 0 2em;
}

button, input, textarea {
    border: 1px solid #ccc;
    border-radius: 0px;
    font-family: inherit;
    margin-right: 0%;
	margin-top: 15px;
    margin-bottom: 7px;
    padding: 8px 10px;

}

input.text:focus, textarea:focus {border:1px solid #0B91EA;}

input[type="submit"]:hover {
    cursor: pointer;
    background: #d2cfcf;
}

.cform {
	  background: rgb(248, 248, 248);
	  width: 90%;
	  margin: 2% auto 0;
	  padding-bottom: 1%;
}
input.text {
	  outline: none;
	  width: 94%;
	  padding: 10px 10px;
	  font-size: 1em;
	  margin-bottom: 1em;
}

textarea {
  outline: none;
  width: 94%;
  padding: 10px 10px;
  border: 1px solid #ccc;
  font-size: 1em;
  height: 120px;
}

.pcy {
  color: #888888;
  font-size: 13px;
  text-align: left;
}

a {
  outline: none;
  color: #0B91EA;
  text-decoration: none;
}

.g-recaptcha{ width: 100%;margin: 1em 0 .5em .8em;}
.succMsg{ color:#009755 ; font-size: 18px;font-weight: bold;padding-top: 15px;}
.errMsg{ color:#fb4314 ; font-size: 18px;font-weight: bold;padding-top: 15px;}

 @media (min-width:767px){
	.cform {
	  width: 70%;
	}
}

 @media (min-width:1279px){
	.cform {
	  width: 50%;
	}
}

@media (max-width:400px){
	
	.cform {
	  width: 100%;
	    margin: 4% auto 0;
	}

	.form-info {
	  margin: 1em 1em 0 1em;
	}
	
	input.text {
	 padding: 10px 6px;
     font-size: .9em;
	}
	input[type="submit"] {
	  width: 99%;
	  padding: 8px;
	  font-size: 14px;
	}
	
} 