body, html {
  background-color: white;
  font-family: "Nunito", sans-serif;
}

#blue-background-desktop {
  background: #CDDEFB;
  position: absolute;
  top: 0;
  left: 50%;
  height: 500px;
  width: 50%;
  border-bottom-left-radius: 30px;
}

#blue-background-mobile {
  display: none;
}

.left-column, .right-column {
  flex-grow: 1;
  width: 45%;
  position: relative;
}
#content {
  background: white;
}

#get-started-page h3 {
  font-family: "Roboto", sans-serif;
  font-size: 35px;
  margin-top: 10px;
  margin-bottom: 15px;
}

#get-started-page .submit-button {
  border-radius: 30px;
  font-size: 17px;
  padding: 14px 22px;
}

.get-started-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 30px;
  padding-left: 15px;
  padding: 25px;
}


#skillwells-mission {
}

#skillwells-mission .instructor-card {
  position: relative;
  top: -35px;
  left: 30px;
  height: 500px;
  width: 350px;
  padding: 0;
}

#skillwells-mission .left-column {
  padding-right: 40px;
  z-index: 1;
}

#skillwells-mission .instructor-credit {
  z-index: 1;
  color: #5f5f5f;
  font-size: 14px;
  position: relative;
  left: 50px;
  top: -40px;
}

#skillwells-mission .instructor-credit b {
  color: #5f5f5f;
}

#skillwells-mission .instructor-credit img {
  vertical-align: bottom;
  filter: invert(0.3);
  margin-right: 4px;
}


#why-join .instructor-credit {
  z-index: 1;
  color: white;
  font-size: 14px;
  position: relative;
  left: 95px;
  top: -90px;
}

#why-join .instructor-credit b {
  color: white;
}


#why-join {
  background: #0B8872;
  color: white;
  border-radius: 30px;
  margin-top: 100px;
}

#why-join .instructor-card {
  position: relative;
  top: -100px;
  height: 400px;
  width: 300px;
  padding: 0;
  margin: 0 auto;
}

#do-what-you-do-best {
  background: #E4F0FE;
  border-radius: 30px;
  flex-direction: column;
}

#do-what-you-do-best h3 {
  width: 400px;
  margin: 20px 0 -80px 30px;
}


#do-what-you-do-best .infographic {
  text-align: center;
}


.purchase-options-info {
  background: #CFE0F9;
  padding: 0 20px;
  border-radius: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 40px;
  margin: 40px 30px 20px;
}

.purchase-options-info img {
  position: relative;
  top: -50px;
}

.purchase-options-info p {
  font-size: 16px;
  font-weight: normal;
  color: #333;
  width: 300px;
  margin: 0;
  margin-left: 50px;
}

#how-do-i-start {
  background: #F7D4A6;
  margin-top: 80px;
  margin-bottom: 60px;
}
@media (max-width: 900px) {
  #do-what-you-do-best h3 {
    font-size: 28px;
  }
}

@media (max-width: 775px) {
  .left-column, .right-column {
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%;
  }

  .get-started-section {
    padding: 15px;
  }

  #why-join.get-started-section, #skillwells-mission.get-started-section {
    flex-direction: column;
  }

  #why-join .right-column h3 {
    text-align: center;
  }

  #why-join .left-column, #why-join .right-column, #skillwells-mission .left-column {
    text-align: left;
    padding: 0;
  }

  #why-join {
    padding: 20px;
  }

  #skillwells-mission .right-column {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
  }

  #skillwells-mission .instructor-card {
    left: auto;
    bottom: auto;
    margin: 30px auto 30px;
    height: 440px;
    width: 330px;
    top: 0;
    z-index: 1;
  }

  #skillwells-mission .instructor-credit {
    top: -20px;
    left: 0;
  }

  #why-join .instructor-credit {
    text-align: center;
    left: 0;
  }

  #why-join .right-column {
      margin-top: -60px;
  }

  #do-what-you-do-best h3 {
    margin-bottom: -50px;
  }
  .purchase-options-info{
    padding-bottom: 40px;
  }
  .purchase-options-info img {
    position: static;
    margin-top: 45px;
  }

  .purchase-options-info p {
    margin: 20px 0 0 30px;
  }

  #blue-background-mobile {
    display: block;
    position: absolute;
    background: #CDDEFB;
    right: -30px;
    top: -10px;
    bottom: -10px;
    width: 85%;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    z-index: 0;
  }

  #blue-background-desktop {
    display: none;
  }
}

