 #contact{
    padding:10px 0 10px;
  }

  .contact-text{
    margin:45px auto;
  }

  .mail-message-area{
    width:100%;
    padding:0 15px;
  }

  .mail-message{
    width: 100%;
    background:rgba(255,255,255, 0.8) !important;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    margin:0 auto;
    border-radius: 0;
  }

  .not-visible-message{
    height:0px;
    opacity: 0;
  }

  .visible-message{
    height:auto;
    opacity: 1;
    margin:25px auto 0;
  }

/* Input Styles */

  .form{
   font-family: 'Amatic SC', cursive;
    width: 100%;
    padding: 15px;
    background:#f8f8f8;
    border:1px solid rgba(0, 0, 0, 0.075);
    margin-bottom:25px;
    color: black !important;
    font-size: 22px;
    font-weight: 700;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }

  .form:hover{
    border:1px solid #8BC3A3;
  }

  .form:focus{
    color: white;
    outline: none;
    border:1px solid #8BC3A3;
  }

  .textarea{
    height: 238px;
    max-height: 238px;
    max-width: 100%;
  }
  
/* Generic Button Styles */

  .button{
    font-family: 'Amatic SC', cursive;
    background-color: transparent; 
    border: none;
    color: white;
    padding: 10px 55px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 39px;
    font-weight: 700;
    margin: 4px 2px;
    cursor: pointer;
        border: 2px solid #ffffff;
  }

  .button:hover{
    background:#8BC3A3;
    color:white;
        border: 2px solid #ffffff;
  }

/* Send Button Styles */

  .form-btn{
    font-family: 'Amatic SC', cursive;
    background-color: transparent; 
    border: none;
    color: white;
    padding: 10px 55px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 39px;
    font-weight: 700;
    margin: 4px 2px;
    cursor: pointer;
    border: 2px solid #ffffff;
   
  }

  .form-btn:hover{
    background:white;
    color: black;
    border:none;
        border: 2px solid #ffffff;
  }

  .form-btn:active{
    opacity: 0.9;
  }
center{
  margin-top:330px;
}
input {
    position: relative;
    z-index: 9999;
}