
      @font-face {
        font-family: hersh;
        src: url(../assets/Hershey-Noailles-Futura-Simplex-Regular.ttf);
      }

      * {
        margin: 0px;
        padding: 0px;
      }

      ::selection {
        background: yellowgreen; /* WebKit/Blink Browsers */
      }
      ::-moz-selection {
        background: yellowgreen; /* Gecko Browsers */
      }

      @font-face {
        font-family: "Solide Mirage_Etroit";
        src: url("../assets/site/Solide_Mirage-Etroit_web.eot");
        src: url("../assets/site/Solide_Mirage-Etroit_web.woff") format("woff"),
          url("../assets/site/Solide_Mirage-Etroit_web.woff2") format("woff2"),
          url("../assets/site/Solide_Mirage-Etroit_web.ttf") format("truetype");
        font-weight: normal;
        font-style: normal;
      }

      @font-face {
        font-family: "hersh fut trip";
        src: url("../assets/site/Hershey-Noailles-Futura-Triplex-Light.otf");
        font-weight: normal;
        font-style: normal;
      }

      @font-face {
        font-family: hersh;
        src: url("../assets/site/Hershey-Noailles-Futura-Simplex-Regular.ttf");
      }
      
      
      body {
        background-color: #fafafa;
        line-height: 1.6;
        color: #3b3b3b;
        font-family: "hersh", Arial, sans-serif;
      }

      main {
        max-width: 100%;
        padding: 0 40px;
        margin: 2em auto;
      }
      
      h3 {
        margin: 0px;
        margin-top: 10px;
        padding: 0px;
      }
      
      .formDiv {
        margin-left: 0px;
        min-width: 200px;
        max-width: 400px;
      }
      
      .me {
              display: block;
              margin-left: auto;
              margin-right: auto;
              width: 300px;
              border-radius: 100%;
              border: 1px solid olivedrab;
      }
      
      label {
        padding: 0px;
        margin: 0px;
      }
      
      form {
        border: 1px dashed #3b3b3b;
        padding: 15px;
        width: 100%;
        max-width: 300px;
        display: block;
        margin-bottom: 15px;
      }
      
      input, button, textarea {
        font-family: "hersh", Arial, sans-serif;
        padding: 5px;
      }
      
      input, textarea {
        font-size: 12pt;
        width: 100%;
        box-sizing: border-box;
      }
      
      textarea:focus, input:focus {
         outline: none !important;
         border: 1px solid olivedrab;
         box-shadow: 0 0 10px olivedrab;
      }

      a {
        color: olivedrab;
        text-decoration: none;
        transition: 0.8s;
      }
      
      button {
        background: olivedrab;
        color: #fafafa;
        font-size: 12pt;
        outline: none;
        border: none;
        padding: 5px;
      }
      
      button:hover {
        color: yellowgreen;
        cursor: pointer;
      }

      a:hover {
        color: yellowgreen;
      }

      p,
      ul {
        font-size: 13pt;
      }

      summary:hover {
        cursor: pointer;
      }

      header {
        font-size: 55pt;
        font-weight: normal;
        font-family: "hersh fut trip", Arial, sans-serif;
        text-align: left;
        padding: 0px;
      }

      h1,
      summary {
        font-weight: normal;
        font-size: 20pt;
        padding: 0px;
        margin: 0px;
      }

      h2 {
        font-weight: normal;
        padding: 0px;
        margin: 0px;
        font-size: 65pt;
        font-family: "hersh fut trip", Arial, sans-serif;
        margin-bottom: -30px;
        margin-left: -5px;
        color: olivedrab;
      }

      .test {
        width: 70%;
        min-width: 390px;
        display: block;
        margin-left: auto;
        margin-right: auto;
      }

      ul {
        margin-left: 0;
        padding-left: 0;
      }

      li {
        margin-left: 1em;
      }

      table {
        width: 100%;
      }

      td {
        vertical-align: top;
      }

      .me {
        float: right;
      }

      details {
        max-width: 500px;
      }

      .nav-buttons {
        color: olivedrab;
        padding: 5px;
        background: #fcfcfc;
        text-decoration: none;
        margin-right: 2px;
        border: 1px solid olivedrab;
        font-size: 15pt;
      }

      .contact {
        background: olivedrab;
        color: #fcfcfc;
        transform: 1s all;
      }

      @media only screen and (max-device-width: 566px) {
        main {
          padding: 0 30px;
        }
        h1,
        summary {
          font-size: 20pt;
        }

        p,
        ul {
          font-size: 12pt;
        }
        .me {
          float: none;
          margin-bottom: 30px;
          margin-top: 20px;
          width: 200px;
        }
        
        h3 {
          text-align: center;
        }

        h2, p {
          font-size: 55pt;
        }
        .formDiv, form {
          display: block;
          margin: 0 auto;
        }
        .aboutMe {
        margin-top: 20px;
        font-size: 11pt;
        }
        .aboutMe2, .thanksMessage {
          text-align: center;
          margin-top: 20px;
        }
        .thanksMessage {
          margin-top: 20px;
          text-align: center;
        }
      }

      @media (max-width: 800px) {
        
        main {
          padding: 0 30px;
        }
        h1,
        summary {
          font-size: 30pt;
        }

        .me {
          float: none;
          margin-bottom: 30px;
          margin-top: 20px;
          width: 200px;
        }

        p,
        ul {
          font-size: 12pt;
        }

        h2 {
          line-height: 1;
          font-size: 50pt;
          text-align: center;
        }
        
        .formDiv, form {
          display: block;
          margin: 0 auto;
        }
        
        h3 {
          text-align: center;
        }
        
        .aboutMe {
          margin-top: 20px;
          font-size: 11pt;
          text-align: center;
        }
        .aboutMe2 {
          text-align: center;
          margin-top: 20px;
        }
        .thanksMessage {
          margin-top: 30px;
          text-align: center;
        }
      }