body {
  margin: 0;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}


.page-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.hero-image {
  height: 50vh;
  background-image: url('https://a.cdnlead.com/campaign_sites_assets/TCFG/7rsg43/desktop_header.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: center;
  background-position-x: center;
}

.sub-header{
  font-size: 20px;
}

p{
  margin-bottom: 10px;
}

.complete{
  font-size: 25px;
}

a{
  color: black;
  text-decoration: none;
}

.footer {
  margin-top: auto;
  font-size: 12px;
}

.footer p{
  font-size: 12px;
}

.phone a{
  /* color:#164068; */
  text-decoration: underline;
  font-size: 18px;
}

.submit-button {
  background-color: #0aa770 ;
  border: #0aa770;
}

.submit-button:hover {
  background-color: #076f4b;
  border: #076f4b;
}

.mobile-only{
  display: none;
}

.quote{
  font-size: 12px;
  font-style: italic;
  color: gray
}

.quote-person{
  font-family: "Hurricane", cursive;
  font-size: 18px;
}

.blue-box{
  background-color: blue;
  color: white;
}

.second-section {
  position: relative;
  top: -45px;
}

.quote-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}


@media only screen and (max-width: 1025px) {
  .hero-image {
    background-image: url('https://a.cdnlead.com/campaign_sites_assets/TCFG/7rsg43/tablet_header.png');
    height: 25vh;
    background-size: 100% 100%;
    background-position-x: center;
  }
  .second-section {
  position: relative;
  top: initial;
  }
  .right-side {
    padding-right: 20% !important;
    padding-left: 20% !important;
  }
}

@media only screen and (max-width: 600px) {
  .hero-image {
    background-image: url('https://a.cdnlead.com/campaign_sites_assets/TCFG/7rsg43/tablet_header.png');
    height: 15vh;
    background-size: 100% 100%;
    background-position-x: center;
  }
  .mobile-only{
    display: block;
  }
  .desktop-only{
    display: none !important;
  }
  p, ul li, .copy{
    font-size: 12px;
  }
  .complete, .phone a{
    font-size: 20px;
  }
  
  .sub-complete{
    font-size: 18px;
  }
  .header {
    font-size: 16px;
  }
  .sub-header {
    font-size: 11px;
  }
  .mobile-logo {
    height: 80px;
  }
  .desktop-logo{
    display: none;
  }

  .copy, .header,.sub-header{
    font-weight: 400 !important;
  }
  .quote-img {
    height: 120px;
    width: auto;
  }
  .right-side {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .position-relative {
  left: -15px;
}
}
