body {background-image: url('../images/contact-background.jpg'); background-size: cover;}
#content-area {width: 80%; background: none; float: right;}
form {text-align: center;}
#contact-form-submit-button {background-color: #00B050; color: #fff; font-size: 16px; padding-top: 10px; padding-bottom: 10px; border: none;}
#contact-form-submit-button:hover {background-color: #0050B0;}
#contact-form-input-button {background-color: #00B050; color: #fff; font-size: 16px; padding-top: 10px; padding-bottom: 10px; border: none; display: none;}
#contact-form-input-button:hover {background-color: #0050B0;}
#name_input{font-family: arial; width: 45%; height: 40px; font-size: 16px; border: solid 1px #B8CCE4;}
#email_input{font-family: arial; width: 45%; height: 40px; font-size: 16px; border: solid 1px #B8CCE4; margin-left: 5%;}
#website_input{font-family: arial; width: 95%; height: 40px; font-size: 16px; border: solid 1px #B8CCE4;}
#message_input{font-family: arial; width: 95%; height: 150px; font-size: 16px; border: solid 1px #B8CCE4; resize: both;}
#form-submission-check{font-size: 20px; padding: 10px; font-family: arial; color: #fff; background: #00B050; text-align: center; border: groove 3px #0050B0;}
#human_div{display: none;};
#human_input{font-family: arial; width: 15%; height: 40px; font-size: 16px; border: solid 1px #B8CCE4;}
/* iPnone */
@media only screen 
  and (min-device-width : 50px) 
  and (max-device-width : 710px){
      .mobileHide {display: none;}
      .mobileShow {display: inline;}
      body {background: #E2EAF5;}
      #content-area {width: 100%; margin: 0 auto; float: none;}
}