body {
  margin: 0;
  background-image: url("https://a.cdnlead.com/campaign_sites_assets/PARKER/PKE0001/Frame1.png");
  background-color: #131b50;
  background-repeat: no-repeat;
  background-size: 100% 96%;
  color: white;
  font-family: 'Times New Roman', Times, serif !important;
}

p{
  font-family:Arial, Helvetica, sans-serif;
  font-weight: lighter;
  line-height: 29px;
}

a{
text-decoration: none;
}

.row-content {
  height: 80vh;
}

.page-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  text-align: center;
}

.footer {
  margin-top: auto;
  font-size: 12px;
}

.footer p{
  /* font-size: 12px; */
  color: white;
  margin-bottom: 15px;
}

.footer p a{
/* font-size: 12px; */
color: white;
}

.phone,.complete{
  font-size: 25px;
}


.form-control,.form-select{
  border: black solid 2px;
  background-color: white;
}

.subheading {
  font-size: 55px;
  font-weight:lighter;
  line-height: 61px;
  font-family: 'Times New Roman', Times, serif !important;
}

.phone a {
  color: black;
}

p{
  font-size: 18px;
  margin-bottom: 30px;
}


.navbar{
  background-color: white;
}

.phone{
  font-size: 1.7rem;
  font-weight: bold;
}

.phone a{
  text-decoration: underline;
}


.complete,.phone a{
  color:white;
}

.mobile-only{
  display: none;
}

.submit-button {
  width: 100%;
  background: #DFBF55;
  color: black;
  border-radius: 10px;
  font-size: 1.9rem;
  border: #DFBF55;
}

.row-content {
  padding-right: 10%;
  padding-left: 10%;
}

.gold{
  color: #daba44;
}

@media only screen and (max-width: 1025px) {
  .logo-img {
    margin-top: 53px;
  }
  .desktop-only{
    display: none;
  }
  .row-content {
    padding-right: 0;
    padding-left: 0;
  }
  .page-container {
    text-align: start;
  }
  .row-content {
    height: initial;
  }
  
}

@media only screen and (max-width: 600px) {
.page-container {
  padding-right: 20px;
  padding-left: 20px;
}
.phone,.complete{
  font-size: 18px;
}
.sub-heading{
  font-size: 20px;
}
p {
  font-size: 15px;
  margin-bottom: 15px;
}
.subheading {
  font-size: 38px;
  line-height: 42px;
}

}
