body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

a{
  color: black;
  text-decoration: none;
}

p{
  font-size: 18px;
}

.page-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.logo-img {
width: 180px;
}

.navbar{
  background-color: black;
}

.hero-image {
  height: 50vh;
  background-image: url('https://a.cdnlead.com/campaign_sites_assets/TRACY/TRE0001/traci-7m6b5c.jpg');
  background-size: cover;
  background-position: center;
}


.footer {
  margin-top: auto;
  font-size: 12px;
  background-color: black;
  color: rgba(255, 255, 255, 0.5);
  padding: 30px;
}

.footer p {
  margin-bottom: 0;

}

.footer p{
  font-size: 12px;
}

.subheading{
  font-size: 18px;
  font-weight: bold;
}


.complete{
  font-size: 20px;
}


.right-side{
    padding: 5px 15px;
    background: #EEEEEE;
    margin-bottom: 200px;
    margin-top: 40px;
}

.complete{
  color:#036a9a;
}

.left-size{
  padding-right: 5% !important;
}

.mobile-only{
  display: none;
}

.pink{
  color: #C3056A;
  font-weight: bold;
  font-size: 32px;
}

.submit-button {
  padding: 10px 30px !important;
  width: 100% !important;
  color: #ffffff !important;
  background: #35C2D4 !important;
  border: none !important;
  border-radius: 5px !important;
  font-size: 20px;
}

@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 {
    height: 220px;
  }

  .pink {
    font-size: 20px;
  }
  .right-side {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .row.row-content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .logo-img {
    width: 120px;
  }
}