Try and stop the needless contact requests

We keep getting emails from users asking us to work on a single device and bring Pie to it. We don't want this, it's a waste of our time and talents.
Let's try and reserve communications for serious inquiries only. 
diff --git a/index.html b/index.html
index 6a25bfb..a4d600d 100644
--- a/index.html
+++ b/index.html
@@ -18,7 +18,8 @@
   <!-- Script: Animated entrance -->
   <script src="js/animate-in.js"></script>
   <link rel="stylesheet" href="css/animations.css">
-  <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <script> (adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-7639560510014441", enable_page_level_ads: true }); </script>
+  <script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
+  <script> (adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-7639560510014441", enable_page_level_ads: true }); </script>
 </head>
 
 <body class="" style="">
@@ -44,7 +45,7 @@
           <li class="nav-item mx-2">
             <a class="nav-link" href="bfor.html"><b><b>Non Profit</b></b></a>
           </li>
-		  <li class="nav-item mx-2">
+          <li class="nav-item mx-2">
             <a class="nav-link" href="blog.html"><b><b>Blog</b></b></a>
           </li>
           <li class="nav-item mx-2">
@@ -383,16 +384,17 @@
                 <li>Tech Support Contract Included</li>
                 <li>Extra Kernel &amp; device options **</li>
                 <li>Full Source Code Available</li>
-                <li contenteditable="true">Extra Tools and Options Available</li>
+                <li>Extra Tools and Options Available</li>
               </ul>
-              <p class="my-3 d-inline-flex text-left justify-content-start align-items-start" style="	transform:  scale(.8);">* Per device rates starting with orders targeting 100,000 devices or more<br><br>** Custom kernel and device development is available at hourly rates</p>
+              <p class="d-inline-flex text-left justify-content-start align-items-start" style="	transform:  scale(.8);">* Per device rates starting with orders targeting 100,000 devices or more<br><br>** Custom kernel and device development is available at hourly rates</p>
               <a class="btn btn-primary mt-3 text-white" href="" data-target="#popup-modal3" data-toggle="modal">Contact Us</a>
               <div id="popup-modal3" class="modal fade justify-content-center align-items-center flex-grow-1">
                 <div class="modal-dialog">
                   <div class="modal-content">
                     <div class="modal-body px-3 bg-dark">
                       <h1 class="text-center" style=""> Thanks for your interest in Bliss ROM/OS Development</h1>
-                      <p class="text-center">Please Fill out the form below, leaving as much detail as possible about your target device and or opportunity and we will be in touch shortly. </p>
+                      <p class="text-center">Please Fill out the form below, leaving as much detail as possible about your target device* and or opportunity and we will be in touch shortly.<br></p>
+                      <p class="text-center" style="font-size:.75em;">* Inquiries requesting us to work on a single device, already on the consumer market will be ignored. This opportunity is for manufacturers and OEM's only. </p>
                       <form action="mailto:blissfamilyroms@gmail.com" method="GET" data-form-title="CONTACT US">
                         <div class="form-group"> <input type="email" class="form-control" id="form33" placeholder="Your Email" name="email"> </div>
                         <div class="form-group"> <input type="text" class="form-control" id="form34" placeholder="Subject" name="name"> </div>
@@ -765,7 +767,6 @@
   <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
   <!-- Script: Smooth scrolling between anchors in the same page -->
   <script src="js/smooth-scroll.js"></script>
-
 </body>
 
-</html>
+</html>
\ No newline at end of file