/* TABLET STYLES 1080px */
@media only screen and (max-width: 67.5rem) {
  /* HEADER CONTENT */
}

/* MOBILE PHONE STYLES 700px */
@media only screen and (max-width: 43.75rem) {
  /* GLOBAL STYLES */
  p {
    line-height: 1.25rem;
  }

  .displayHeading {
    font-size: 2rem;
  }

  /* HEADER CONTENT */
  header nav {
    flex-direction: column;
    padding: 1.5rem 1rem;
  }

  .logoName {
    margin: 0;
    margin-bottom: 1rem;
  }
  .logoTextMonogram {
    display: none;
  }

  header li {
    font-size: 1rem;
  }

  /* SECTION CONTENT */
  main {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 2rem 0;
    min-height: 80vh;
    max-height: 400vh;
    overflow-y: hidden;
    overflow-x: hidden;
  }

  #aboutMe {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  #aboutMe h1 {
    margin-bottom: 1rem;
  }

  #aboutMe p {
    font-size: 1.125rem;
    line-height: 1.725rem;
  }

  .aboutMeSummaryContainer {
    width: 90%;
    height: 27rem;
    margin-right: 0;
  }

  .aboutMeLinks {
    width: 99%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }

  .aboutMeLinks li {
    list-style: none;
    font-size: 1.5rem;
    line-height: 3rem;
    padding-right: 3rem;
    text-transform: capitalize;
  }

  /* PROJECTS STYLES */

  /* PROJECT SECTION STYLES*/
  #projects {
    margin: 0;
  }

  #projects h2 {
    margin: 1.25rem 0 1rem;
  }

  .projectGallery {
    background-image: radial-gradient(#efefef 10%, transparent 10%);
    background-position: 0 0, 50px 50px;
    background-size: 2rem 2rem;
    display: grid;
    grid-template: auto / 1fr;
    gap: 1.5rem;
    width: 99vw;
    padding: 1.5rem 0;
  }

  .project {
    overflow: hidden;
    width: 90%;
  }

  .projectContent {
    margin: 0.25rem;
    padding: 0.25rem;
    border-radius: 0.5rem;
    background-color: white;
    box-shadow: 0 0 0.5rem 0.125rem #f2f2f2;
  }

  .project img {
    width: 100%;
    height: 15rem;
    border: none;
    border-radius: 0.5rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #f2f2f2;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
  }

  .project h3 a {
    background: linear-gradient(-45deg, #510d89 70%, #1035a4);
    text-decoration: none;
    border-bottom: 2px solid #f2f2f2;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .project p {
    margin: 1rem 0.4rem;
    padding-right: 1rem;
  }

  .project h3 {
    margin: 1.25rem 0.25rem;
  }

  .projectBadgeGallery {
    display: grid;
    grid-template: 3.25rem auto / repeat(8, 1fr);
    gap: 0.125rem;
    background: radial-gradient(circle at 0, #f5f5f5, #faffff);
    border-radius: 0.5rem;
    padding: 0.25rem;
  }

  .projectBadge {
    margin: auto auto;
    padding: 0.5rem;
    height: 3rem;
    width: 3rem;
    color: #222;
    border-radius: 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .projectBadge i {
    font-size: 1.25rem;
  }

  /* WORK EXPERIENCE STYLES */
  #experience {
    margin: 0;
  }

  #experience h2 {
    margin: 1.25rem 0;
  }

  .expWork {
    width: 100%;
    display: grid;
    padding: 0.5rem;
    gap: 0.5rem;
  }

  .expWork p:not(.expWorkRole) {
    width: 95%;
  }

  .expWorkRole {
    width: 96%;
    text-transform: capitalize;
    font-style: italic;
    padding: 0.25rem 0;
    margin-bottom: 0.25rem;
    border-bottom: 1px solid #ccc;
  }

  .expEducation {
    width: 100%;
    display: flex;
    padding: 0.5rem;
  }

  .expEducation img {
    max-width: 10rem;
    height: auto;
    object-fit: cover;
    object-position: center;
    background-color: #ccc;
    border: none;
    border-radius: 0.5rem;
    margin: 0.5rem 0;
  }

  .expEducation p {
    margin: 0.75rem 0;
    width: 90%;
    font-size: 0.95rem;
    line-height: 1.25rem;
  }

  .expEducation ul li {
    width: 70%;
    margin-top: 0.75rem;
    margin-left: 1.5rem;
    font-size: 0.95rem;
    line-height: 1.25rem;
    list-style: "‣ ";
  }

  .expCodeCademy {
    margin-top: 2rem;
  }

  /* FOOTER STYLES */
  footer {
    background-color: white;
    border-top: 1px solid #222;
    display: grid;
    grid-template: auto / 1fr;
  }

  footer #contact:not(.contactPointer) {
    border: none;
  }

  footer div {
    margin: auto 0;
    padding: 1rem;
  }

  .contactContent {
    padding: 0 0.5rem;
    max-width: 50rem;
  }

  .contactHeading {
    margin-top: 1rem;
  }

  #contact {
    grid-row: 1;
  }

  #contact fieldset {
    display: grid;
    grid-template: auto / 1fr;
    gap: 0.5rem;
  }

  #contact label {
    border: none;
  }

  #contact input[type="text"],
  #contact input[type="email"],
  #contact textarea {
    padding: 0.5rem;
  }

  #contact fieldset div {
    padding: 0;
  }

  #contact fieldset input:last-of-type {
    width: 70%;
    padding: 0.5rem;
    font-size: 1.125rem;
  }

  /* Other Styles */
  .contactPointer[data-status="activePointer"] {
    right: 2rem;
    bottom: -3rem;
    font-size: 3rem;
  }

  .contactPointer[data-status="inactivePointer"] {
    bottom: -5rem;
    display: none;
  }
}
