/************************* MAIN *********************************/

.programmerImages {
  padding-top: 3%;
  column-rule: none;
}

.programmingAsItGoes {
  width: 100%;
  height: auto;
}

.programmer {
  padding-top: 10%;
  width: 94%;
  height: auto;
}

/* ABOUT SECTION */
h3 {
  padding-top: 3%;
  padding-bottom: 2%;
}

.ResEdit {
  padding-top: 5%;
  padding-bottom: 5%;
  text-align: center;
}

.ResEdit img {
  width: 74%;
  height: auto;
}

.Marie {
  padding-top: 5%;
  padding-bottom: 5%;
  text-align: center;
}

.Marie img {
  width: 70%;
  height: auto;
  border: 1px solid blue;
}

.upClose {
  padding-top: 5%;
  padding-bottom: 5%;
  text-align: center;
}

.upClose img {
  width: 70%;
  height: auto;
  border: 1px solid blue;
}

p {
  padding-bottom: 20px;
  padding-left: 30px;
  width: 94%;
  color: rgb(70, 70, 70);
  font-size: 1rem;
  text-align: justify;
}

.rule {
  padding-bottom: 3%;
}

/******************* Media Queries Breakpoints *******************/
/* Media queries can be placed in both global CSS files and within  */
/* component-specific or "endpoint" CSS files, depending on the project's  */
/* organization and desired modularity. */

/* Styles for screens less than 576px (e.g., smartphones) */
@media screen and (width < 576px) {
  main {
    font-size: 0.9rem;
  }

  .columns {
    flex-direction: column;
  }

  .programming img {
    width: 80%;
    height: auto;
  }

  .theBug img {
    width: 80%;
    height: auto;
  }

  .programmer img {
    width: 50%;
    height: auto;
  }

  .jesse_carpenter img {
    width: 60%;
    height: auto;
  }

  .signature img {
    width: 60%;
    height: auto;
  }
}

/* Styles for screens wider than 576px -  768px (e.g., tablets) */
@media screen and (width >= 576px) and (width < 768px) {
  main {
    font-size: 1.2rem;
  }

  .columns {
    flex-direction: column;
  }

  .programming img {
    padding-top: 2rem;
    padding-bottom: 1rem;
    width: 94%;
    height: auto;
  }

  .theBug img {
    width: 94%;
    height: auto;
  }

  .programmer img {
    padding-top: 2rem;
    width: 50%;
    height: auto;
  }

  .jesse_carpenter img {
    width: 54%;
    height: auto;
  }

  .signature img {
    width: 50%;
    height: auto;
  }
}
