body {
  margin: 0;
  font-size: 26px;
}

a{
  color: black;
  /* text-decoration: none; */
}

#image-section{
  background-image: url("https://a.cdnlead.com/campaign_sites_assets/TRACY/TRE0001/traci-consultants.jpg");
  background-size: cover;
}

.page-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.content {
  min-height: 96vh;
}

.logo-img {
width: 100px;
}

.hero-image {
  background-color: #404040;
  color: white;
}

.footer {
  margin-top: auto;
  font-size: 12px;
}

.footer p{
  font-size: 12px;
}

.phone,.complete{
  font-size: 20px;
}

.complete{
  color:#2fbace;
}

.phone a{
  color:black;
  font-size: 30px;
  text-decoration: none;
}

.complete{
  font-size: 40px;
}

.phone a:hover{
  color:#425980;
}

.submit-button {
  background-color: #2fbace;
  border: #2fbace;
  font-size: 30px;
}

/* .form-control,.form-select{
  border: #2fbace solid 2px;
} */

h2 {
  font-size: 35px;
}


.traci-logo {
  width: 60%;
}

.header-content{
  padding-left: 70px;
  padding-bottom: 30px;
  padding-top: 30px;
}

.pink{
  color:#fc0bf2;
  font-size: 60px;
}

.content-container {
  padding-right: 3%;
  padding-left: 3%;
}

#mobile-header{
  display: none;
 }

@media only screen and (max-width: 1200px) {
  body {
    font-size: 20px;
  }

.desktop-only-subheading{
  display: none;
}

.subheading{
  font-size: 25px;
}

.pink {
  color: #fc0bf2;
  font-size: 40px;
}
.complete {
  font-size: 25px;
}
.phone a {
  font-size: 20px;
}
}

@media only screen and (max-width: 1025px) {

}



@media only screen and (max-width: 600px) {
 #mobile-header{
  display: block;
  background-color: #404040;
  padding: 20px;
 }
 .hero-image{
  display: none;
 }
 .pink {
  font-size: 30px;
}
.subheading{
  display: none;
}
body {
  font-size: 18px;
}
}