*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  body {
    font-family:'Merriweather', serif;
    color: #384047;
  }
  header {
      text-align: center;
      color: white;
      background-color: black;
      padding-top: 10px;
      padding-bottom: 10px;
    
  }
  .banner{
      text-align: center;
      font-size: 1.2em;
      padding-bottom: 15px;
      padding-top: 15px;
      max-width: 100% ;
      width: 92%;
      margin: auto;
      border-bottom: 4px solid black;
    
  }
  .contact-info {
    font-size: 1.2em;
    padding-bottom: 15px;
    padding-top: 15px;
    max-width: 100% ;
    width: 100%;
    margin: auto;
    margin-top: 3px;
    

  }

  legend{
    border-top: 2px solid black;
    max-width:100%;
    padding-top: 20px;
    width: 100%;
  }
  h2 {border:none;}

  .newsletter{

    padding-bottom: 15px;
    padding-top: 15px;
    max-width: 90% ;
    width: 90%;
    margin: auto;
    font-size: 1.3em;

  }

.greytxt {
    color: grey
}
  form {
    
    margin: 5px auto;
    padding: 0 20px;
    background: #f4f7f8;
    border-radius: 8px;

  }
  
  h1 {

    text-align: center;
  }
  
  footer{
text-align: center;
padding-bottom: 200px;
font-style: italic;


  }

  input[type="text"],
  input[type="password"],
  input[type="date"],
  input[type="datetime"],
  input[type="email"],
  input[type="number"],
  input[type="search"],
  input[type="tel"],
  input[type="time"],
  input[type="url"],
  textarea,
  select {
    background: rgba(255,255,255,0.1);
    border: none;
    font-size: 16px;
    height: auto;
    margin: 0;
    outline: 0;
    padding: 15px;
    width: 100%;
    background-color: #e8eeef;
    color: #8a97a0;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    border-radius: 8px;
    
    
  }

  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  textarea:focus,
  select:focus
  {
    transition: 1s ease-in;
    opacity: .6;
    background-color: mediumspringgreen;

  }

  #zipcode {
      width:50%;
  }
  textarea {
      height: 150px;
  }
  .flex {
    margin-bottom: 30px;
  }
  form {
    
    margin: 5px auto;
    padding: 0 20px;
    background: #f4f7f8;
    border-radius: 8px;

  }
  
  input[type="radio"],
  input[type="checkbox"] {
    margin: 4px 4px 8px 0;
    display: inline-block;
    float:left;
   
  }

  .space {
      margin-left: 30px;
    
  }
  
  select {
    padding: 6px;
    height: 50px;
    border-radius: 8px;
  }
  
  
  button {
    padding: 19px 39px 18px 39px;
    color: #FFF;
    background-color: rgba(0, 195, 255, 0.644);
    font-size: 18px;
    text-align: center;
    font-style: normal;
    border-radius: 5px;
    width: 100%;
    border: 1px solid  rgba(0, 195, 255, 0.644);
    border-width: 1px 1px 3px;
    box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
    margin-bottom: 10px;
    opacity: 1;
  }
   
   button:hover {
    opacity: 0.75;
  }
  
  fieldset {
    margin-bottom: 30px;
    border: none;
  }
  
  legend {
    font-size: 1.4em;
    margin-bottom: 10px;
  }
  
  label {
    display: block;
    margin-bottom: 8px;
  }
  
  label.light {
    font-weight: 300;
    display: inline;
  }

  
  
  .number {
    background-color: #5fcf80;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 100%;
  }

  input::placeholder{
    font-size: 15px;
    font-style: italic;
    text-align: right;
    padding-right: 10px;
    }
    
  
  @media (min-width: 768px) {
  
    .wrapper{
        width:60%;
        margin: auto;
    }
    .contact-info {
        width: 100%;
    }

    .flex {
      display: flex;
      
      align-items: center;
    }

    .flex label {
      width: 45%;
    }
  

     #state {
      display: inline-block;
      float:right;
      
     }
     #zipcode{
    
       width: 30%;
     }

     label[for="zipcode"]{
       width:30%;
     }
  
   form {
       max-width: none;
   }
  
  }
  