#container {width: 85%;  margin-top: 95px;}
#content-area {width: 70%; text-align: center;  margin: 0 auto;}
#contact-form {text-align: center;}
.contact-input {max-width: 50%; max-height: auto; font-size: 15px;}
textarea {width: 400px; height: 100px;}
#contact-form-submit-button {background: #006400; color: #fff; width: auto; height: auto; font-size: 15px; padding: 10px; border: none;}
#contact-form-submit-button:hover {background: #646464;}
#contact-form-input-button {background: #006400; color: #fff; width: auto; height: auto; font-size: 15px; padding: 10px; border: none; display: none;}
#contact-form-input-button:hover {background: #646464;}
#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: #002200; text-align: center; border: groove 3px #007A00;}
#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;}
      #content-area {width: 100%;}
}