@media (max-width: 650px) {
  #do-what-you-do-best h3 {
    margin-bottom: -20px;
    width: 100%;
    margin: 0 auto;
  }
  #do-what-you-do-best .infographic {
    margin-top: 20px;
  }
}

@media (min-width: 776px) {
  body #header {
    box-shadow: none;
    background-color: transparent;
    padding-top: 10px;
  }

  body #header .header-signup {
    background: white;
    border-radius: 20px;
    color: #1054DD !important;
    padding: 10px 25px;
  }

  body #header #logo {
    font-size: 25px;
  }

  body #header .header-link {
    color: #1054DD;
    margin: 0 20px;
  }

  body #header .header-link:first {
    border-right: 1px solid blue;
  }
}

#how-do-i-start .page-column{
  width: 1100px;
  display: flex;
  flex-wrap: wrap;
}

#how-do-i-start .right-column{
  margin: 0 auto;
  margin-top: 50px;
  max-width: 500px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
}

#how-do-i-start .left-column{
  min-width: 350px;
  width: 55%
}
#how-do-i-start .value-props{
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  max-width: 460px;
}
#how-do-i-start .value-prop-container{
  margin-right: 10px;
  margin-bottom: 15px;
  width: 210px;
}
#how-do-i-start .value-prop{
  font-size: 14px;
}
#how-do-i-start .number{
  background-color: white;
  color: #1054DD;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  margin-bottom: 20px;
}
#how-do-i-start .instructor-card{
  max-width: 220px;
  position: relative;
}
#how-do-i-start .black-gradient{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top : 0;
  background-image: linear-gradient(to bottom, rgba(0,0,0,0),rgba(0,0,0,0),  rgba(0,0,0,1));
  border-radius: 15px;
  color: white;
  display: flex;
  align-items: flex-end;
}
.instructor-card .instructor-info{
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}

.instructor-card {
    position: relative;
    padding-top: 55%;
    width: 45%;
    margin: 0 8px 16px 8px;
    border-radius: 15px;
    background-size: cover;
    background-position: center center;
}
.instructor-card .name {
  margin-bottom: 10px;
  font-weight: 600;
}
.instructor-card .title {
  font-weight: lighter;
}
.instructor-card.card1 {
  top: -30px;
}
.instructor-card.card2{
  top : -110px;
}
.instructor-card.card3{
  top: -30px;
}
.instructor-card.card4{
  top : -110px;
}

@media (max-width: 775px) {
  #how-do-i-start.get-started-section{
    padding-left: 0;
    padding-right: 0;
  }
  #how-do-i-start .right-column{
    order : 1;
  }
  #how-do-i-start .left-column{
    order : 2;
    text-align: center;
  }
  #how-do-i-start .instructor-card{
    width: 40%;
  }

  #how-do-i-start .number{
    height: 80px;
    width: 80px;
    margin-right: 15px;
    display: inline-flex;
    vertical-align: middle;
    text-align: center;
  }
  #how-do-i-start .value-prop-container{
    width: 300px;
  }
  #how-do-i-start .value-prop{
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    margin-top: -15px;
    width: 200px;
  }
}

#sell-and-earn {
  display: block;
  text-align: center;
  background: #CDDEFB;
  border-radius: 30px;
  margin-bottom: 60px;
}

#sell-and-earn p {
  margin: 10px auto;
}

.icon-list-item {
  display: flex;
  flex-direction: row;
  margin: 20px 0;
  font-weight: lighter;
}

.icon-list-item .image-wrapper {
  min-width: 80px;
  margin-right: 0px;
}

.icon-list-item img {
}

.icon-list-item p {
  color: white;
  margin: 5px 0 0;
  font-size: 16px;
}
