body {
  width: 100%;
  margin: 0;
  font-style: normal;
  font-weight: 300;
  font-family: "Karla", sans-serif;
  font-size: 1.15em;
  overflow-x: hidden;
  background-color: rgb(213, 224, 230);
  position: relative;
}

h1 {
  font-family: "Shrikhand", sans-serif;
  font-size: 4em;
  font-weight: 500;
  letter-spacing: 1px;
  margin: auto;
  margin-left: 30px;
  text-align: left;
  padding-bottom: 2%;
}

h2 {
  font-size: 2em;
  margin: auto;
  margin-top: 0;
  margin-left: 60px;
  font-weight: 700;
}

h3 {
  font-size: 1.15em;
  font-weight: 700;
  margin-left: 80px;
}
p {
  margin-top: 100px;
  margin-left: 60px;
}

#subheader {
  margin-top: -15px;
  margin-left: 30px;
  font-style: italic;
  font-size: 1em;
}

#intro {
   width: 100%;
   height: 100vh;
   margin: auto;
   overflow: hidden;
   margin-right: -10px;
}

#introblurb {
  margin-top: 30px;
  padding-right: 30px;
}

#intropic {
  clear:left;
  background-image: url(../images/diabetes/holding.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  float: right;
}

#reqs {
  margin-top: 100px;
}
#originalpic {
  background-image: url(../images/diabetes/original.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#reqstext {
  padding-top: 50px;
}

#reqs h2, ul {
   margin-left: 20px;
   margin-top: 10px;
   padding-right: 60px;
}
#designdev {
  margin-top: 100px;
  height: 600px;
}
#designdevtext {
  float: left;
  margin-bottom: 100px;
  padding-left: 30px;
}

#designdev p {
  margin-top: 20px;
}

#designdevpic {
  background-image: url(../images/diabetes/mockups.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#assembly {
  height: 750px;
  margin-top: -150px;
}
#assemblypic {
  background-image: url(../images/diabetes/assembly.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#assemblytext {
  padding-top: 300px;
  padding-right: 50px;
  padding-left: 0;
}
#final {
  clear: both;
  margin-top: 100px;
}

#final p {
  margin-top: 20px;
  padding-right: 50px;
}

#thirtyrow {
  height: 600px;
}

.row {
  height: 400px;
}

#thirtykitpic {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/diabetes/30kits.jpg);
  margin-top: 60px;
  margin-bottom: 60px;
}

#thirtyrow ul {
  margin-left: 70px;
}

.col-sm-4 {
  padding: 60px 30px 60px 30px;
}

#one {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/diabetes/holding.jpg);
}

#two {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/diabetes/removingstrap.jpg);
}

#three {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/diabetes/strapoff.jpg);
}

#four {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/diabetes/removing.jpg);
}

#five {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/diabetes/opening.jpg);
}

#six {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/diabetes/open.jpg);
}

@media (max-width: 750px) {
  .col-md-6, .col-md-7 {
    height: 100vh;
  }

  #intro {
    height: 1500px;
  }
  #assemblypic {
    background-size: cover;
  }

  #assembly {
    /* margin-top: 50px; */
  }

  #designdev {
    margin-top: 600px;
    text-align: left;
    float: left;
    margin-left: -70px;
  }
  #thirtyrow {
    margin-top: 600px;
    height: 1000px;
    margin-bottom: 200px;
  }
  #thirtyrow h3 {
    margin-top:100px;
  }
  #designdevpic {
    margin-top: -300px;
  }

  #assemblypic {
    margin-top: 400px;
  }

  #assemblytext {
    margin-top: -350px;
  }
}

@media (max-width: 576px) {
  body {
    font-size: 1em;
  }
  h1 {
    font-size: 3em;
    text-align: center;
    margin: auto;
  }

  #subheader {
    text-align: center;
    margin: auto;
  }

  p {
    margin: auto;
    width: 280px;
    display: block;
    position: relative;
    margin-top: 40px;
  }

  #intropic {
    width: 100%;
    margin: auto;
    padding: 0;
    margin-top: -500px;
    background-position: center;
    background-size: contain;
  }

  #reqs {
    margin: 0;
    margin-left: 10px;
    padding: 0;
    margin-top: -350px;
    width: 370px;
    display: block;
  }

  #originalpic {
    display: none;
  }

  #designdev {
    width: 250px;
    margin-left: 20px;
    margin-top: -400px;
  }

  #designdevpic {
    background-size: contain;
    background-position: center;
    clear: both;
    width: 100%;
    height: 400px;
    margin: auto;
    margin-right: -40px;
    margin-top: -425px;
  }

  #assembly {
    clear: both;
    margin: auto;
    margin-top: -100px;
    width: 100%;
  }

  #assemblypic {
    background-size: contain;
    width: 300px;
    margin: auto;
    margin-left: 50px;
    /* margin-top: 30px; */
  }

  #assemblytext {
    width: 350px;
    margin-left: 50px;
    margin-top: -500px;
  }

  #final {
    clear: both;
    width: 350px;
    margin: auto;
    margin-top: -400px;
  }

  #final h2 {
    margin-left: 40px;
  }
  #final p {
    margin-left: 40px;
    margin-bottom: -50px;
  }

  h2 {
    margin-left: 0px;
    width: 325px;
    font-size: 1.7em;
    margin: auto;
  }
  .col-sm-4 {
    padding: 10px 0 10px 0;
  }

  .row {
    height: 900px;
  }

  #thirtykitpic {
    margin-bottom: -160px;
  }
}
