/*-----CONTACT-----*/

button {
    overflow: visible;
  }
  
  button, select {
    text-transform: none;
  }
  
  button, input, select, textarea {
    color: #030303;
    font: "Montserrat", sans-serif;
    margin: 0;
  }
  
  input {
    line-height: normal;
  }
  
  textarea {
    overflow: auto;
  }
  
  .container {
    width: 90%;
    height: 90%;
    margin: 5%;
  }
  
  form {
    margin: 40px 0;
    height: 90%;
  }
  
  h1 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 7px;
    text-align: center;
    color: #030303;
  }
  
  .underline {
    border-bottom: solid 2px aliceblue;
    margin: -0.512em auto;
    width: 80px;
  }
  
  .icon_wrapper {
    margin: 50px auto 0;
    width: 100%;
  }
  
  .icon {
    display: block;
    fill: #030303;
    height: 50px;
    margin: 0 auto;
    width: 50px;
  }
  
  .email {
      float: none;
      height: 15%;
  }
  
  input[type='text'], [type='email'], select, textarea {
      background: none;
    border: none;
      border-bottom: solid 2px #030303;
      color: #030303;
      font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
      margin: 0em 0 1.875em 0;
      padding: 0 0 0.875em 0;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
  }
  
  input[type='text']:focus, [type='email']:focus, textarea:focus {
      outline: none;
      padding: 0 0 0.875em 0;
  }
  
  .message {
      float: none;
      height: 25%;
      font-weight: 200;
  }
  
  .name {
      float: none;
      height: 15%;
  }
  
  select {
    background: url('https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-arrow-down-32.png') no-repeat right;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  
  select::-ms-expand {
    display: none;
  }
  
  .subject {
    height: 15%;
    width: 100%;
    cursor: pointer;
  }

  
  .telephone {
    height: 15%;
    width: 100%;
  }
  
  textarea {
      line-height: 150%;
      height: 100%;
      resize: none;
    width: 100%;
    font-weight: 200;
  }
  
  ::-webkit-input-placeholder {
      color: #030303;
  }
  
  :-moz-placeholder { 
      color: #030303;
      opacity: 1;
  }
  
  ::-moz-placeholder {
      color: #030303;
      opacity: 1;
  }
  
  :-ms-input-placeholder {
      color: #030303;
  }


  
  #form_button {
    background: none;
    height: 60px;
    margin-top: 10vh;
    width: 100%;
    border: none;
    background-color: #030303;
    text-transform: uppercase;
    color: aliceblue;
    cursor: pointer;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    outline: none;
    padding: 2%;
    
    -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
  }
  
  #form_button:hover {
    background: #474544;
    color: #F2F3EB;
  }
  
#message_input {
  margin: 2em 0 1.875em 0;
}
  