  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;600;700;800&display=swap');

  /* =============== */
  /* DEFAULTS */
  /* =============== */
  html {
    margin: 0;
    padding: 0;

    overflow-x: hidden;
    width: 100%;
  }

  body {
    padding: 30px 30px;
    margin: 0;
    width: 100%;
    background: #0A2333;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;


    /* THIS SEEMED TO FIX BODY SHRINKING ON MOBILE */
    position: absolute;
    
    
  }

  #logo {
    width: 250px;
  }

  #squiggle {
    display: block;
    margin-bottom: -5px;
  }

  #green_text {
    color: #26D17C;
  }

  button {
    background: #26D17C;
    color: #0A2333;
    font-weight: 600;
    font-size: 18px;
  }

  p {
    word-break: break-word;
    overflow-wrap: break-word;
  }

  button, input[type=submit], a, i, #button {
    cursor: pointer;
  }

  #title_one button:hover, #contact_form #submit_button:hover {
    background: #0A2333;
    border: 3px solid #26D17C;
    color: #26D17C;
  }

  #contact_form_success {
    display: none;
    width: 50vw;
    text-align: center;
  }














  /* =============== */
  /* TITLE ONE */
  /* =============== */

  #title_one {
    margin-top: 75px;
  }

  #title_one h1 {
      font-weight: 600;
      font-size: 45px;
      letter-spacing: 1px;
      line-height: 60px;
  }

  #title_one p {
      font-weight: 300;
      font-size: 20px;
      letter-spacing: 0px;
      line-height: 35px;
  }

  #title_one button {
      margin-top: 40px;
      height: 60px;
      width: 250px;
      border-radius: 10px;
      border: none;
  }

  #button {
      margin-top: 40px;
      height: 600px;
      width: 250px;
      border-radius: 10px;
      border: none;
  }

  #title_one #arrow {
    position: absolute;
    margin-top: 60px;
    margin-left: 20px;
    width: 125px;
  }


  #underline_div {
    text-decoration: underline;
    text-decoration-color: #26D17C;

    text-underline-offset: 3px;
    /*
    text-decoration-style: wavy;
    */
  }

  /*
  #underline_div {
      margin-top: 20px;
      position: relative;
      display: inline;
      text-decoration: underline;
    }

    #underline_div::before,
    #underline_div::after {
      display: inline-block;
    }

    #underline_div::before {
      content: "above";
      color: blue;
      top: -1em;
    }

    #underline_div::after {
      content: " ---- ";
      color: red;
      top: 1em;
    }
    */
















  /* =============== */
  /* TITLE TWO */
  /* =============== */

  #title_two {
    margin-top: 150px;
  }

  #title_two h1 {
      font-weight: 600;
      font-size: 35px;
      letter-spacing: 1px;
      line-height: 55px;
  }

  #title_two p {
      font-weight: 300;
      font-size: 16px;
      letter-spacing: 0px;
      line-height: 30px;
  }
















  /* =============== */
  /* TITLE THREE */
  /* =============== */

  #title_three {
    margin-top: 150px;
  }

  #title_three h1 {
      font-weight: 600;
      font-size: 35px;
      letter-spacing: 1px;
      line-height: 55px;
  }


  #title_three #service_box {
    border: 1.5px solid #26D17C;
    border-radius: 10px;
    padding: 5px 20px 10px 20px;
    background: #061721;
    margin: 40px 0;
  }

  #title_three #service_box h2 {
    font-weight: 500;
    margin-bottom: 20px;
  }

  #title_three #service_box p {
    margin-top: 0;
    line-height: 30px;
    font-weight: 200;
    color: #A1B4BF;
    letter-spacing: 0px;
  }













  /* =============== */
  /* TITLE FOUR */
  /* =============== */

  #title_four {
    margin-top: 150px;
  }

  #title_four h1 {
      font-weight: 600;
      font-size: 35px;
      letter-spacing: 1px;
      line-height: 55px;
  }

  #title_four p {
      font-weight: 300;
      font-size: 16px;
      letter-spacing: 0.5px;
      line-height: 30px;
      margin: 20px 0 40px 0;
  }





  #contact_form label {
    display: block;
    margin-top: 25px;
  }

  #contact_form input {
    display: block;
    margin-top: 5px;
    width: 400px;
    height: 40px;
    padding: 0 10px;
    border-radius: 10px;
    border: none;
    font-size: 20px;
  }

  #contact_form #submit_button {
    margin-top: 30px;
    width: 150px;
    height: 50px;
    border: none;
    border-radius: 10px;
    background: #26D17C;
    color: #0A2333;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
  }



  #contact_form #message {
    height: 150px;

    width: 400px;
    overflow: hidden;
    resize: vertical;
    padding: 15px 10px;

    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;

    border: none;
    border-radius: 10px;
  }









  /* =============== */
  /* FOOTER */
  /* =============== */

  #footer {
    margin-top: 125px;
    text-align: center;
    font-weight: 300;
  }

  #footer #squiggle {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  #footer #email {
    font-size: 16px;
    margin: 35px 0 15px 0;
  }

  #footer i {
    font-size: 30px;
    margin: 15px 0 35px 0;
  }

  #footer #copyright {
    margin: 35px 0 15px 0;
    font-size: 12px;
  }

  a {
    text-decoration: none;
    color: #FFFFFF;
  }


  /* =============== */
  /* BACKGROUND ARTIFCATS */
  /* =============== */

  #lines_a {
    position: absolute;
    right: -10px;
    top: -50px;
    z-index: -999;
    width: 500px;
    opacity: 0.75;
  }

  #lines_b {
    position: absolute;
    left: -50px;
    top: 300px;
    z-index: -999;
    width: 500px;
    opacity: 0.6;
  }

  #lines_c {
    position: absolute;
    left: -50px;
    top: 300px;
    z-index: -999;
    width: 100vw;
    opacity: 0.6;
  }

  #lines_d {
    position: absolute;
    left: -50px;
    top: 1000px;
    z-index: -999;
    width: 100vw;
    opacity: 0.6;
  }

  #shadow_a {
    width: 188px;
    height: 188px;
    right: -300px;
    top: -40px;
    background: rgba(10, 35, 51, 0.01);
    box-shadow: -100px 0px 100px 20px rgba(38, 209, 124, 0.4);
    z-index: -999;
    position: absolute;
  }


  #shadow_b {
    width: 188px;
    height: 188px;
    left: -300px;
    top: 425px;
    background: rgba(10, 35, 51, 0.01);
    box-shadow: 100px 0px 100px 20px rgba(38, 209, 124, 0.4);
    z-index: -999;
    position: absolute;
  }

  #shadow_c {
    width: 188px;
    height: 188px;
    right: -300px;
    top: 900px;
    background: rgba(10, 35, 51, 0.01);
    box-shadow: -100px 0px 100px 20px rgba(38, 209, 124, 0.4);
    z-index: -999;
    position: absolute;
  }

  #shadow_d {
    width: 188px;
    height: 188px;
    left: -300px;
    top: 1600px;
    background: rgba(10, 35, 51, 0.01);
    box-shadow: 100px 0px 100px 20px rgba(38, 209, 124, 0.4);
    z-index: -999;
    position: absolute;
  }


  #shadow_e {
    width: 307px;
    height: 307px;
    right: -300px;
    top: 3750px;
    background: rgba(10, 35, 51, 0.01);
    box-shadow: -100px 0px 100px 20px rgba(38, 209, 124, 0.4);
    z-index: -999;
    position: absolute;
  }

























  /* Extra small devices (phones, 600px and down) */

  @media only screen and (max-width: 430px) {
    body {
      overflow-x: hidden;
      position: relative;
    }

    #logo {
      width: 175px;
    }

    #title_one h1 {
      font-size: 40px;
      line-height: 50px;
      width: 90vw;
    }

    #title_one p {
      width: 90vw;
      word-break: break-word;
      word-wrap:break-word;
    }

    #title_two, #title_three, #title_four {
      margin-top: 90px;
    }



    #title_two h1 {
      width: 90vw;
    }

    #title_two p {
      width: 90vw;
      word-break: break-word;
      word-wrap:break-word;
    }


    #title_three #service_box {
      width: 75vw;
    }

    #title_four h1, #title_four p {
      width: 90vw;
    }

    #contact_form label {
      margin-top: 40px;
    }

    #contact_form input {
      margin-top: 10px;
      height: 50px;
      padding: 0 10px;
      width: 80vw;
      font-size: 20px;
    }

    #contact_form #message {
      width: 80vw;
      font-size: 18px;
    }



    #lines_a {
      position: absolute;
      right: -130px;
      top: -30px;
      z-index: -999;
      width: 500px;
      opacity: 0.75;
    }

    #lines_b {
      position: absolute;
      left: -50px;
      top: 300px;
      z-index: -999;
      width: 500px;
      opacity: 0.75;
    }

    #lines_c {
      position: absolute;
      left: -20px;
      top: 900px;
      z-index: -999;
      width: 700px;
      opacity: 0.75;
    }

    #lines_d {
      position: absolute;
      right: -20px;
      top: 3200px;
      z-index: -999;
      width: 700px;
      opacity: 0.75;
    }


    #shadow_a {
      width: 188px;
      height: 188px;
      right: -200px;
      top: -40px;
      background: rgba(10, 35, 51, 0.01);
      box-shadow: -150px 0px 100px 20px rgba(38, 209, 124, 0.4);
      z-index: -999;
      position: absolute;
    }

    #shadow_c {
      width: 188px;
      height: 188px;
      right: -350px;
      top: 900px;
      background: rgba(10, 35, 51, 0.01);
      box-shadow: -250px 0px 125px 20px rgba(38, 209, 124, 0.4);
      z-index: -999;
      position: absolute;
    }

    #shadow_e {
      width: 307px;
      height: 307px;
      right: -500px;
      top: 4400px;
      background: rgba(10, 35, 51, 0.01);
      box-shadow: -200px 0px 100px 20px rgba(38, 209, 124, 0.4);
      z-index: -999;
      position: absolute;
    }


  }


  @media only screen and (min-width: 430px) {


    #title_one h1 {
      font-size: 42px;
      line-height: 60px;
      width: 95vw;
    }

    #title_one p, #title_two p {
      width: 90vw;
    }



    #lines_a {
      position: absolute;
      right: -100px;
      top: -30px;
      z-index: -999;
      width: 500px;
      opacity: 0.75;
    }

    #lines_b {
      position: absolute;
      left: -50px;
      top: 0px;
      z-index: -999;
      width: 100vw;
      opacity: 0.75;
    }

    #lines_c {
      position: absolute;
      left: -40px;
      top: 1000px;
      z-index: -999;
      width: 100vw;
      opacity: 0.75;
    }

    #lines_d {
      position: absolute;
      right: -20px;
      top: 3200px;
      z-index: -999;
      width: 100vw;
      opacity: 0.75;
    }

    #shadow_a {
      width: 188px;
      height: 188px;
      right: -350px;
      top: -40px;
      background: rgba(10, 35, 51, 0.01);
      box-shadow: -200px 0px 100px 20px rgba(38, 209, 124, 0.4);
      z-index: -999;
      position: absolute;
    }

    #shadow_c {
      width: 188px;
      height: 188px;
      right: -350px;
      top: 900px;
      background: rgba(10, 35, 51, 0.01);
      box-shadow: -300px 0px 150px 20px rgba(38, 209, 124, 0.4);
      z-index: -999;
      position: absolute;
    }

    #shadow_e {
      width: 307px;
      height: 307px;
      right: -450px;
      top: 3800px;
      background: rgba(10, 35, 51, 0.01);
      box-shadow: -200px 0px 100px 20px rgba(38, 209, 124, 0.4);
      z-index: -999;
      position: absolute;
    }


    #title_three #service_box {
      width: 80vw;
      max-width: 1100px;
    }




  }


  @media only screen and (min-width: 580px) {


    #title_one h1 {
        font-weight: 600;
        font-size: 55px;
        letter-spacing: 1px;
        line-height: 70px;
        margin-top: 30px;

    }

    #title_one p {
        font-weight: 300;
        font-size: 25px;
        letter-spacing: 0px;
        line-height: 40px;
        width: 90vw;
        word-break: break-word;
        word-wrap:break-word;
    }


    #shadow_a {
      width: 200px;
      height: 200px;
      right: -350px;
      top: -40px;
      background: rgba(10, 35, 51, 0.01);
      box-shadow: -250px 0px 150px 20px rgba(38, 209, 124, 0.4);
      z-index: -999;
      position: absolute;
    }


    #shadow_c {
      width: 200px;
      height: 200px;
      right: -350px;
      top: 900px;
      background: rgba(10, 35, 51, 0.01);
      box-shadow: -350px 0px 175px 20px rgba(38, 209, 124, 0.4);
      z-index: -999;
      position: absolute;
    }

    #shadow_e {
      width: 350px;
      height: 350px;
      right: -550px;
      top: 3500px;
      background: rgba(10, 35, 51, 0.01);
      box-shadow: -300px 0px 100px 20px rgba(38, 209, 124, 0.4);
      z-index: -999;
      position: absolute;
    }


    #title_two, #title_three, #title_four {
      margin-top: 150px;
    }

    #title_two h1 {
        font-weight: 600;
        font-size: 35px;
        letter-spacing: 1px;
        line-height: 55px;
    }

    #title_two p {
        font-weight: 300;
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 30px;
    }









    #title_three {
      margin-top: 150px;
    }

    #title_three h1 {
        font-weight: 600;
        font-size: 35px;
        letter-spacing: 1px;
        line-height: 55px;
    }


    #title_three #service_box {
      border: 1.5px solid #26D17C;
      border-radius: 10px;
      padding: 5px 20px 10px 20px;
      background: #061721;
      margin: 40px 0;
      width: 85vw;
    }

    #title_three #service_box h2 {
      font-weight: 500;
      margin-bottom: 20px;
    }

    #title_three #service_box p {
      margin-top: 0;
      line-height: 30px;
      font-weight: 200;
      color: #A1B4BF;
      letter-spacing: 0px;
    }

    #contact_form input {
      margin-top: 10px;
      height: 40px;
      padding: 0 15px;
      width: 500px;
    }

    #contact_form #message {
      width: 500px;
    }





  }








  /* Medium devices (landscape tablets, 768px and up) */
  @media only screen and (min-width: 768px) {

    #title_one h1 {
        font-weight: 700;
        font-size: 70px;
        letter-spacing: 1px;
        line-height: 95px;
        margin-top: 40px;
    }

    #title_one p {
        font-weight: 300;
        font-size: 22px;
        letter-spacing: 0px;
        line-height: 38px;

        max-width: 1100px;

    }

    #logo {
      width: 300px;
    }

    body {
      padding: 40px 40px;
      margin: 0;
      width: 100%;
      overflow-wrap: break-word;
    }

    #lines_b {
      position: absolute;
      left: -50px;
      top: 0px;
      z-index: -999;
      width: 100vw;
      opacity: 0.5;
    }

    #lines_c {
      position: absolute;
      left: -40px;
      top: 800px;
      z-index: -999;
      width: 100vw;
      opacity: 0.5;
    }

    #lines_d {
      position: absolute;
      right: -20px;
      top: 2100px;
      z-index: -999;
      width: 100vw;
      opacity: 0.5;
    }




    #title_two {
      margin-top: 130px;
    }

    #title_two h1 {
        font-weight: 600;
        font-size: 45px;
        letter-spacing: 1px;
        line-height: 65px;
    }

    #title_two p {
        font-weight: 300;
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 32px;
        max-width: 1100px;

    }

    #title_three {
      margin-top: 130px;
      width: 100%;
    }

    #title_three h1 {
        font-weight: 600;
        font-size: 40px;
        letter-spacing: 1px;
        line-height: 65px;
    }

    #title_three #service_box {
      border: 1.5px solid #26D17C;
      border-radius: 10px;
      padding: 5px 20px 10px 20px;
      background: #061721;
      margin: 40px 0;
      max-width: 1000px;
    }

    #contact_form input {
      margin-top: 10px;
      height: 45px;
      padding: 0 15px;
      width: 600px;
    }

    #contact_form label {
      margin-top: 40px;
    }

    #contact_form #submit_button {
      margin-top: 30px;
      width: 150px;
      height: 50px;
      border: none;
      border-radius: 10px;
      background: #26D17C;
      color: #0A2333;
      font-weight: 600;
      font-size: 18px;
      letter-spacing: 1px;
    }

    #contact_form #message {
      width: 600px;
      padding: 15px 15px;
    }






  }












  /* Large devices (laptops/desktops, 992px and up) */
  @media only screen and (min-width: 992px) {

    #title_one h1 {
        font-weight: 700;
        font-size: 80px;
        letter-spacing: 1px;
        line-height: 105px;
    }

    #title_one p {
        font-weight: 300;
        font-size: 25px;
        letter-spacing: 0px;
        line-height: 40px;
    }

    body {
      padding: 40px 50px;
      margin: 0;
    }

    #lines_a {
      position: absolute;
      right: -80px;
      top: -50px;
      z-index: -999;
      width: 1000px;
      opacity: 0.6;
    }

    #lines_b {
      position: absolute;
      left: -50px;
      top: -500px;
      z-index: -999;
      width: 100vw;
      opacity: 0.5;
    }

    #lines_c {
      position: absolute;
      opacity: 0;
    }

    #lines_d {
      position: absolute;
      display: none;
      right: -20px;
      top: 1100px;
      z-index: -999;
      width: 100vw;
      opacity: 0.5;
      overflow: hidden;
    }


    #shadow_a {
      width: 500px;
      height: 500px;
      right: -2000px;
      top: -70px;
      background: rgba(10, 35, 51, 0.01);
      box-shadow: -1600px 0px 250px 30px rgba(38, 209, 124, 0.4);
      z-index: -999;
      position: absolute;
    }


    #shadow_c {
      width: 500px;
      height: 500px;
      right: -2000px;
      top: 900px;
      background: rgba(10, 35, 51, 0.01);
      box-shadow: -1800px 0px 250px 20px rgba(38, 209, 124, 0.4);
      z-index: -999;
      position: absolute;
    }


    #shadow_e {
      width: 500px;
      height: 500px;
      right: -2000px;
      top: 3500px;
      background: rgba(10, 35, 51, 0.01);
      box-shadow: -1600px 0px 250px 30px rgba(38, 209, 124, 0.4);
      z-index: -999;
      position: absolute;
    }




  }