/*
 * Theme Name: My Timber 2.x Starter Theme
 * Description: Starter Theme to use with Timber
 * Author: Upstatement and YOU!
*/

html, body {
    position: relative;
    overflow-x: hidden;
    min-height: 100vh;
    width: 100%;
  }
  .read-more {
    display:none;
  }

  .wpcf7-form input[type="text"],
  .wpcf7-form input[type="email"] {
      width: 100%;
      height: 2.5rem;
      padding: 0.5rem;
      border: 1px solid black;
      margin-top: 0.25rem;
  }
  
  .wpcf7-form textarea {
      width: 100%;
      height: 10rem;
      padding: 0.5rem;
      border: 1px solid black;
      margin-top: 0.25rem;
  }
  
  .wpcf7-form input:focus,
  .wpcf7-form textarea:focus {
      outline: none;
  }
  .post-content a {
    text-decoration:underline;
  }
 
  .post-content h2{
    font-size:22px;
    padding:.5em;
  }
.post-content p {
    padding:.5em;
    line-height: 1.8em;
}

.post-content ul {
    padding-left: 3em;
    padding-bottom:.5em;
    list-style-type: disc;
}