body {
  margin: 0;
  font-size: 12px;
  background: url("./images/sky\ blue.jpg");
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.header {
  background-image: url("./images/desktop-header.png");
  height: 120px;
  background-size: cover;
  background-position: center center;
}

.footer {
  margin-top: auto;
  text-align: center;
}

a{
  color: black;
  text-decoration: none;
}

.complete{
  color: #2A337C;
  font-size: 20px;
  text-align: center;
}

.btn-primary{
  background-color: #ED7721;
  border: #ED7721 solid 1px;
  font-size: 24px;
}

.content{
  padding-left: 5%;
  padding-right: 5%;
  margin-left: 8%;
  margin-right: 8%;
}

.form-content {
  width: 70%;
}

.copy-section-mobile{
  display:none;
}

h6{
  color: #2A337C;
}

.agent-recruiter-logo {
  height: 160px;
  width: auto;
}

@media only screen and (max-width: 1025px) {
  .header {
    background-image: url("./images/tablet-header.png");
    height: 120px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #2A337C;
  }
  .content-row {
    flex-direction: column;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 100%;
  }
  .headline-row{
    text-align: center;
  }
  h6 {
    text-align: center;
  }
  ul{
    /* padding-left: 18%;
    padding-right: 5%; */
  }
  body {
    background: url("./images/sky\ blue_tablet.jpg");
  }
  .agent-recruiter-logo {
    height: initial;
    width: intial;
  }
}

@media only screen and (max-width: 600px) {
  body {
    background: url("./images/sky\ blue_mobile.jpg");
  }
  .header {
    background-image: url("./images/mobile-header.png");
    height: 120px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #2A337C;
  }
  .content {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .copy-section-desktop{
    display:none;
  }
  .copy-section-mobile{
    display:block;
  }
  .form-content {
    width: 100%;
  }
  h6 {
    text-align: start;
    margin-left: 20px;
  }
  .headline-row p{
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 400px) {
  h6 {
    font-size: 13px;
  }
}