hr {
  border: solid 0.12rem var(--red-dark);
  width: 30%;
}

#mainContainer {
  width: 75%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;

  h2 {
    font-family: RedHatBL;
    font-size: 3.5rem;
    margin-bottom: 4rem;
    letter-spacing: 0.5rem;
    text-indent: 0.5rem;
  }

  h3 {
    font-family: RedHatR;
    font-size: 1.5rem;
    margin-top: 1.35rem;
    margin-bottom: 1rem;
    letter-spacing: 0.2rem;
    text-indent: 0.2rem;
  }

  h4 {
    font-family: RedHatB;
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
    letter-spacing: 0.5rem;
    text-indent: 0.5rem;
  }

  h5 {
    font-family: RedHatM;
    font-size: 1.1rem;
    color: var(--red-dark);
    margin-top: 0.75rem;
    margin-bottom: 0.35rem;
    letter-spacing: 0.3rem;
    text-indent: 0.3rem;
  }

  p {
    font-family: RedHatR;
    font-size: 1.15rem;
    letter-spacing: 0.065rem;
    text-indent: 0.065rem;

  }

  .link {
    font-family: RedHatEB;
    font-size: 1.25rem;
    color: var(--red-dark);
    text-decoration: none;
    margin-inline: 0.5rem;
  }
}

#titleDownload {
  display: flex;
  flex-direction: column;
  margin-top: 15.5rem;
  margin-bottom: 5rem;

  #name {
    font-family: RedHatBL;
    font-size: 5.5rem;
    letter-spacing: 1rem;
    text-indent: 1rem;
  }

  #occupation_1 {
    font-family: RedHatEB;
    font-size: 3.5rem;
    font-weight: normal;
    margin-bottom: -1rem;
    letter-spacing: 0.5rem;
    text-indent: 0.5rem;
  }

  #occupation_2 {
    font-family: RedHatEB;
    font-size: 3.5rem;
    font-weight: normal;
    letter-spacing: 0.5rem;
    text-indent: 0.5rem;
  }
}

.outer {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 6rem;
  margin-bottom: 6rem;

  .inner {
    display: flex;
    justify-content: space-evenly;
    text-align: center;
  }
}

#miscellaneousSection {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 6rem;
  margin-bottom: 15rem;

  #miscellaneous {
    display: flex;
    justify-content: space-evenly;
  }

  #contact,
  #information,
  #hobbies {
    width: 30%;
  }
}

@media only screen and (max-width: 680px) {

  #mainContainer {
    width: 95%;

    hr {
      width: 40%;
    }

    #navContainer {
      margin-top: 1.25rem;
      width: 100%;

      #nav {
        flex-direction: column;
        height: fit-content;
        gap: 0.75rem;
      }

      a {
        font-family: RedHatB;
        font-size: clamp(1rem, 2vw, 1.25rem);
        letter-spacing: 0.75rem;
        text-indent: 0.75rem;
      }

      a:hover {
        border-top: none;
        border-bottom: none;
      }
    }

    #titleDownload {
      width: 100%;
      margin-top: 5rem;
      margin-bottom: 2.5rem;

      #name {
        display: none;
        /* font-size: 2.5rem;
        letter-spacing: 0.5rem;
        text-indent: 0.5rem; */
      }

      #firstNameSmall {
        font-family: RedHatBL;
        font-size: 2.5rem;
        letter-spacing: 0.5rem;
        text-indent: 0.5rem;
        margin-bottom: -0.6rem;
      }

      #lastNameSmall {
        font-family: RedHatBL;
        font-size: 2.5rem;
        letter-spacing: 0.5rem;
        text-indent: 0.5rem;
      }

      #occupation_1 {
        font-size: 1.2rem;
        letter-spacing: 0.25rem;
        text-indent: 0.25rem;
        margin-bottom: auto;
      }

      #occupation_2 {
        font-size: 1.2rem;
        letter-spacing: 0.25rem;
        text-indent: 0.25rem;
      }
    }

    h2 {
      font-family: RedHatBL;
      font-size: 2rem;
      margin-bottom: 0.2rem;
      letter-spacing: 0.40rem;
      text-indent: 0.40rem;
    }

    h3 {
      font-family: RedHatM;
      font-size: 0.8rem;
      letter-spacing: 0.1rem;
      text-indent: 0.1rem;
    }

    h4 {
      font-family: RedHatB;
      font-size: 1.1rem;
      margin-top: 1.30rem;
      margin-bottom: 0.5rem;
      letter-spacing: 0.3rem;
      text-indent: 0.3rem;
    }

    h5 {
      font-family: RedHatM;
      font-size: 0.8rem;
      color: var(--red-dark);
      margin-top: 0.85rem;
      margin-bottom: 0.20rem;
      letter-spacing: 0.15rem;
      text-indent: 0.15rem;
    }

    p {
      font-family: RedHatR;
      font-size: 1rem;
      letter-spacing: 0.065rem;
      text-indent: 0.065rem;

    }

    .link {
      font-family: RedHatEB;
      font-size: 1rem;
      color: var(--red-dark);
      text-decoration: none;
      margin-inline: 0.5rem;
    }

    .outer {
      width: 100%;
      margin-top: 2.5rem;
      margin-bottom: 2.5rem;

      .inner {
        flex-direction: column;
      }
    }




    /*     .outer,
    .inner {
      width: 100%;
      height: fit-content;
      flex-direction: column;
    } */

    #miscellaneousSection {
      width: 100%;

      #miscellaneous {
        flex-direction: column;
      }

      #contact,
      #information,
      #hobbies {
        width: 100%;
      }
    }

    #footer {
      p {
        font-size: 0.9rem;
      }
    }
  }
}

@media only screen and (min-width: 681px) and (max-width: 768px) {}

@media only screen and (min-width: 769px) and (max-width: 1024px) {}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {}

@media only screen and (min-width: 1281px) and (max-width: 1360px) {}

@media only screen and (min-width: 1361px) {
  #firstNameSmall {
    display: none;

  }

  #lastNameSmall {
    display: none;

  }
}