body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  background-color: white;
  color: #272626;
}

.content{
  background-color: #00b4ff;
}

a{
  color: black;
  text-decoration: none;
}

p{
  font-size: 18px;
  margin-bottom: 30px;
}

.page-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.logo-img {
  height: 100px;
}

.navbar{
  background-color: white;
}

.hero-image {
  height: 70vh;
  background-image: url('https://a.cdnlead.com/campaign_sites_assets/PARKER/PKE0001/TPG-hero.jpg');
  background-size: cover;
  background-position: center;
}


.footer {
  margin-top: auto;
  background-color: white;
  color: black;
  padding: 15px;
}

.footer p {
  margin-bottom: 0;

}

.subheading,.complete{
  font-size: 2.3rem;
  font-weight: bold;
}

.phone{
  font-size: 1.7rem;
  font-weight: bold;
}

.phone a{
  text-decoration: underline;
}


.complete,.phone a{
  color:white;
}

.left-size{
  padding-right: 5% !important;
}

.mobile-only{
  display: none;
}

.submit-button {
  width: 100%;
  background: red;
  color: white;
  font-size: 1.7rem;
  border-radius: 10px;
}

@media only screen and (max-width: 1025px) {

.hero-image {
  height: 40vh;
}

}


@media only screen and (max-width: 600px) {

    h1 {
      font-size: 35px;
    }
    .not-mobile{
      display: none;
    }
    #contact_form {
      padding-left: 20px;
      padding-right: 20px;
    }
    p{
      font-size: 15px;
  }
  .hero-image {
    display: none;
  }

  .pink {
    font-size: 20px;
  }
  .right-side {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .row.row-content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .logo-img {
    width: 180px;
    height: auto;
  }
  body {
    background:linear-gradient(rgba(0, 180, 255, 0.8), rgba(0, 180, 255, 0.8)),  /* Linear gradient overlay with transparency */
    url("https://a.cdnlead.com/campaign_sites_assets/PARKER/PKE0001/TPG-hero.jpg");
    background-position-x: 45%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .content {
    background-color:initial;
  }

  .complete {
    font-size: 20px;
  }
  .phone {
    font-size: 16px;
  }
  .subheading {
    font-size: 30px;
  }
  .desktop-only{
    display: none;
  }
  p {
    font-size: 17px;
  }
}