body {
  margin: 0;
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #37414b;
}


.page-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

p{
  margin-bottom: 10px;
}

.complete{
  font-size: 25px;
  color: #193296;
}

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:#193296;
  border:#193296;
}

.submit-button:hover {
  background-color: #475db5;
  border: #475db5;
}

.mobile-only{
  display: none;
}

.accent{
  color: #193296;
  font-weight: bold;
}

 #mobile-header{
    display: none;
}

@media only screen and (max-width: 1025px) {
 
}

@media only screen and (max-width: 600px) {
  #desktop-hero{
    display: none;
  }
  #mobile-header{
    display: block;
  }
}
